| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #124153] Fix require(v5.6) | Father Chrysostomos | 2015-03-27 | 1 | -1/+5 |
* | t/comp/require.t: No longer needed to skip on EBCDIC | Karl Williamson | 2015-03-05 | 1 | -2/+2 |
* | allow PERL_DISABLE_PMC to be defined from anywhere | Daniel Dragan | 2014-11-27 | 1 | -3/+8 |
* | Partial minitest fix-up | Father Chrysostomos | 2014-08-23 | 1 | -1/+1 |
* | '$! = EACCESS; require ...' could fail | David Mitchell | 2013-10-29 | 1 | -1/+16 |
* | [perl #24482] Fix sort and require to treat CORE:: as keyword | Father Chrysostomos | 2013-06-07 | 1 | -1/+10 |
* | require.t: handle parallel runs | David Mitchell | 2013-06-05 | 1 | -2/+14 |
* | add descriptions to require.t test output | David Mitchell | 2013-03-23 | 1 | -44/+44 |
* | Test that ‘require v5’ ignores sub named v5 | Father Chrysostomos | 2012-05-21 | 1 | -1/+6 |
* | [perl #70151] eval localises %^H at runtime | Father Chrysostomos | 2011-11-17 | 1 | -1/+9 |
* | Test perl #96008: use and require affected by open.pm | Father Chrysostomos | 2011-09-22 | 1 | -1/+11 |
* | skip a test that requires Cwd under miniperl | Tony Cook | 2011-08-23 | 1 | -8/+12 |
* | Make ‘require func()’ work with .pm abs pathv5.14.0-RC3 | Father Chrysostomos | 2011-05-11 | 1 | -1/+15 |
* | Make BEGIN {require 5.12.0} behave as documented. | Nicholas Clark | 2010-11-25 | 1 | -1/+4 |
* | Fix -DPERL_NO_UTF16_FILTER | Eric Brine | 2009-11-30 | 1 | -3/+6 |
* | Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ... | Gerard Goossen | 2009-11-21 | 1 | -2/+1 |
* | Add a TODO test for "require" always being in scalar context. | Gerard Goossen | 2009-11-21 | 1 | -2/+4 |
* | Move the test for require 5.11.0 not loading strictures to require.t from use.t | Nicholas Clark | 2009-10-09 | 1 | -1/+7 |
* | Print the encoding name as part of the test, rather than on a separate line. | Nicholas Clark | 2009-10-09 | 1 | -3/+1 |
* | Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8 | Nicholas Clark | 2009-10-09 | 1 | -8/+15 |
* | Move tests for use for "new style version numbers" to use.t from require.t | Nicholas Clark | 2009-10-09 | 1 | -9/+1 |
* | Move &do_require to the top of require.t, so that @a is the first lexical. | Nicholas Clark | 2009-10-08 | 1 | -7/+7 |
* | Move the test for RT #49472 to op/attrs.t from comp/require.t | Nicholas Clark | 2009-10-08 | 1 | -15/+1 |
* | Avoid using bytes in require.t, as pack "C0U" does what we need. | Nicholas Clark | 2009-10-08 | 1 | -2/+1 |
* | Mark all .t and .pm files as non executable | Rafael Garcia-Suarez | 2009-06-06 | 1 | -0/+0 |
* | [perl #49472] Attributes + Unkown Error | Dave Mitchell | 2008-02-09 | 1 | -1/+15 |
* | Tests for the .pmc functionality. | Nicholas Clark | 2007-10-09 | 1 | -4/+63 |
* | do $file; won't propagate errors from die, as do is an implicit eval. | Nicholas Clark | 2007-01-08 | 1 | -2/+2 |
* | require should ignore directories found when searching @INC not just | Gisle Aas | 2006-03-16 | 1 | -1/+1 |
* | Explain better how that test count works. | Rafael Garcia-Suarez | 2006-01-18 | 1 | -3/+4 |
* | New t/comp/require.t tests should go before the conditional exit. | Nicholas Clark | 2006-01-18 | 1 | -9/+10 |
* | Regression test for change #26881 | Rafael Garcia-Suarez | 2006-01-17 | 1 | -1/+10 |
* | Don't code the absolute number of tests for the UTF8/EBCDIC case; much | Nicholas Clark | 2006-01-06 | 1 | -1/+1 |
* | comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to | Nicholas Clark | 2005-12-16 | 1 | -11/+14 |
* | Added test for change #26373. | Steve Peters | 2005-12-15 | 1 | -2/+13 |
* | Bring bleadperl up to version.pm | John Peacock | 2005-06-13 | 1 | -1/+1 |
* | Revert change 23843. | Rafael Garcia-Suarez | 2005-01-24 | 1 | -10/+8 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 1 | -8/+10 |
* | Final version object core patch? | John Peacock | 2004-08-04 | 1 | -1/+1 |
* | Re: require patch breaks locale | Rick Delaney | 2003-10-09 | 1 | -1/+1 |
* | (was Re: require() does not behave aas documented) | Rick Delaney | 2003-10-06 | 1 | -2/+38 |
* | Fix test count, by Abe Timmerman. | Rafael Garcia-Suarez | 2003-06-28 | 1 | -1/+1 |
* | Fix [perl #21742] : | Rafael Garcia-Suarez | 2003-06-25 | 1 | -3/+3 |
* | Revert change #19126, a poor attempt at fixing bug #21742. | Marcus Holland-Moritz | 2003-06-16 | 1 | -1/+2 |
* | Fix bug #21742. require should be always invoked in | Rafael Garcia-Suarez | 2003-04-01 | 1 | -2/+18 |
* | If expecting UTF-8, probably not expecting UTF-16. | Jarkko Hietaniemi | 2002-03-28 | 1 | -3/+4 |
* | cleaner close on tests, take 2 | Andreas König | 2001-12-29 | 1 | -1/+1 |
* | Drop all the unnecessary "use utf8" clauses and some of | Jarkko Hietaniemi | 2001-08-12 | 1 | -1/+0 |
* | more tests (was Re: Perl5.7.* Unicode/EBCDIC status.) | Peter Prymmer | 2001-03-30 | 1 | -2/+9 |
* | Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO. | Nick Ing-Simmons | 2000-12-09 | 1 | -1/+2 |