summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 15:26:33 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 17:51:16 +0100
commit9288b9fd9ee1dd64e9ad2827924579e1ddbb58f5 (patch)
tree8d5f3b3e7f06881b53b0d96881a8f8b8a17e6065
parente41cfb922e9f5e5fe67bebd36742e255a7813fc3 (diff)
downloadperl-9288b9fd9ee1dd64e9ad2827924579e1ddbb58f5.tar.gz
Move Module::Loadeed from ext/ to cpan/
-rw-r--r--MANIFEST4
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Module-Loaded/lib/Module/Loaded.pm (renamed from ext/Module-Loaded/lib/Module/Loaded.pm)0
-rw-r--r--cpan/Module-Loaded/t/01_Module-Loaded.t (renamed from ext/Module-Loaded/t/01_Module-Loaded.t)0
4 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index d5a4ee5d6a..c538e19d08 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -644,6 +644,8 @@ cpan/Module-Load-Conditional/t/to_load/LoadIt.pm Module::Conditional tests
cpan/Module-Load-Conditional/t/to_load/LoadMe.pl Module::Conditional tests
cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests
cpan/Module-Load-Conditional/t/to_load/ToBeLoaded Module::Conditional tests
+cpan/Module-Loaded/lib/Module/Loaded.pm Module::Loaded
+cpan/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests
cpan/Module-Load/lib/Module/Load.pm Module::Load
cpan/Module-Load/t/01_Module-Load.t Module::Load tests
cpan/Module-Load/t/to_load/config_file Module::Load tests
@@ -1952,8 +1954,6 @@ ext/Module-CoreList/README Module::CoreList
ext/Module-CoreList/t/corelist.t Module::CoreList tests
ext/Module-CoreList/t/find_modules.t Module::CoreList tests
ext/Module-CoreList/t/pod.t Module::CoreList tests
-ext/Module-Loaded/lib/Module/Loaded.pm Module::Loaded
-ext/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests
ext/Module-Pluggable/lib/Devel/InnerPackage.pm Find inner packages
ext/Module-Pluggable/lib/Module/Pluggable/Object.pm Module::Pluggable
ext/Module-Pluggable/lib/Module/Pluggable.pm Module::Pluggable
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1026b35c76..ffb115bee3 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1032,7 +1032,7 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'kane',
'DISTRIBUTION' => 'BINGOS/Module-Loaded-0.06.tar.gz',
- 'FILES' => q[ext/Module-Loaded],
+ 'FILES' => q[cpan/Module-Loaded],
'CPAN' => 1,
'UPSTREAM' => 'cpan',
},
diff --git a/ext/Module-Loaded/lib/Module/Loaded.pm b/cpan/Module-Loaded/lib/Module/Loaded.pm
index 26cf07e3e6..26cf07e3e6 100644
--- a/ext/Module-Loaded/lib/Module/Loaded.pm
+++ b/cpan/Module-Loaded/lib/Module/Loaded.pm
diff --git a/ext/Module-Loaded/t/01_Module-Loaded.t b/cpan/Module-Loaded/t/01_Module-Loaded.t
index 672bcf2d44..672bcf2d44 100644
--- a/ext/Module-Loaded/t/01_Module-Loaded.t
+++ b/cpan/Module-Loaded/t/01_Module-Loaded.t