summaryrefslogtreecommitdiff
path: root/t/op/method.t
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymoreIlmari Karonen2002-04-041-1/+19
* test.pl-ify.Jarkko Hietaniemi2002-04-041-85/+78
* Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-methodAbhijit Menon-Sen2002-03-161-1/+17
* parser panics on lvalue methods Rafael Garcia-Suarez2001-12-011-1/+10
* Retract #11172.Jarkko Hietaniemi2001-07-061-32/+2
* (Retracted by #11178)Piers Cawley2001-07-061-2/+32
* stash autovivification and method call error messagesIlmari Karonen2001-05-251-11/+59
* $foo->bar(0)Robin Houston2001-05-111-1/+4
* Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub argsSimon Cozens2000-12-281-1/+6
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-0/+5
* better diagnostic on Frob->stuff() when Frob:: doesn't existGurusamy Sarathy2000-07-041-1/+14
* avoid creating spurious subroutine stubs on failed subroutineGurusamy Sarathy1999-05-111-1/+13
* addendum to change#2823Stephen McCamant1999-02-081-1/+30
* more conservative version of changes#2345,2346,2347; those breakGurusamy Sarathy1998-11-281-1/+1