This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fixup new hash benchmarks to be lighter
[perl5.git] / t / comp / require.t
2016-05-10 David Mitchellmake 'require ::Foo::Bar' die
2016-05-10 Nicholas ClarkTreat require ::foo::bar; the same as foo::bar;
2015-03-27 Father Chrysostomos[perl #124153] Fix require(v5.6)
2015-03-05 Karl Williamsont/comp/require.t: No longer needed to skip on EBCDIC
2014-11-27 Daniel Draganallow PERL_DISABLE_PMC to be defined from anywhere
2014-08-24 Father ChrysostomosPartial minitest fix-up
2013-10-29 David Mitchell'$! = EACCESS; require ...' could fail
2013-06-08 Father Chrysostomos[perl #24482] Fix sort and require to treat CORE::...
2013-06-05 David Mitchellrequire.t: handle parallel runs
2013-03-23 David Mitchelladd descriptions to require.t test output
2012-05-22 Father ChrysostomosTest that ‘require v5’ ignores sub named v5
2011-11-17 Father Chrysostomos[perl #70151] eval localises %^H at runtime
2011-09-23 Father ChrysostomosTest perl #96008: use and require affected by open.pm
2011-08-22 Tony Cookskip a test that requires Cwd under miniperl
2011-05-11 Father ChrysostomosMake ‘require func()’ work with .pm abs path v5.14.0-RC3
2010-11-25 Nicholas ClarkMake BEGIN {require 5.12.0} behave as documented.
2009-11-30 Eric BrineFix -DPERL_NO_UTF16_FILTER
2009-11-21 Gerard GoossenForce OP_REQUIRE to scalar context at the end of ck_req...
2009-11-21 Gerard GoossenAdd a TODO test for "require" always being in scalar...
2009-10-09 Nicholas ClarkMove the test for require 5.11.0 not loading strictures...
2009-10-09 Nicholas ClarkPrint the encoding name as part of the test, rather...
2009-10-09 Nicholas ClarkRefactor bytes_to_utf16() into a more generic routine...
2009-10-09 Nicholas ClarkMove tests for use for "new style version numbers"...
2009-10-08 Nicholas ClarkMove &do_require to the top of require.t, so that ...
2009-10-08 Nicholas ClarkMove the test for RT #49472 to op/attrs.t from comp...
2009-10-08 Nicholas ClarkAvoid using bytes in require.t, as pack "C0U" does...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-02-09 Dave Mitchell[perl #49472] Attributes + Unkown Error
2007-10-09 Nicholas ClarkTests for the .pmc functionality.
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2006-03-16 Gisle Aasrequire should ignore directories found when searching...
2006-01-18 Rafael Garcia-SuarezExplain better how that test count works.
2006-01-18 Nicholas ClarkNew t/comp/require.t tests should go before the conditi...
2006-01-17 Rafael Garcia-SuarezRegression test for change #26881
2006-01-06 Nicholas ClarkDon't code the absolute number of tests for the UTF8...
2005-12-16 Nicholas Clarkcomp/require.t exits early for the case of UTF-8 or...
2005-12-15 Steve PetersAdded test for change #26373.
2005-06-13 John PeacockBring bleadperl up to version.pm
2005-01-24 Rafael Garcia-SuarezRevert change 23843.
2005-01-21 Rick DelaneyRe: [perl #31924] %INC caching failure-case problem
2004-08-04 John PeacockFinal version object core patch?
2003-10-09 Rick DelaneyRe: require patch breaks locale
2003-10-06 Rick Delaney(was Re: require() does not behave aas documented)
2003-06-28 Rafael Garcia-SuarezFix test count, by Abe Timmerman.
2003-06-25 Rafael Garcia-SuarezFix [perl #21742] :
2003-06-16 Marcus Holland-MoritzRevert change #19126, a poor attempt at fixing bug...
2003-04-01 Rafael Garcia-SuarezFix bug #21742. require should be always invoked in
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Jarkko HietaniemiIf expecting UTF-8, probably not expecting UTF-16.
2001-12-29 Andreas Königcleaner close on tests, take 2
2001-08-12 Jarkko HietaniemiDrop all the unnecessary "use utf8" clauses and some of
2001-03-30 Peter Prymmermore tests (was Re: Perl5.7.* Unicode/EBCDIC status.)
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...
2000-10-20 Charles BaileySYN SYN
2000-08-29 Mike GuyUse minimal @INC in tests, most of the time just '...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Gurusamy Sarathyrequire.t needs binmode() to work on windows
2000-07-31 Jarkko HietaniemiThe swallow_bom() saga continues. The #23 of require.t
2000-07-25 M. J. T. GuyGet UTF16 BOMs working. Patch from
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6261..6266 into mainline
2000-06-28 Simon CozensRe: [PATCH cfgperl] BOMs away!
2000-03-08 Gurusamy Sarathydo FILE should not see outside lexicals (from Rick...
2000-02-23 Gurusamy Sarathyper Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Gurusamy Sarathyadjust for lost fp precision in require version check
2000-02-21 Gurusamy Sarathyremove dual-valueness of v-strings (i.e., they are...
2000-02-10 Gurusamy Sarathylongstanding bug in parsing "require VERSION", could...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-24 Gurusamy Sarathysupport for v5.5.640 style version numbers
1999-03-24 Charles Baileyapplied suggested patch, modulo superseded parts
1999-02-12 Gurusamy Sarathymake testsuite somewhat location independent
1998-10-28 Jarkko HietaniemiBison says 'parse error', not 'parser error'.
1998-10-26 Jarkko HietaniemiMore robustness.
1998-10-17 Jarkko HietaniemiMore robust yacc/bison failure output handling.
1998-09-05 Larry Wallseveral new tests needed tweaking to work under utf8
1998-08-05 Gurusamy Sarathyend pod processing when source file is closed (prevents...
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-02-12 Gurusamy Sarathy[win32] make t/comp/require.t type xtext
1998-02-12 Gurusamy Sarathy[win32] fix extra LEAVE when require fails