This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use two colons for lexsub warning
[perl5.git] / t / cmd / lexsub.t
2012-09-30 Father ChrysostomosUse two colons for lexsub warning
2012-09-16 Father ChrysostomosDisable lexsubs outside of feature.pm
2012-09-16 Father ChrysostomosAllow lexical sub redefinition inside eval
2012-09-16 Father Chrysostomoslexsub.t: Test state sub defined inside eval
2012-09-16 Father ChrysostomosHonour lexical prototypes
2012-09-16 Father ChrysostomosUse the same outside logic for mysubs and formats
2012-09-16 Father ChrysostomosFix subroutine unavailability during cloning
2012-09-16 Father Chrysostomos‘Subroutine "&x" is not available’ during compilation
2012-09-16 Father ChrysostomosIn cv_clone, use pad ID to identify mysub outside
2012-09-16 Father ChrysostomosCvOUTSIDE should be strong for lexsub declared in inner...
2012-09-16 Father ChrysostomosUse the right outside for my subs defined in inner...
2012-09-16 Father ChrysostomosPreserve outside pointers of my subs with string eval
2012-09-16 Father ChrysostomosFix up outside pointers for my subs
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-09-16 Father ChrysostomosLet state sub fwd decls and nested subs work in anons
2012-09-16 Father ChrysostomosFirst stab at my sub
2012-09-16 Father ChrysostomosRemove & from redef warnings for lex subs
2012-09-16 Father Chrysostomoslexsub.t: Fix another test
2012-09-16 Father ChrysostomosClone state subs in anon subs
2012-09-16 Father ChrysostomosDon’t say ‘variable &foo’ in warnings
2012-09-16 Father Chrysostomoslexsub.t: Fix some tests
2012-09-16 Father ChrysostomosMake pad_fixup_inner_anons cope with closed-over subs
2012-09-16 Father Chrysostomos‘Undefined subroutine &foo called’ for lex subs
2012-09-16 Father ChrysostomosImplement padcv
2012-09-16 Father ChrysostomosTest state subs
2012-09-16 Father Chrysostomoslexsub.t: Add test name, test override from another pkg
2012-09-16 Father ChrysostomosLet barewords look up our subs
2012-09-16 Father ChrysostomosMake ‘sub foo{}’ respect ‘our foo’
2012-09-16 Father ChrysostomosFix our sub with proto
2012-09-16 Father ChrysostomosMake do sub() respect our declarations
2012-09-16 Father Chrysostomoslexsub.t: Fix a test
2012-09-16 Father ChrysostomosUse test.pl in lexsub.t
2012-09-16 Father ChrysostomosMake &foo respect our sub