This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/cache.t working under minitest
[perl5.git] / t / op / incfilter.t
2014-06-16 Dagfinn Ilmari Man... [perl #122110] [PATCH] Remove left-over mad cruft
2014-01-26 Brian Frasert/op/incfilter.t: Work around android only having an...
2013-08-11 Father ChrysostomosHandle magical return values from @INC filter
2013-08-11 Father ChrysostomosSetting $_ to multiline glob in @INC filter
2013-08-11 Father Chrysostomosincfilter.t: squelch warning
2013-08-11 Father ChrysostomosTying $_ in @INC filter
2013-08-11 Father ChrysostomosHandle non-PV $_ in @INC filters
2013-06-23 Father ChrysostomosCopy scalar refs returned from @INC filters
2012-10-13 Father ChrysostomosHandle cow $_ in @INC filter
2011-06-17 Father ChrysostomosRemove unnecessary code and tests
2011-05-30 Father Chrysostomos[perl #91880] $_ refcounting problems in @INC filters
2011-03-07 Nicholas ClarkAdd skip_all_without_perlio() to test.pl, and use it...
2011-03-07 Nicholas ClarkRefactor 6 tests in t/op and t/run to use skip_all_if_m...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2010-06-29 Nicholas ClarkIn pp_require and code refs in @INC, avoid using memory...
2006-05-31 Craig A. BerryTeach incfilter.t some DCL.
2006-05-29 Jarkko Hietaniemiskip t/op/incfilter.t for "make clean;make miniperl...
2006-05-03 Sébastien Aperghis... -Dmad breaks a few tests
2006-04-16 Nicholas ClarkA scalar reference returned from a coderef in @INC...
2006-04-15 Nicholas ClarkAugment the user filter caching code so that if the...
2006-04-15 Nicholas Clark$foo .= $bar doesn't warn if $foo is undefined, so...
2006-04-15 Nicholas ClarkIf the downstream caller wants block mode, and we're...
2006-04-15 Nicholas ClarkIf you return void from a filter subroutine, the caller...
2006-04-15 Nicholas ClarkAdd more tests for the builtin source filter implementa...
2006-04-15 Nicholas ClarkAdd a test for source filters returned from code refere...