This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #91880] $_ refcounting problems in @INC filters
[perl5.git] / t / op / incfilter.t
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...