summaryrefslogtreecommitdiff
path: root/t/op/method.t
Commit message (Expand)AuthorAgeFilesLines
* stop using &PL_sv_yes as no-op methodZefram2017-12-051-18/+29
* test - Do not use B which is a reserved namespaceNicolas R2017-09-151-30/+30
* RT#130496: assertion failure for '{}->$x' on undefined $xAaron Crane2017-01-041-1/+8
* Use set_up_inc for several unit testsNicolas R2016-08-181-2/+2
* Move a recently-added testFather Chrysostomos2016-08-171-5/+1
* [perl #126482] Fix assert fail ‘a_const a_const’Father Chrysostomos2016-08-161-1/+5
* Tired of looking up old bug numbersFather Chrysostomos2016-07-291-2/+2
* [perl #127494] don't cache AUTOLOAD as DESTROYTony Cook2016-02-101-1/+0
* [perl #127494] TODO test for $AUTOLOAD being set for DESTROYTony Cook2016-02-101-1/+21
* [perl #124387] call AUTOLOAD when DESTROY isn't definedTony Cook2016-02-081-1/+1
* [perl #124387] TODO test for AUTOLOAD on DESTROYTony Cook2016-02-081-1/+12
* [perl #126042] handle scalar context for a missing import/unimport callTony Cook2016-01-071-1/+18
* keep FOO read-only in 'FOO'->f()David Mitchell2015-04-091-1/+9
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-1/+1
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* Get method.t working under miniperlFather Chrysostomos2014-09-021-1/+1
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-211-1/+1
* Fatalize defined(@) and defined{%)Karl Williamson2014-06-161-10/+1
* [perl #120694] Fix ->SUPER::foo and AUTOLOADFather Chrysostomos2013-12-041-1/+22
* Make method lookup treat *foo as \*fooFather Chrysostomos2013-07-091-1/+19
* method.t: Correct miniperl skip countFather Chrysostomos2013-07-091-1/+1
* Flush PL_stashcache on glob-to-glob assignmentFather Chrysostomos2013-06-081-2/+7
* Flush PL_stashcache when assigning a file handle to a typeglob.Nicholas Clark2012-09-261-3/+0
* Restore use of PL_stashcache, the stash name lookup cache for method calls.Nicholas Clark2012-09-261-0/+3
* Test the resolution behaviour for file handles and package names.Nicholas Clark2012-09-261-2/+134
* [perl #105922] Allow any string before ->methFather Chrysostomos2012-09-201-1/+13
* [perl #114924] Make method calls work with ::SUPER packagesFather Chrysostomos2012-09-171-1/+6
* 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
* Don’t let method-BLOCK read beyond the stackFather Chrysostomos2012-05-211-1/+14
* t/op/method.t: Add tests for subless AUTOLOAD and DESTROYBrian Fraser2012-02-011-1/+17
* [perl #109264] ->method(my(...)) forcing lvalue cxFather Chrysostomos2012-01-281-1/+20
* Avoid 'defined(@array) is deprecated' warnings in tests.Nicholas Clark2012-01-171-0/+3
* Test for perl #43663Father Chrysostomos2012-01-091-1/+9
* Update method caches for non-void stash elem deletionsFather Chrysostomos2011-12-311-1/+6
* [RT #36079] Convert ` to '.jkeenan2011-11-221-2/+2
* sv.c: Make most warnings utf8-cleanBrian Fraser2011-10-061-1/+11
* pp_hot.c: method_common is UTF-8 aware.Brian Fraser2011-10-061-1/+17
* Make $class->method work when $class is tiedFather Chrysostomos2011-08-241-1/+9
* Bring the joy of strict (and warnings) to t/op/method.tNicholas Clark2011-03-141-16/+30
* Fix a NULL pointer dereference when looking for a DESTROY methodNiko Tyni2010-01-191-1/+14
* Remove code specific to MacOS Classic from core testsRafael Garcia-Suarez2009-09-081-1/+0
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Use like() rather than is() to get better failure diagnostics.Nicholas Clark2008-04-161-15/+15
* Integrate:Jarkko Hietaniemi2003-03-121-0/+1
* cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumptionAdrian M. Enache2003-03-061-1/+1
* Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist...Gurusamy Sarathy2002-11-191-1/+16