summaryrefslogtreecommitdiff
path: root/t/comp/require.t
Commit message (Expand)AuthorAgeFilesLines
* Make ‘require func()’ work with .pm abs pathv5.14.0-RC3Father Chrysostomos2011-05-111-1/+15
* Make BEGIN {require 5.12.0} behave as documented.Nicholas Clark2010-11-251-1/+4
* Fix -DPERL_NO_UTF16_FILTEREric Brine2009-11-301-3/+6
* Force OP_REQUIRE to scalar context at the end of ck_require and don't let it ...Gerard Goossen2009-11-211-2/+1
* Add a TODO test for "require" always being in scalar context.Gerard Goossen2009-11-211-2/+4
* Move the test for require 5.11.0 not loading strictures to require.t from use.tNicholas Clark2009-10-091-1/+7
* Print the encoding name as part of the test, rather than on a separate line.Nicholas Clark2009-10-091-3/+1
* Refactor bytes_to_utf16() into a more generic routine that also handles UTF-8Nicholas Clark2009-10-091-8/+15
* Move tests for use for "new style version numbers" to use.t from require.tNicholas Clark2009-10-091-9/+1
* Move &do_require to the top of require.t, so that @a is the first lexical.Nicholas Clark2009-10-081-7/+7
* Move the test for RT #49472 to op/attrs.t from comp/require.tNicholas Clark2009-10-081-15/+1
* Avoid using bytes in require.t, as pack "C0U" does what we need.Nicholas Clark2009-10-081-2/+1
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* [perl #49472] Attributes + Unkown ErrorDave Mitchell2008-02-091-1/+15
* Tests for the .pmc functionality.Nicholas Clark2007-10-091-4/+63
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-081-2/+2
* require should ignore directories found when searching @INC not justGisle Aas2006-03-161-1/+1
* Explain better how that test count works.Rafael Garcia-Suarez2006-01-181-3/+4
* New t/comp/require.t tests should go before the conditional exit.Nicholas Clark2006-01-181-9/+10
* Regression test for change #26881Rafael Garcia-Suarez2006-01-171-1/+10
* Don't code the absolute number of tests for the UTF8/EBCDIC case; muchNicholas Clark2006-01-061-1/+1
* comp/require.t exits early for the case of UTF-8 or EBCDIC, so need toNicholas Clark2005-12-161-11/+14
* Added test for change #26373.Steve Peters2005-12-151-2/+13
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-1/+1
* Revert change 23843.Rafael Garcia-Suarez2005-01-241-10/+8
* Re: [perl #31924] %INC caching failure-case problemRick Delaney2005-01-211-8/+10
* Final version object core patch?John Peacock2004-08-041-1/+1
* Re: require patch breaks localeRick Delaney2003-10-091-1/+1
* (was Re: require() does not behave aas documented)Rick Delaney2003-10-061-2/+38
* Fix test count, by Abe Timmerman.Rafael Garcia-Suarez2003-06-281-1/+1
* Fix [perl #21742] :Rafael Garcia-Suarez2003-06-251-3/+3
* Revert change #19126, a poor attempt at fixing bug #21742.Marcus Holland-Moritz2003-06-161-1/+2
* Fix bug #21742. require should be always invoked inRafael Garcia-Suarez2003-04-011-2/+18
* If expecting UTF-8, probably not expecting UTF-16.Jarkko Hietaniemi2002-03-281-3/+4
* cleaner close on tests, take 2 Andreas König2001-12-291-1/+1
* Drop all the unnecessary "use utf8" clauses and some ofJarkko Hietaniemi2001-08-121-1/+0
* more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)Peter Prymmer2001-03-301-2/+9
* Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.Nick Ing-Simmons2000-12-091-1/+2
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+2
* require.t needs binmode() to work on windowsGurusamy Sarathy2000-08-021-0/+1
* The swallow_bom() saga continues. The #23 of require.tJarkko Hietaniemi2000-07-311-9/+10
* Get UTF16 BOMs working. Patch fromM. J. T. Guy2000-07-251-1/+2
* integrate cfgperl changes#6261..6266 into mainlineGurusamy Sarathy2000-07-111-1/+11
* do FILE should not see outside lexicals (from Rick DelaneyGurusamy Sarathy2000-03-081-2/+13
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-3/+3
* adjust for lost fp precision in require version checkGurusamy Sarathy2000-02-221-5/+5
* remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-10/+10
* longstanding bug in parsing "require VERSION", could reallocateGurusamy Sarathy2000-02-101-1/+19
* support for v5.5.640 style version numbersGurusamy Sarathy1999-12-241-1/+51
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-241-1/+1