This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow require_error.t be run from the top level
[perl5.git] / t / op / require_errors.t
2016-05-19 Father ChrysostomosAllow require_error.t be run from the top level
2016-05-19 Father Chrysostomos[perl #128182] Fix crash with require $nonstring
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkTreat require ::foo::bar; the same as foo::bar;
2014-11-02 Jarkko HietaniemiIn tests, 'use strict' etc after the @INC manipulation.
2014-10-08 Jarkko HietaniemiTest preamble: unify chdir 't' if -d 't';
2014-05-31 Norman KochClarify "require <>"-message.
2013-09-17 Craig A. BerryEarlier safety check for @INC entry in pp_require.
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2012-12-18 Jesse Luehrsskip this test if we can't get an absolute path
2012-09-30 Paul JohnsonSuggest cause of error requiring .pm file.
2012-09-26 Paul JohnsonTest for errors requiring .ph files.
2012-08-01 Nicholas ClarkAvoid reading before the buffer start when generating...
2012-06-17 Brian Fraserrequire should die if a file exists but can't be read.
2012-05-22 Father Chrysostomosrequire_errors.t: Test <> error
2012-05-22 Father ChrysostomosAllow require_errors.t to be run from the top level
2010-06-29 Nicholas ClarkReinstate require error messages for .h and .ph