diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-01-20 13:21:14 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-01-20 13:21:14 +0000 |
commit | df344c0f087fe584f089183b340ab3608c6859f9 (patch) | |
tree | f3427fe75e2384e03b717e0eef6f31ac1256e73e /MANIFEST | |
parent | 22469dce3421188b4dd09799e1b6e780001201ca (diff) | |
download | perl-df344c0f087fe584f089183b340ab3608c6859f9.tar.gz |
Run regen.pl and pod/buildtoc --build-all
p4raw-id: //depot/perl@23836
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1300,6 +1300,7 @@ lib/ExtUtils/t/basic.t See if MakeMaker can build a module lib/ExtUtils/t/bytes.t Test ExtUtils::MakeMaker::bytes lib/ExtUtils/t/Command.t See if ExtUtils::Command works (Win32 only) lib/ExtUtils/t/Constant.t See if ExtUtils::Constant works +lib/ExtUtils/t/dir_target.t Verify if dir_target() is supported lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension lib/ExtUtils/t/hints.t See if hint files are honored. @@ -1319,7 +1320,6 @@ lib/ExtUtils/t/MM_Unix.t See if ExtUtils::MM_UNIX works lib/ExtUtils/t/MM_VMS.t See if ExtUtils::MM_VMS works lib/ExtUtils/t/MM_Win32.t See if ExtUtils::MM_Win32 works lib/ExtUtils/TODO Things TODO in MakeMaker -lib/ExtUtils/t/dir_target.t Verify if dir_target() is supported lib/ExtUtils/t/oneliner.t See if MM can generate perl one-liners lib/ExtUtils/t/Packlist.t See if Packlist works lib/ExtUtils/t/parse_version.t See if parse_version works @@ -1995,9 +1995,9 @@ lib/utf8_heavy.pl Support routines for utf8 pragma lib/utf8.pm Pragma to control Unicode support lib/utf8.t See if utf8 operations work lib/validate.pl Perl library supporting wholesale file mode validation +lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default lib/vars.pm Declare pseudo-imported global variables lib/vars.t See if "use vars" works -lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default lib/version.pm Support for version objects lib/version.t Tests for version objects lib/vmsish.pm Control VMS-specific behavior of Perl core @@ -2770,8 +2770,8 @@ t/run/switch_A.t Test the -A switch t/run/switchC.t Test the -C switch t/run/switchd.t Test the -d switch t/run/switches.t Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i) -t/run/switchF.t Test the -F switch t/run/switchF1.t Pathological tests for the -F switch +t/run/switchF.t Test the -F switch t/run/switchI.t Test the -I switch t/run/switchn.t Test the -n switch t/run/switchp.t Test the -p switch |