summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-11-30 15:32:17 +0000
committerNicholas Clark <nick@ccl4.org>2004-11-30 15:32:17 +0000
commitee3a5e30cbebd7c3499dd065644203bca7766b06 (patch)
tree44d8d46b962bd8169008174a214acbcf711b499a /MANIFEST
parente4bb216dac9b91a89d656f9a9029264140594531 (diff)
downloadperl-ee3a5e30cbebd7c3499dd065644203bca7766b06.tar.gz
Let pod/buildtoc resort the MANIFEST the way it wants it
p4raw-id: //depot/perl@23575
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST16
1 files changed, 8 insertions, 8 deletions
diff --git a/MANIFEST b/MANIFEST
index ebe2bfab2d..0cd8f6d905 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -238,8 +238,8 @@ ext/Devel/PPPort/parts/inc/newRV Devel::PPPort include
ext/Devel/PPPort/parts/inc/ppphbin Devel::PPPort include
ext/Devel/PPPort/parts/inc/ppphdoc Devel::PPPort include
ext/Devel/PPPort/parts/inc/ppphtest Devel::PPPort include
-ext/Devel/PPPort/parts/inc/sv_xpvf Devel::PPPort include
ext/Devel/PPPort/parts/inc/SvPV Devel::PPPort include
+ext/Devel/PPPort/parts/inc/sv_xpvf Devel::PPPort include
ext/Devel/PPPort/parts/inc/threads Devel::PPPort include
ext/Devel/PPPort/parts/inc/uv Devel::PPPort include
ext/Devel/PPPort/parts/inc/version Devel::PPPort include
@@ -271,10 +271,10 @@ ext/Devel/PPPort/parts/todo/5008005 Devel::PPPort todo file
ext/Devel/PPPort/parts/todo/5009000 Devel::PPPort todo file
ext/Devel/PPPort/parts/todo/5009001 Devel::PPPort todo file
ext/Devel/PPPort/parts/todo/5009002 Devel::PPPort todo file
-ext/Devel/PPPort/PPPort.pm Devel::PPPort extension
-ext/Devel/PPPort/PPPort.xs Devel::PPPort extension
ext/Devel/PPPort/ppport_h.PL Devel::PPPort ppport.h writer
+ext/Devel/PPPort/PPPort.pm Devel::PPPort extension
ext/Devel/PPPort/PPPort_pm.PL Devel::PPPort PPPort.pm writer
+ext/Devel/PPPort/PPPort.xs Devel::PPPort extension
ext/Devel/PPPort/PPPort_xs.PL Devel::PPPort PPPort.xs writer
ext/Devel/PPPort/README Devel::PPPort Readme
ext/Devel/PPPort/soak Devel::PPPort Test Harness to run under various Perls
@@ -288,13 +288,13 @@ ext/Devel/PPPort/t/mPUSH.t Devel::PPPort test file
ext/Devel/PPPort/t/MY_CXT.t Devel::PPPort test file
ext/Devel/PPPort/t/newCONSTSUB.t Devel::PPPort test file
ext/Devel/PPPort/t/newRV.t Devel::PPPort test file
+ext/Devel/PPPort/TODO Devel::PPPort Todo
ext/Devel/PPPort/t/ppphtest.t Devel::PPPort test file
-ext/Devel/PPPort/t/sv_xpvf.t Devel::PPPort test file
ext/Devel/PPPort/t/SvPV.t Devel::PPPort test file
+ext/Devel/PPPort/t/sv_xpvf.t Devel::PPPort test file
ext/Devel/PPPort/t/testutil.pl Devel::PPPort test utilities
ext/Devel/PPPort/t/threads.t Devel::PPPort test file
ext/Devel/PPPort/t/uv.t Devel::PPPort test file
-ext/Devel/PPPort/TODO Devel::PPPort Todo
ext/Devel/PPPort/typemap Devel::PPPort Typemap
ext/Digest/MD5/Changes Digest::MD5 extension changes
ext/Digest/MD5/hints/dec_osf.pl Hints for named architecture
@@ -1807,10 +1807,11 @@ lib/Test/Simple/t/no_diag.t Test::Simple test
lib/Test/Simple/t/no_ending.t Test::Builder test, no_ending()
lib/Test/Simple/t/no_header.t Test::Builder test, no_header()
lib/Test/Simple/t/no_plan.t Test::Simple test, forgot the plan
+lib/Test/Simple/TODO Test::Simple TODO
lib/Test/Simple/t/ok_obj.t Test::Builder object tests
lib/Test/Simple/t/output.t Test::Builder test, output methods
-lib/Test/Simple/t/overload_threads.t Test::Simple test
lib/Test/Simple/t/overload.t Test::Simple test
+lib/Test/Simple/t/overload_threads.t Test::Simple test
lib/Test/Simple/t/plan_bad.t Test::Simple test
lib/Test/Simple/t/plan_is_noplan.t Test::Simple test, no_plan
lib/Test/Simple/t/plan_no_plan.t Test::More test, plan() w/no_plan
@@ -1830,7 +1831,6 @@ lib/Test/Simple/t/todo.t Test::More test, TODO tests
lib/Test/Simple/t/undef.t Test::More test, undefs don't cause warnings
lib/Test/Simple/t/useing.t Test::More test, compile test
lib/Test/Simple/t/use_ok.t Test::More test, use_ok()
-lib/Test/Simple/TODO Test::Simple TODO
lib/Test/t/05_about_verbose.t See if Test works
lib/Test/t/fail.t See if Test works
lib/Test/t/mix.t See if Test works
@@ -2673,8 +2673,8 @@ t/op/read.t See if read() works
t/op/recurse.t See if deep recursion works
t/op/ref.t See if refs and objects work
t/op/regexp_noamp.t See if regular expressions work with optimizations
-t/op/regexp.t See if regular expressions work
t/op/regexp_qr.t See if regular expressions work as qr//
+t/op/regexp.t See if regular expressions work
t/op/regmesg.t See if one can get regular expression errors
t/op/repeat.t See if x operator works
t/op/re_tests Regular expressions for regexp.t