From: Chris Williams Date: Fri, 4 Sep 2009 14:26:15 +0000 (+0100) Subject: Moved Module::Loaded from lib/ to ext/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6a756ef4a1a1f2f707e954a89a775488a5aa39d;p=p5sagit%2Fp5-mst-13.2.git Moved Module::Loaded from lib/ to ext/ --- diff --git a/MANIFEST b/MANIFEST index a224a40..e6a7400 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1101,6 +1101,8 @@ 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 @@ -2837,8 +2839,6 @@ lib/Module/Load/Conditional/t/to_load/LoadIt.pm Module::Conditional tests lib/Module/Load/Conditional/t/to_load/LoadMe.pl Module::Conditional tests lib/Module/Load/Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests lib/Module/Load/Conditional/t/to_load/ToBeLoaded Module::Conditional tests -lib/Module/Loaded.pm Module::Loaded -lib/Module/Loaded/t/01_Module-Loaded.t Module::Loaded tests lib/Module/Load.pm Module::Load lib/Module/Load/t/01_Module-Load.t Module::Load tests lib/Module/Load/t/to_load/config_file Module::Load tests diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ece0881..0a0c8ea 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1197,7 +1197,7 @@ package Maintainers; { 'MAINTAINER' => 'kane', 'DISTRIBUTION' => 'KANE/Module-Loaded-0.02.tar.gz', - 'FILES' => q[lib/Module/Loaded lib/Module/Loaded.pm], + 'FILES' => q[ext/Module-Loaded], 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, diff --git a/ext/.gitignore b/ext/.gitignore index 439991d..3b6e09a 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -33,6 +33,7 @@ ppport.h /Log-Message/Makefile.PL /Log-Message-Simple/Makefile.PL /Math-BigInt-FastCalc/Makefile.PL +/Module-Loaded/Makefile.PL /mro/Makefile.PL /Net-Ping/Makefile.PL /Opcode/Makefile.PL diff --git a/lib/Module/Loaded.pm b/ext/Module-Loaded/lib/Module/Loaded.pm similarity index 100% rename from lib/Module/Loaded.pm rename to ext/Module-Loaded/lib/Module/Loaded.pm diff --git a/lib/Module/Loaded/t/01_Module-Loaded.t b/ext/Module-Loaded/t/01_Module-Loaded.t similarity index 100% rename from lib/Module/Loaded/t/01_Module-Loaded.t rename to ext/Module-Loaded/t/01_Module-Loaded.t diff --git a/lib/.gitignore b/lib/.gitignore index d4a915c..4a23dcc 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -61,6 +61,7 @@ /MIME /Math/BigInt/FastCalc.pm /Module/CoreList.pm +/Module/Loaded.pm /Module/Pluggable.pm /Module/Pluggable /Net/Ping.pm