From: Nicholas Clark Date: Sat, 26 Sep 2009 14:26:33 +0000 (+0100) Subject: Move Module::Loadeed from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9288b9fd9ee1dd64e9ad2827924579e1ddbb58f5;p=p5sagit%2Fp5-mst-13.2.git Move Module::Loadeed from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index d5a4ee5..c538e19 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 1026b35..ffb115b 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 similarity index 100% rename from ext/Module-Loaded/lib/Module/Loaded.pm rename to 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 similarity index 100% rename from ext/Module-Loaded/t/01_Module-Loaded.t rename to cpan/Module-Loaded/t/01_Module-Loaded.t