In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b2f35940bb67ef1897a3424ba54bae0f74434d8e?hp=2ad3fd79fc9c36127e4a72f731e2784799de0b2f>
- Log ----------------------------------------------------------------- commit b2f35940bb67ef1897a3424ba54bae0f74434d8e Author: Nicholas Clark <[email protected]> Date: Sat Sep 26 14:52:33 2009 +0100 Move Module::Load::Conditional from ext/ to cpan/ M MANIFEST M Porting/Maintainers.pl A cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm A cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t A cpan/Module-Load-Conditional/t/02_Parse_Version.t A cpan/Module-Load-Conditional/t/to_load/Commented.pm A cpan/Module-Load-Conditional/t/to_load/InPod.pm A cpan/Module-Load-Conditional/t/to_load/LoadIt.pm A cpan/Module-Load-Conditional/t/to_load/LoadMe.pl A cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm A cpan/Module-Load-Conditional/t/to_load/ToBeLoaded D ext/Module-Load-Conditional/lib/Module/Load/Conditional.pm D ext/Module-Load-Conditional/t/01_Module_Load_Conditional.t D ext/Module-Load-Conditional/t/02_Parse_Version.t D ext/Module-Load-Conditional/t/to_load/Commented.pm D ext/Module-Load-Conditional/t/to_load/InPod.pm D ext/Module-Load-Conditional/t/to_load/LoadIt.pm D ext/Module-Load-Conditional/t/to_load/LoadMe.pl D ext/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm D ext/Module-Load-Conditional/t/to_load/ToBeLoaded commit 1ac05d83359ab0b4e03b39df1d104eb71a8437cf Author: Nicholas Clark <[email protected]> Date: Sat Sep 26 14:41:29 2009 +0100 Move Module::Load from ext/ to cpan/ M MANIFEST M Porting/Maintainers.pl A cpan/Module-Load/lib/Module/Load.pm A cpan/Module-Load/t/01_Module-Load.t A cpan/Module-Load/t/to_load/LoadIt.pm A cpan/Module-Load/t/to_load/LoadMe.pl A cpan/Module-Load/t/to_load/Must/Be/Loaded.pm A cpan/Module-Load/t/to_load/TestModule.pm A cpan/Module-Load/t/to_load/ToBeLoaded A cpan/Module-Load/t/to_load/config_file D ext/Module-Load/lib/Module/Load.pm D ext/Module-Load/t/01_Module-Load.t D ext/Module-Load/t/to_load/LoadIt.pm D ext/Module-Load/t/to_load/LoadMe.pl D ext/Module-Load/t/to_load/Must/Be/Loaded.pm D ext/Module-Load/t/to_load/TestModule.pm D ext/Module-Load/t/to_load/ToBeLoaded D ext/Module-Load/t/to_load/config_file ----------------------------------------------------------------------- Summary of changes: MANIFEST | 34 ++++++++++---------- Porting/Maintainers.pl | 4 +- .../lib/Module/Load/Conditional.pm | 0 .../t/01_Module_Load_Conditional.t | 0 .../Module-Load-Conditional/t/02_Parse_Version.t | 0 .../Module-Load-Conditional/t/to_load/Commented.pm | 0 .../Module-Load-Conditional/t/to_load/InPod.pm | 0 .../Module-Load-Conditional/t/to_load/LoadIt.pm | 0 .../Module-Load-Conditional/t/to_load/LoadMe.pl | 0 .../t/to_load/MustBe/Loaded.pm | 0 .../Module-Load-Conditional/t/to_load/ToBeLoaded | 0 {ext => cpan}/Module-Load/lib/Module/Load.pm | 0 {ext => cpan}/Module-Load/t/01_Module-Load.t | 0 {ext => cpan}/Module-Load/t/to_load/LoadIt.pm | 0 {ext => cpan}/Module-Load/t/to_load/LoadMe.pl | 0 .../Module-Load/t/to_load/Must/Be/Loaded.pm | 0 {ext => cpan}/Module-Load/t/to_load/TestModule.pm | 0 {ext => cpan}/Module-Load/t/to_load/ToBeLoaded | 0 {ext => cpan}/Module-Load/t/to_load/config_file | 0 19 files changed, 19 insertions(+), 19 deletions(-) rename {ext => cpan}/Module-Load-Conditional/lib/Module/Load/Conditional.pm (100%) rename {ext => cpan}/Module-Load-Conditional/t/01_Module_Load_Conditional.t (100%) rename {ext => cpan}/Module-Load-Conditional/t/02_Parse_Version.t (100%) rename {ext => cpan}/Module-Load-Conditional/t/to_load/Commented.pm (100%) rename {ext => cpan}/Module-Load-Conditional/t/to_load/InPod.pm (100%) rename {ext => cpan}/Module-Load-Conditional/t/to_load/LoadIt.pm (100%) rename {ext => cpan}/Module-Load-Conditional/t/to_load/LoadMe.pl (100%) rename {ext => cpan}/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm (100%) rename {ext => cpan}/Module-Load-Conditional/t/to_load/ToBeLoaded (100%) rename {ext => cpan}/Module-Load/lib/Module/Load.pm (100%) rename {ext => cpan}/Module-Load/t/01_Module-Load.t (100%) rename {ext => cpan}/Module-Load/t/to_load/LoadIt.pm (100%) rename {ext => cpan}/Module-Load/t/to_load/LoadMe.pl (100%) rename {ext => cpan}/Module-Load/t/to_load/Must/Be/Loaded.pm (100%) rename {ext => cpan}/Module-Load/t/to_load/TestModule.pm (100%) rename {ext => cpan}/Module-Load/t/to_load/ToBeLoaded (100%) rename {ext => cpan}/Module-Load/t/to_load/config_file (100%) diff --git a/MANIFEST b/MANIFEST index a7a8c5e..d8a8847 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 @@ -1935,25 +1943,17 @@ 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-Load-Conditional/lib/Module/Load/Conditional.pm Module::Conditional -ext/Module-Load-Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests -ext/Module-Load-Conditional/t/02_Parse_Version.t Module::Load::Conditional tests -ext/Module-Load-Conditional/t/to_load/Commented.pm Module::Conditional tests -ext/Module-Load-Conditional/t/to_load/InPod.pm Module::Load::Conditional tests -ext/Module-Load-Conditional/t/to_load/LoadIt.pm Module::Conditional tests -ext/Module-Load-Conditional/t/to_load/LoadMe.pl Module::Conditional tests -ext/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests -ext/Module-Load-Conditional/t/to_load/ToBeLoaded Module::Conditional tests +cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm Module::Conditional +cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests +cpan/Module-Load-Conditional/t/02_Parse_Version.t Module::Load::Conditional tests +cpan/Module-Load-Conditional/t/to_load/Commented.pm Module::Conditional tests +cpan/Module-Load-Conditional/t/to_load/InPod.pm Module::Load::Conditional tests +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 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..1026b35 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', }, @@ -1023,7 +1023,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'kane', 'DISTRIBUTION' => 'KANE/Module-Load-Conditional-0.30.tar.gz', - 'FILES' => q[ext/Module-Load-Conditional], + 'FILES' => q[cpan/Module-Load-Conditional], 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, diff --git a/ext/Module-Load-Conditional/lib/Module/Load/Conditional.pm b/cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm similarity index 100% rename from ext/Module-Load-Conditional/lib/Module/Load/Conditional.pm rename to cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm diff --git a/ext/Module-Load-Conditional/t/01_Module_Load_Conditional.t b/cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t similarity index 100% rename from ext/Module-Load-Conditional/t/01_Module_Load_Conditional.t rename to cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t diff --git a/ext/Module-Load-Conditional/t/02_Parse_Version.t b/cpan/Module-Load-Conditional/t/02_Parse_Version.t similarity index 100% rename from ext/Module-Load-Conditional/t/02_Parse_Version.t rename to cpan/Module-Load-Conditional/t/02_Parse_Version.t diff --git a/ext/Module-Load-Conditional/t/to_load/Commented.pm b/cpan/Module-Load-Conditional/t/to_load/Commented.pm similarity index 100% rename from ext/Module-Load-Conditional/t/to_load/Commented.pm rename to cpan/Module-Load-Conditional/t/to_load/Commented.pm diff --git a/ext/Module-Load-Conditional/t/to_load/InPod.pm b/cpan/Module-Load-Conditional/t/to_load/InPod.pm similarity index 100% rename from ext/Module-Load-Conditional/t/to_load/InPod.pm rename to cpan/Module-Load-Conditional/t/to_load/InPod.pm diff --git a/ext/Module-Load-Conditional/t/to_load/LoadIt.pm b/cpan/Module-Load-Conditional/t/to_load/LoadIt.pm similarity index 100% rename from ext/Module-Load-Conditional/t/to_load/LoadIt.pm rename to cpan/Module-Load-Conditional/t/to_load/LoadIt.pm diff --git a/ext/Module-Load-Conditional/t/to_load/LoadMe.pl b/cpan/Module-Load-Conditional/t/to_load/LoadMe.pl similarity index 100% rename from ext/Module-Load-Conditional/t/to_load/LoadMe.pl rename to cpan/Module-Load-Conditional/t/to_load/LoadMe.pl diff --git a/ext/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm b/cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm similarity index 100% rename from ext/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm rename to cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm diff --git a/ext/Module-Load-Conditional/t/to_load/ToBeLoaded b/cpan/Module-Load-Conditional/t/to_load/ToBeLoaded similarity index 100% rename from ext/Module-Load-Conditional/t/to_load/ToBeLoaded rename to cpan/Module-Load-Conditional/t/to_load/ToBeLoaded 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 -- Perl5 Master Repository
