Moved Module::Loaded from lib/ to ext/
Chris Williams [Fri, 4 Sep 2009 14:26:15 +0000 (15:26 +0100)]
MANIFEST
Porting/Maintainers.pl
ext/.gitignore
ext/Module-Loaded/lib/Module/Loaded.pm [moved from lib/Module/Loaded.pm with 100% similarity]
ext/Module-Loaded/t/01_Module-Loaded.t [moved from lib/Module/Loaded/t/01_Module-Loaded.t with 100% similarity]
lib/.gitignore

index a224a40..e6a7400 100644 (file)
--- 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
index ece0881..0a0c8ea 100755 (executable)
@@ -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',
        },
index 439991d..3b6e09a 100644 (file)
@@ -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
index d4a915c..4a23dcc 100644 (file)
@@ -61,6 +61,7 @@
 /MIME
 /Math/BigInt/FastCalc.pm
 /Module/CoreList.pm
+/Module/Loaded.pm
 /Module/Pluggable.pm
 /Module/Pluggable
 /Net/Ping.pm