summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-28 16:30:53 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-29 11:12:38 +0100
commit2d99478739a24349cd74c9af7ec0da283ad4d42e (patch)
treea031f779facd2892c9732ca8e85763b8c9e8ff80
parent5a4811be25e2c4fa466997f8fc1ac08c1abddb9e (diff)
downloadperl-2d99478739a24349cd74c9af7ec0da283ad4d42e.tar.gz
Move SelfLoader from ext/ to dist/
-rw-r--r--MANIFEST6
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--dist/SelfLoader/lib/SelfLoader.pm (renamed from ext/SelfLoader/lib/SelfLoader.pm)0
-rw-r--r--dist/SelfLoader/t/01SelfLoader.t (renamed from ext/SelfLoader/t/01SelfLoader.t)0
-rw-r--r--dist/SelfLoader/t/02SelfLoader-buggy.t (renamed from ext/SelfLoader/t/02SelfLoader-buggy.t)0
5 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 6cea1bde6e..135fcbd41b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1160,6 +1160,9 @@ dist/Safe/t/safe3.t See if Safe works
dist/Safe/t/safeload.t Tests that some modules can be loaded by Safe
dist/Safe/t/safeops.t Tests that all ops can be trapped by Safe
dist/Safe/t/safeuniversal.t Tests Safe with functions from universal.c
+dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand
+dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works
+dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
djgpp/config.over DOS/DJGPP port
djgpp/configure.bat DOS/DJGPP port
djgpp/djgpp.c DOS/DJGPP port
@@ -2548,9 +2551,6 @@ ext/SDBM_File/sdbm/tune.h SDBM kit
ext/SDBM_File/sdbm/util.c SDBM kit
ext/SDBM_File/t/sdbm.t See if SDBM_File works
ext/SDBM_File/typemap SDBM extension interface types
-ext/SelfLoader/lib/SelfLoader.pm Load functions only on demand
-ext/SelfLoader/t/01SelfLoader.t See if SelfLoader works
-ext/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
ext/Shell/Shell.pm Make AUTOLOADed system() calls
ext/Shell/t/Shell.t Tests for above
ext/Socket/Makefile.PL Socket extension makefile writer
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 738570df9f..802edfabca 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1330,7 +1330,7 @@ use File::Glob qw(:case);
'FILES' => q[ext/SelfLoader],
'EXCLUDED' => [ qw{ t/00pod.t } ],
'CPAN' => 1,
- 'UPSTREAM' => "blead",
+ 'UPSTREAM' => 'blead',
},
'Shell' =>
diff --git a/ext/SelfLoader/lib/SelfLoader.pm b/dist/SelfLoader/lib/SelfLoader.pm
index 047f7768e8..047f7768e8 100644
--- a/ext/SelfLoader/lib/SelfLoader.pm
+++ b/dist/SelfLoader/lib/SelfLoader.pm
diff --git a/ext/SelfLoader/t/01SelfLoader.t b/dist/SelfLoader/t/01SelfLoader.t
index 68c12296d9..68c12296d9 100644
--- a/ext/SelfLoader/t/01SelfLoader.t
+++ b/dist/SelfLoader/t/01SelfLoader.t
diff --git a/ext/SelfLoader/t/02SelfLoader-buggy.t b/dist/SelfLoader/t/02SelfLoader-buggy.t
index 7845d05228..7845d05228 100644
--- a/ext/SelfLoader/t/02SelfLoader-buggy.t
+++ b/dist/SelfLoader/t/02SelfLoader-buggy.t