summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* ${^LAST_FH}Father Chrysostomos2012-09-171-1/+16
* t/run/mad.t: Avoid %ENV assignmentFather Chrysostomos2012-09-171-2/+2
* g++ + mad fails t/run/mad.tFather Chrysostomos2012-09-171-6/+6
* [perl #114924] Make method calls work with ::SUPER packagesFather Chrysostomos2012-09-171-1/+6
* Refactor t/run/noswitch.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-5/+9
* Refactor t/run/switchF.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-3/+8
* Refactor t/run/switchn.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-3/+7
* Refactor t/lib/1_compile.t to use test.pl instead of making TAP by hand.Colin Kuskie2012-09-161-21/+14
* Disable lexsubs outside of feature.pmFather Chrysostomos2012-09-153-7/+25
* Add experimental warnings categ and :lexical_subs warn IDFather Chrysostomos2012-09-151-2/+2
* Allow lexical sub redefinition inside evalFather Chrysostomos2012-09-151-1/+19
* lexsub.t: Test state sub defined inside evalFather Chrysostomos2012-09-151-1/+6
* Honour lexical prototypesFather Chrysostomos2012-09-151-1/+20
* Don’t mention pkg in proto warnings for lex subsFather Chrysostomos2012-09-151-0/+14
* Use the same outside logic for mysubs and formatsFather Chrysostomos2012-09-151-1/+17
* Fix subroutine unavailability during cloningFather Chrysostomos2012-09-151-1/+17
* ‘Subroutine "&x" is not available’ during compilationFather Chrysostomos2012-09-152-2/+24
* In cv_clone, use pad ID to identify mysub outsideFather Chrysostomos2012-09-151-1/+15
* CvOUTSIDE should be strong for lexsub declared in inner pack subFather Chrysostomos2012-09-151-1/+8
* Use the right outside for my subs defined in inner subsFather Chrysostomos2012-09-151-5/+5
* Preserve outside pointers of my subs with string evalFather Chrysostomos2012-09-151-1/+0
* Fix up outside pointers for my subsFather Chrysostomos2012-09-151-1/+51
* Clone my subs on scope entryFather Chrysostomos2012-09-151-17/+20
* Let state sub fwd decls and nested subs work in anonsFather Chrysostomos2012-09-151-1/+23
* First stab at my subFather Chrysostomos2012-09-152-6/+192
* Remove & from redef warnings for lex subsFather Chrysostomos2012-09-151-1/+0
* lexsub.t: Fix another testFather Chrysostomos2012-09-151-3/+1
* Clone state subs in anon subsFather Chrysostomos2012-09-151-5/+25
* Don’t say ‘variable &foo’ in warningsFather Chrysostomos2012-09-151-4/+2
* lexsub.t: Fix some testsFather Chrysostomos2012-09-151-5/+3
* Make pad_fixup_inner_anons cope with closed-over subsFather Chrysostomos2012-09-151-4/+0
* ‘Undefined subroutine &foo called’ for lex subsFather Chrysostomos2012-09-151-2/+0
* Implement padcvFather Chrysostomos2012-09-151-21/+21
* Test state subsFather Chrysostomos2012-09-151-1/+188
* lexsub.t: Add test name, test override from another pkgFather Chrysostomos2012-09-151-3/+5
* Let barewords look up our subsFather Chrysostomos2012-09-151-10/+10
* Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-151-3/+1
* Fix our sub with protoFather Chrysostomos2012-09-151-1/+5
* Make do sub() respect our declarationsFather Chrysostomos2012-09-151-1/+9
* lexsub.t: Fix a testFather Chrysostomos2012-09-151-4/+3
* Use test.pl in lexsub.tFather Chrysostomos2012-09-151-29/+28
* Make &foo respect our subFather Chrysostomos2012-09-152-3/+73
* Don’t allow name after our/state subFather Chrysostomos2012-09-151-0/+11
* PATCH: [perl #82954] Make "Can't do {n,m} with n > m into warningKarl Williamson2012-09-152-3/+2
* [perl #114888] Localise PL_comppad_name in cv_cloneFather Chrysostomos2012-09-141-0/+26
* Make SUPER::method respect method changes in moved pkgFather Chrysostomos2012-09-141-1/+5
* Make SUPER::method calls work in moved stashesFather Chrysostomos2012-09-141-1/+15
* Make SUPER:: in main less sensitiveFather Chrysostomos2012-09-141-1/+7
* method.t: Add basic tests for SUPERFather Chrysostomos2012-09-141-2/+21
* method.t: Test more method-BLOCK edge casesFather Chrysostomos2012-09-141-1/+13