In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5fe6925c645093b14564777709b7e36a489625c8?hp=e3160748789c8366f0f8b6e4231496f2fb33cd14>
- Log ----------------------------------------------------------------- commit 5fe6925c645093b14564777709b7e36a489625c8 Author: Nicholas Clark <[email protected]> Date: Mon Sep 28 10:48:53 2009 +0100 Move Attribute::Handlers from ext/ to dist/ M MANIFEST M Porting/Maintainers.pl A dist/Attribute-Handlers/Changes A dist/Attribute-Handlers/README A dist/Attribute-Handlers/demo/Demo.pm A dist/Attribute-Handlers/demo/Descriptions.pm A dist/Attribute-Handlers/demo/MyClass.pm A dist/Attribute-Handlers/demo/demo.pl A dist/Attribute-Handlers/demo/demo2.pl A dist/Attribute-Handlers/demo/demo3.pl A dist/Attribute-Handlers/demo/demo4.pl A dist/Attribute-Handlers/demo/demo_call.pl A dist/Attribute-Handlers/demo/demo_chain.pl A dist/Attribute-Handlers/demo/demo_cycle.pl A dist/Attribute-Handlers/demo/demo_hashdir.pl A dist/Attribute-Handlers/demo/demo_phases.pl A dist/Attribute-Handlers/demo/demo_range.pl A dist/Attribute-Handlers/demo/demo_rawdata.pl A dist/Attribute-Handlers/lib/Attribute/Handlers.pm A dist/Attribute-Handlers/t/constants.t A dist/Attribute-Handlers/t/data_convert.t A dist/Attribute-Handlers/t/linerep.t A dist/Attribute-Handlers/t/multi.t D ext/Attribute-Handlers/Changes D ext/Attribute-Handlers/README D ext/Attribute-Handlers/demo/Demo.pm D ext/Attribute-Handlers/demo/Descriptions.pm D ext/Attribute-Handlers/demo/MyClass.pm D ext/Attribute-Handlers/demo/demo.pl D ext/Attribute-Handlers/demo/demo2.pl D ext/Attribute-Handlers/demo/demo3.pl D ext/Attribute-Handlers/demo/demo4.pl D ext/Attribute-Handlers/demo/demo_call.pl D ext/Attribute-Handlers/demo/demo_chain.pl D ext/Attribute-Handlers/demo/demo_cycle.pl D ext/Attribute-Handlers/demo/demo_hashdir.pl D ext/Attribute-Handlers/demo/demo_phases.pl D ext/Attribute-Handlers/demo/demo_range.pl D ext/Attribute-Handlers/demo/demo_rawdata.pl D ext/Attribute-Handlers/lib/Attribute/Handlers.pm D ext/Attribute-Handlers/t/constants.t D ext/Attribute-Handlers/t/data_convert.t D ext/Attribute-Handlers/t/linerep.t D ext/Attribute-Handlers/t/multi.t commit d284e2f9a7b9f1200f7e4be388deac2dd968a435 Author: Nicholas Clark <[email protected]> Date: Mon Sep 28 10:48:11 2009 +0100 config_sh.PL need to scan dist/ as well as cpan/ and ext/ M win32/config_sh.PL ----------------------------------------------------------------------- Summary of changes: MANIFEST | 42 ++++++++++---------- Porting/Maintainers.pl | 4 +- {ext => dist}/Attribute-Handlers/Changes | 0 {ext => dist}/Attribute-Handlers/README | 0 {ext => dist}/Attribute-Handlers/demo/Demo.pm | 0 .../Attribute-Handlers/demo/Descriptions.pm | 0 {ext => dist}/Attribute-Handlers/demo/MyClass.pm | 0 {ext => dist}/Attribute-Handlers/demo/demo.pl | 0 {ext => dist}/Attribute-Handlers/demo/demo2.pl | 0 {ext => dist}/Attribute-Handlers/demo/demo3.pl | 0 {ext => dist}/Attribute-Handlers/demo/demo4.pl | 0 {ext => dist}/Attribute-Handlers/demo/demo_call.pl | 0 .../Attribute-Handlers/demo/demo_chain.pl | 0 .../Attribute-Handlers/demo/demo_cycle.pl | 0 .../Attribute-Handlers/demo/demo_hashdir.pl | 0 .../Attribute-Handlers/demo/demo_phases.pl | 0 .../Attribute-Handlers/demo/demo_range.pl | 0 .../Attribute-Handlers/demo/demo_rawdata.pl | 0 .../Attribute-Handlers/lib/Attribute/Handlers.pm | 0 {ext => dist}/Attribute-Handlers/t/constants.t | 0 {ext => dist}/Attribute-Handlers/t/data_convert.t | 0 {ext => dist}/Attribute-Handlers/t/linerep.t | 0 {ext => dist}/Attribute-Handlers/t/multi.t | 0 win32/config_sh.PL | 1 + 24 files changed, 24 insertions(+), 23 deletions(-) rename {ext => dist}/Attribute-Handlers/Changes (100%) rename {ext => dist}/Attribute-Handlers/README (100%) rename {ext => dist}/Attribute-Handlers/demo/Demo.pm (100%) rename {ext => dist}/Attribute-Handlers/demo/Descriptions.pm (100%) rename {ext => dist}/Attribute-Handlers/demo/MyClass.pm (100%) rename {ext => dist}/Attribute-Handlers/demo/demo.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo2.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo3.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo4.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo_call.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo_chain.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo_cycle.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo_hashdir.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo_phases.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo_range.pl (100%) rename {ext => dist}/Attribute-Handlers/demo/demo_rawdata.pl (100%) rename {ext => dist}/Attribute-Handlers/lib/Attribute/Handlers.pm (100%) rename {ext => dist}/Attribute-Handlers/t/constants.t (100%) rename {ext => dist}/Attribute-Handlers/t/data_convert.t (100%) rename {ext => dist}/Attribute-Handlers/t/linerep.t (100%) rename {ext => dist}/Attribute-Handlers/t/multi.t (100%) diff --git a/MANIFEST b/MANIFEST index 5dfedcb..c6ca513 100644 --- a/MANIFEST +++ b/MANIFEST @@ -973,6 +973,27 @@ Cross/warp Cross-compilation cv.h Code value header cygwin/cygwin.c Additional code for Cygwin port deb.c Debugging routines +dist/Attribute-Handlers/Changes Attribute::Handlers +dist/Attribute-Handlers/demo/demo2.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo3.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo4.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo_call.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo_chain.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo_cycle.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo_hashdir.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo_phases.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/Demo.pm Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo_range.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/demo_rawdata.pl Attribute::Handlers demo +dist/Attribute-Handlers/demo/Descriptions.pm Attribute::Handlers demo +dist/Attribute-Handlers/demo/MyClass.pm Attribute::Handlers demo +dist/Attribute-Handlers/lib/Attribute/Handlers.pm Attribute::Handlers +dist/Attribute-Handlers/README Attribute::Handlers +dist/Attribute-Handlers/t/constants.t Test constants and Attribute::Handlers +dist/Attribute-Handlers/t/data_convert.t Test attribute data conversion +dist/Attribute-Handlers/t/linerep.t See if Attribute::Handlers works +dist/Attribute-Handlers/t/multi.t See if Attribute::Handlers works djgpp/config.over DOS/DJGPP port djgpp/configure.bat DOS/DJGPP port djgpp/djgpp.c DOS/DJGPP port @@ -997,27 +1018,6 @@ epoc/epocish.c EPOC port epoc/epocish.h EPOC port epoc/epoc_stubs.c EPOC port epoc/link.pl EPOC port link a exe -ext/Attribute-Handlers/Changes Attribute::Handlers -ext/Attribute-Handlers/demo/demo2.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo3.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo4.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo_call.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo_chain.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo_cycle.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo_hashdir.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo_phases.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/Demo.pm Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo_range.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/demo_rawdata.pl Attribute::Handlers demo -ext/Attribute-Handlers/demo/Descriptions.pm Attribute::Handlers demo -ext/Attribute-Handlers/demo/MyClass.pm Attribute::Handlers demo -ext/Attribute-Handlers/lib/Attribute/Handlers.pm Attribute::Handlers -ext/Attribute-Handlers/README Attribute::Handlers -ext/Attribute-Handlers/t/constants.t Test constants and Attribute::Handlers -ext/Attribute-Handlers/t/data_convert.t Test attribute data conversion -ext/Attribute-Handlers/t/linerep.t See if Attribute::Handlers works -ext/Attribute-Handlers/t/multi.t See if Attribute::Handlers works ext/attributes/attributes.pm For "sub foo : attrlist" ext/attributes/attributes.xs For "sub foo : attrlist" ext/autouse/lib/autouse.pm Load and call a function only when it's used diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 19a0890..6f7bf21 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -199,9 +199,9 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'rgarcia', 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.87.tar.gz', - 'FILES' => q[ext/Attribute-Handlers], + 'FILES' => q[dist/Attribute-Handlers], 'CPAN' => 1, - 'UPSTREAM' => "blead", + 'UPSTREAM' => 'blead', }, 'autodie' => diff --git a/ext/Attribute-Handlers/Changes b/dist/Attribute-Handlers/Changes similarity index 100% rename from ext/Attribute-Handlers/Changes rename to dist/Attribute-Handlers/Changes diff --git a/ext/Attribute-Handlers/README b/dist/Attribute-Handlers/README similarity index 100% rename from ext/Attribute-Handlers/README rename to dist/Attribute-Handlers/README diff --git a/ext/Attribute-Handlers/demo/Demo.pm b/dist/Attribute-Handlers/demo/Demo.pm similarity index 100% rename from ext/Attribute-Handlers/demo/Demo.pm rename to dist/Attribute-Handlers/demo/Demo.pm diff --git a/ext/Attribute-Handlers/demo/Descriptions.pm b/dist/Attribute-Handlers/demo/Descriptions.pm similarity index 100% rename from ext/Attribute-Handlers/demo/Descriptions.pm rename to dist/Attribute-Handlers/demo/Descriptions.pm diff --git a/ext/Attribute-Handlers/demo/MyClass.pm b/dist/Attribute-Handlers/demo/MyClass.pm similarity index 100% rename from ext/Attribute-Handlers/demo/MyClass.pm rename to dist/Attribute-Handlers/demo/MyClass.pm diff --git a/ext/Attribute-Handlers/demo/demo.pl b/dist/Attribute-Handlers/demo/demo.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo.pl rename to dist/Attribute-Handlers/demo/demo.pl diff --git a/ext/Attribute-Handlers/demo/demo2.pl b/dist/Attribute-Handlers/demo/demo2.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo2.pl rename to dist/Attribute-Handlers/demo/demo2.pl diff --git a/ext/Attribute-Handlers/demo/demo3.pl b/dist/Attribute-Handlers/demo/demo3.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo3.pl rename to dist/Attribute-Handlers/demo/demo3.pl diff --git a/ext/Attribute-Handlers/demo/demo4.pl b/dist/Attribute-Handlers/demo/demo4.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo4.pl rename to dist/Attribute-Handlers/demo/demo4.pl diff --git a/ext/Attribute-Handlers/demo/demo_call.pl b/dist/Attribute-Handlers/demo/demo_call.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo_call.pl rename to dist/Attribute-Handlers/demo/demo_call.pl diff --git a/ext/Attribute-Handlers/demo/demo_chain.pl b/dist/Attribute-Handlers/demo/demo_chain.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo_chain.pl rename to dist/Attribute-Handlers/demo/demo_chain.pl diff --git a/ext/Attribute-Handlers/demo/demo_cycle.pl b/dist/Attribute-Handlers/demo/demo_cycle.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo_cycle.pl rename to dist/Attribute-Handlers/demo/demo_cycle.pl diff --git a/ext/Attribute-Handlers/demo/demo_hashdir.pl b/dist/Attribute-Handlers/demo/demo_hashdir.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo_hashdir.pl rename to dist/Attribute-Handlers/demo/demo_hashdir.pl diff --git a/ext/Attribute-Handlers/demo/demo_phases.pl b/dist/Attribute-Handlers/demo/demo_phases.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo_phases.pl rename to dist/Attribute-Handlers/demo/demo_phases.pl diff --git a/ext/Attribute-Handlers/demo/demo_range.pl b/dist/Attribute-Handlers/demo/demo_range.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo_range.pl rename to dist/Attribute-Handlers/demo/demo_range.pl diff --git a/ext/Attribute-Handlers/demo/demo_rawdata.pl b/dist/Attribute-Handlers/demo/demo_rawdata.pl similarity index 100% rename from ext/Attribute-Handlers/demo/demo_rawdata.pl rename to dist/Attribute-Handlers/demo/demo_rawdata.pl diff --git a/ext/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm similarity index 100% rename from ext/Attribute-Handlers/lib/Attribute/Handlers.pm rename to dist/Attribute-Handlers/lib/Attribute/Handlers.pm diff --git a/ext/Attribute-Handlers/t/constants.t b/dist/Attribute-Handlers/t/constants.t similarity index 100% rename from ext/Attribute-Handlers/t/constants.t rename to dist/Attribute-Handlers/t/constants.t diff --git a/ext/Attribute-Handlers/t/data_convert.t b/dist/Attribute-Handlers/t/data_convert.t similarity index 100% rename from ext/Attribute-Handlers/t/data_convert.t rename to dist/Attribute-Handlers/t/data_convert.t diff --git a/ext/Attribute-Handlers/t/linerep.t b/dist/Attribute-Handlers/t/linerep.t similarity index 100% rename from ext/Attribute-Handlers/t/linerep.t rename to dist/Attribute-Handlers/t/linerep.t diff --git a/ext/Attribute-Handlers/t/multi.t b/dist/Attribute-Handlers/t/multi.t similarity index 100% rename from ext/Attribute-Handlers/t/multi.t rename to dist/Attribute-Handlers/t/multi.t diff --git a/win32/config_sh.PL b/win32/config_sh.PL index 699cd7d..325ae80 100644 --- a/win32/config_sh.PL +++ b/win32/config_sh.PL @@ -43,6 +43,7 @@ while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) { } FindExt::scan_ext("../cpan"); +FindExt::scan_ext("../dist"); FindExt::scan_ext("../ext"); FindExt::set_static_extensions(split ' ', $opt{'static_ext'}); -- Perl5 Master Repository
