From: Nicholas Clark Date: Sat, 26 Sep 2009 13:41:29 +0000 (+0100) Subject: Move Module::Load from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1ac05d83359ab0b4e03b39df1d104eb71a8437cf;p=p5sagit%2Fp5-mst-13.2.git Move Module::Load from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index a7a8c5e..93e3b5d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -635,6 +635,14 @@ cpan/Module-Build/t/use_tap_harness.t Module::Build cpan/Module-Build/t/versions.t Module::Build cpan/Module-Build/t/write_default_maniskip.t Module::Build tests cpan/Module-Build/t/xs.t Module::Build +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 +cpan/Module-Load/t/to_load/LoadIt.pm Module::Load tests +cpan/Module-Load/t/to_load/LoadMe.pl Module::Load tests +cpan/Module-Load/t/to_load/Must/Be/Loaded.pm Module::Load tests +cpan/Module-Load/t/to_load/TestModule.pm Module::Load tests +cpan/Module-Load/t/to_load/ToBeLoaded Module::Load tests cpan/Sys-Syslog/Changes Changlog for Sys::Syslog cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file @@ -1946,14 +1954,6 @@ ext/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional ext/Module-Load-Conditional/t/to_load/ToBeLoaded Module::Conditional tests ext/Module-Loaded/lib/Module/Loaded.pm Module::Loaded ext/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests -ext/Module-Load/lib/Module/Load.pm Module::Load -ext/Module-Load/t/01_Module-Load.t Module::Load tests -ext/Module-Load/t/to_load/config_file Module::Load tests -ext/Module-Load/t/to_load/LoadIt.pm Module::Load tests -ext/Module-Load/t/to_load/LoadMe.pl Module::Load tests -ext/Module-Load/t/to_load/Must/Be/Loaded.pm Module::Load tests -ext/Module-Load/t/to_load/TestModule.pm Module::Load tests -ext/Module-Load/t/to_load/ToBeLoaded Module::Load 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 12c4590..9ef4d64 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1014,7 +1014,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'kane', 'DISTRIBUTION' => 'KANE/Module-Load-0.16.tar.gz', - 'FILES' => q[ext/Module-Load], + 'FILES' => q[cpan/Module-Load], 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, diff --git a/ext/Module-Load/lib/Module/Load.pm b/cpan/Module-Load/lib/Module/Load.pm similarity index 100% rename from ext/Module-Load/lib/Module/Load.pm rename to cpan/Module-Load/lib/Module/Load.pm diff --git a/ext/Module-Load/t/01_Module-Load.t b/cpan/Module-Load/t/01_Module-Load.t similarity index 100% rename from ext/Module-Load/t/01_Module-Load.t rename to cpan/Module-Load/t/01_Module-Load.t diff --git a/ext/Module-Load/t/to_load/LoadIt.pm b/cpan/Module-Load/t/to_load/LoadIt.pm similarity index 100% rename from ext/Module-Load/t/to_load/LoadIt.pm rename to cpan/Module-Load/t/to_load/LoadIt.pm diff --git a/ext/Module-Load/t/to_load/LoadMe.pl b/cpan/Module-Load/t/to_load/LoadMe.pl similarity index 100% rename from ext/Module-Load/t/to_load/LoadMe.pl rename to cpan/Module-Load/t/to_load/LoadMe.pl diff --git a/ext/Module-Load/t/to_load/Must/Be/Loaded.pm b/cpan/Module-Load/t/to_load/Must/Be/Loaded.pm similarity index 100% rename from ext/Module-Load/t/to_load/Must/Be/Loaded.pm rename to cpan/Module-Load/t/to_load/Must/Be/Loaded.pm diff --git a/ext/Module-Load/t/to_load/TestModule.pm b/cpan/Module-Load/t/to_load/TestModule.pm similarity index 100% rename from ext/Module-Load/t/to_load/TestModule.pm rename to cpan/Module-Load/t/to_load/TestModule.pm diff --git a/ext/Module-Load/t/to_load/ToBeLoaded b/cpan/Module-Load/t/to_load/ToBeLoaded similarity index 100% rename from ext/Module-Load/t/to_load/ToBeLoaded rename to cpan/Module-Load/t/to_load/ToBeLoaded diff --git a/ext/Module-Load/t/to_load/config_file b/cpan/Module-Load/t/to_load/config_file similarity index 100% rename from ext/Module-Load/t/to_load/config_file rename to cpan/Module-Load/t/to_load/config_file