summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJos I. Boumans <kane@dwim.org>2007-05-04 16:41:39 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-04 14:33:07 +0000
commit9b4bd8544a9d420b5b0396e6e2c5381e0f8a6443 (patch)
tree7d13f7b82dc6d0d8d745616b240c54056fec7737 /MANIFEST
parent33d1b1220d358b25bf635f693d096ab32d25860f (diff)
downloadperl-9b4bd8544a9d420b5b0396e6e2c5381e0f8a6443.tar.gz
Add CPANPLUS::Dist::Build to the core
From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org> p4raw-id: //depot/perl@31140
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST15
1 files changed, 11 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 3bbc319ef4..255c2a7fee 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1558,6 +1558,13 @@ lib/CPANPLUS/Config.pm CPANPLUS
lib/CPANPLUS/Configure.pm CPANPLUS
lib/CPANPLUS/Configure/Setup.pm CPANPLUS
lib/CPANPLUS/Dist/Base.pm CPANPLUS
+lib/CPANPLUS/Dist/Build/Constants.pm CPANPLUS::Dist::Build
+lib/CPANPLUS/Dist/Build.pm CPANPLUS::Dist::Build
+lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t CPANPLUS::Dist::Build tests
+lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t CPANPLUS::Dist::Build tests
+lib/CPANPLUS/Dist/Build/t/inc/conf.pl CPANPLUS::Dist::Build tests
+lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed CPANPLUS::Dist::Build tests
+lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed CPANPLUS::Dist::Build tests
lib/CPANPLUS/Dist/MM.pm CPANPLUS
lib/CPANPLUS/Dist.pm CPANPLUS
lib/CPANPLUS/Dist/Sample.pm CPANPLUS
@@ -2690,11 +2697,11 @@ lib/Text/TabsWrap/t/tabs.t See if Text::Tabs works
lib/Text/TabsWrap/t/wrap.t See if Text::Wrap::wrap works
lib/Text/Wrap.pm Paragraph formatter
lib/Thread.pm Thread extensions frontend
-lib/Thread.t Thread extensions frontend tests
lib/Thread/Queue.pm Threadsafe queue
lib/Thread/Queue.t See if threadsafe queue works
lib/Thread/Semaphore.pm Threadsafe semaphore
lib/Thread/Semaphore.t See if threadsafe semaphore works
+lib/Thread.t Thread extensions frontend tests
lib/Tie/Array.pm Base class for tied arrays
lib/Tie/Array/push.t Test for Tie::Array
lib/Tie/Array/splice.t Test for Tie::Array::SPLICE
@@ -3197,8 +3204,8 @@ Porting/p4genpatch Generate patch from p4 change in repository (obsoletes p4desc
Porting/patching.pod How to report changes made to Perl
Porting/patchls Flexible patch file listing utility
Porting/pumpkin.pod Guidelines and hints for Perl maintainers
-Porting/repository.pod How to use the Perl repository
Porting/regcharclass.pl Generate regcharclass.h from inline data
+Porting/repository.pod How to use the Perl repository
Porting/sort_perldiag.pl Keep our diagnostics orderly
Porting/testall.atom Cumulative profile with Third Degree
Porting/thirdclean Cleanup Third Degree reports
@@ -3260,11 +3267,11 @@ README.win32 Perl notes for Windows
reentr.c Reentrant interfaces
reentr.h Reentrant interfaces
reentr.pl Reentrant interfaces
+regcharclass.h Generated by Porting/regcharclass.pl
regcomp.c Regular expression compiler
regcomp.h Private declarations for above
regcomp.pl Builder of regnodes.h
regcomp.sym Data for regnodes.h
-regcharclass.h Generated by Porting/regcharclass.pl
regen_lib.pl Common file routines for generator scripts
regen_perly.pl generate perly.{act,h,tab} from perly.y
regen.pl Run all scripts that (re)generate files
@@ -3613,9 +3620,9 @@ t/mro/method_caching.t mro tests
t/mro/next_edgecases.t mro tests
t/mro/next_inanon.t mro tests
t/mro/next_ineval.t mro tests
-t/mro/next_skip.t mro tests
t/mro/next_method.t mro tests
t/mro/next_NEXT.t mro tests
+t/mro/next_skip.t mro tests
t/mro/overload_c3.t mro tests
t/mro/overload_dfs.t mro tests
t/mro/recursion_c3.t mro tests