summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-28 13:23:38 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-29 11:12:37 +0100
commit70361a71ff3810e2a1c0d257139ec1323e57ebfa (patch)
tree04808711264edd22026306c06d34afbf6657ae91 /MANIFEST
parent261c7de79b0b5c9ecdf1c8879cac314d26865498 (diff)
downloadperl-70361a71ff3810e2a1c0d257139ec1323e57ebfa.tar.gz
Move base from ext/ to dist/
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST34
1 files changed, 17 insertions, 17 deletions
diff --git a/MANIFEST b/MANIFEST
index 25c96ea103..5b5b034b1b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1014,6 +1014,23 @@ dist/Attribute-Handlers/t/constants.t Test constants and Attribute::Handlers
dist/Attribute-Handlers/t/data_convert.t Test attribute data conversion
dist/Attribute-Handlers/t/linerep.t See if Attribute::Handlers works
dist/Attribute-Handlers/t/multi.t See if Attribute::Handlers works
+dist/base/Changes base.pm changelog
+dist/base/lib/base.pm Establish IS-A relationship at compile time
+dist/base/lib/fields.pm Set up object field names for pseudo-hash-using classes
+dist/base/MANIFEST base.pm manifest
+dist/base/META.yml base.pm META.yml file
+dist/base/t/base.t See if base works
+dist/base/t/compile-time.t See if base works
+dist/base/t/fields-5.6.0.t See if fields work
+dist/base/t/fields-5.8.0.t See if fields work
+dist/base/t/fields-base.t See if fields work
+dist/base/t/fields.t See if fields work
+dist/base/t/isa.t See if base's behaviour doesn't change
+dist/base/t/lib/Dummy.pm Test module for base.pm
+dist/base/t/lib/HasSigDie.pm Module for testing base.pm
+dist/base/t/sigdie.t See if base works with SIGDIE
+dist/base/t/version.t See if base works with versions
+dist/base/t/warnings.t See if base works with warnings
djgpp/config.over DOS/DJGPP port
djgpp/configure.bat DOS/DJGPP port
djgpp/djgpp.c DOS/DJGPP port
@@ -1043,23 +1060,6 @@ ext/attributes/attributes.xs For "sub foo : attrlist"
ext/autouse/lib/autouse.pm Load and call a function only when it's used
ext/autouse/t/autouse.t See if autouse works
ext/autouse/t/lib/MyTestModule.pm Test module for autouse
-ext/base/Changes base.pm changelog
-ext/base/lib/base.pm Establish IS-A relationship at compile time
-ext/base/lib/fields.pm Set up object field names for pseudo-hash-using classes
-ext/base/MANIFEST base.pm manifest
-ext/base/META.yml base.pm META.yml file
-ext/base/t/base.t See if base works
-ext/base/t/compile-time.t See if base works
-ext/base/t/fields-5.6.0.t See if fields work
-ext/base/t/fields-5.8.0.t See if fields work
-ext/base/t/fields-base.t See if fields work
-ext/base/t/fields.t See if fields work
-ext/base/t/isa.t See if base's behaviour doesn't change
-ext/base/t/lib/Dummy.pm Test module for base.pm
-ext/base/t/lib/HasSigDie.pm Module for testing base.pm
-ext/base/t/sigdie.t See if base works with SIGDIE
-ext/base/t/version.t See if base works with versions
-ext/base/t/warnings.t See if base works with warnings
ext/B/B/Concise.pm Compiler Concise backend
ext/B/B.pm Compiler backend support functions and methods
ext/B/B/Showlex.pm Compiler Showlex backend