summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* podcheck.t: Work for scripts/utilities under VMSKarl Williamson2011-09-261-4/+33
* t/re/re_tests: Add TODOKarl Williamson2011-09-251-0/+3
* podcheck.t: New method for skipping .PL filesKarl Williamson2011-09-251-11/+20
* podcheck.t: Remove extra loop initializationKarl Williamson2011-09-251-12/+6
* podcheck.t: Move hash declaration to earlier in fileKarl Williamson2011-09-251-17/+16
* podcheck.t: Move subroutine defn earlier in fileKarl Williamson2011-09-251-17/+16
* podcheck.t: Don't calc value twiceKarl Williamson2011-09-251-1/+1
* podcheck.t: remove unused variableKarl Williamson2011-09-251-1/+0
* regexp.t: print diagnostics with leading '#'Karl Williamson2011-09-241-3/+8
* Add t/porting/checkcfgvar.t to run Porting/checkcfgvar.pl as a test.Nicholas Clark2011-09-241-0/+29
* Refactor t/porting/regen.t to use TestInit q(T A);Nicholas Clark2011-09-241-13/+2
* Move the test for recursive call to Perl_load_module to t/io/perlio.tNicholas Clark2011-09-232-13/+15
* Correct the expected results for the first perlio warnings subtest.Nicholas Clark2011-09-231-1/+2
* Test perl #96008: use and require affected by open.pmFather Chrysostomos2011-09-221-1/+11
* Move/rewrite test for Recursive call to Perl_load_moduleFather Chrysostomos2011-09-221-0/+11
* Make CORE->method workFather Chrysostomos2011-09-221-0/+6
* re_tests: Add TODO testKarl Williamson2011-09-221-0/+3
* podcheck.t: Add commentKarl Williamson2011-09-221-1/+2
* manifest.t: Clarify a test's wordingKarl Williamson2011-09-221-1/+1
* podcheck.t: clarify its podKarl Williamson2011-09-221-5/+8
* podcheck.t: Is problem if cpan/non-cpan have same NAMEKarl Williamson2011-09-221-1/+4
* podcheck.t: Process files sorted caselesslyKarl Williamson2011-09-221-4/+4
* podcheck: Nits in commentsKarl Williamson2011-09-221-4/+4
* fold_grind.t: Ignore blank linesKarl Williamson2011-09-211-2/+3
* [perl #99660] Remove elems from hashes before freeing themFather Chrysostomos2011-09-211-1/+11
* [perl #93590] $tainted ~~ [...] failingFather Chrysostomos2011-09-201-1/+5
* The link to Devel::PPPort was not understood by porting/podcheck.t so we had ...Stevan Little2011-09-201-1/+1
* Skip 2 tests in t/op/filetest.t if t/TEST is a symlink.Nicholas Clark2011-09-201-0/+1
* Re-generate known_pod_issues.datFlorian Ragwitz2011-09-191-0/+2
* Update skip count in t/op/filetest.t after 433644eed.Craig A. Berry2011-09-181-2/+2
* podcheck: Clean up known issuesKarl Williamson2011-09-181-1/+2
* Make -l always treat non-bareword arguments as file namesFather Chrysostomos2011-09-172-7/+9
* Make stacked -l workFather Chrysostomos2011-09-171-1/+24
* Really allow podcheck.t to be run from outside t/Father Chrysostomos2011-09-171-1/+5
* Allow podcheck.t to be run from outside t/ for convenienceFather Chrysostomos2011-09-171-0/+1
* podcheck.t: Don't use case-sensitive file exclusionKarl Williamson2011-09-171-2/+14
* Fix recursion warning for ‘no warnings; goto &sub’Father Chrysostomos2011-09-171-1/+5
* Make goto &CORE::sub use the right lexical scopeFather Chrysostomos2011-09-161-0/+7
* Make ++ and -- work on glob copiesFather Chrysostomos2011-09-161-2/+10
* skip_all is a sub in t/test.pl.Craig A. Berry2011-09-161-2/+2
* Disallow weakening of read-only referencesFather Chrysostomos2011-09-161-1/+22
* Make tie_fetch_count.t skip -[guk] globref testsFather Chrysostomos2011-09-151-10/+4
* [perl #99142] Make GV_ADDMG and magic vars account for s(t)ubsFather Chrysostomos2011-09-151-1/+11
* Use test.pl miniperl check rather than by-hand in t/io/shm.tGeorge Greer2011-09-141-3/+1
* Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead.George Greer2011-09-141-1/+1
* shm.t: Skip under miniperlFather Chrysostomos2011-09-141-0/+3
* shm.t: Don’t call shmctl in END when undefinedFather Chrysostomos2011-09-141-3/+3
* Fix #98480 math when reading shared memoryLeon Timmermans2011-09-141-1/+7
* Added SysV shared memory testsLeon Timmermans2011-09-141-0/+75
* Add tests for POSIX::sigpending().Nicholas Clark2011-09-131-3/+10