This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move sub attributes before the signature
[perl5.git] / t / op / inccode.t
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet inccode.t working under miniperl
2014-01-11 Father ChrysostomosFix require’s get-magic handling for @INC elements
2014-01-04 Father Chrysostomos[perl #120657] Fix require PADTMP when @INC=(sub{}...
2013-09-20 Father ChrysostomosDon’t free initial src from @INC sub too early
2012-08-01 Nicholas ClarkTest that when directories in @INC are skipped, coderef...
2012-06-26 Jesse Luehrsfix test from previous commit
2012-06-26 Jesse Luehrsfix memory leak in @INC filters that die [perl #92252]
2011-03-08 Nicholas ClarkRefactor inccode.t to use is_miniperl() instead of...
2011-02-25 Nicholas ClarkRemove now-unnecessary C<use File::Spec> from t/op...
2009-09-08 Rafael Garcia-SuarezRemove code specific to MacOS Classic from core tests
2008-08-07 Nicholas ClarkUse test.pl's tempfile().
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2007-03-15 Abe TimmermanRe: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386...
2006-12-18 Rick DelaneyRe: [perl #41071] require stringifies code references...
2006-11-08 Robin Barkerfails under minitest
2006-11-03 Rafael Garcia-SuarezWhen code is loaded through an @INC-hook, and when...
2006-04-15 Nicholas ClarkTests for having multiple pipes open simultaneously.
2003-10-09 Gisle AasRe: Simple @INC hook core dump [PATCH]
2002-02-01 Nick Ing-SimmonsIntegrate mainline
2002-01-30 Rafael Garcia-Suareznew test
2001-12-29 Andreas Königcleaner close on tests, take 2
2001-09-30 Rafael Garcia-Suarezadditional docs and tests
2001-09-25 Jarkko HietaniemiReplace the use Test::More in t/{op,io,run} with t...
2001-09-24 Rafael Garcia-SuarezMore tests
2001-09-03 Nick Ing-SimmonsIntegrate mainline
2001-09-01 Rafael Garcia-Suarez, was t/op/incode.t breaks make minitest
2001-08-29 Rafael Garcia-SuarezRe: [PATCH] newer tests for the coderef-in-@INC !
2001-08-27 Michael G. SchwernRe: [PATCH] new tests for the coderef-in-@INC
2001-08-27 Abhijit Menon-Sen[PATCH] new tests for the coderef-in-@INC