From: Nicholas Clark Date: Mon, 28 Sep 2009 09:48:53 +0000 (+0100) Subject: Move Attribute::Handlers from ext/ to dist/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5fe6925c645093b14564777709b7e36a489625c8;p=p5sagit%2Fp5-mst-13.2.git Move Attribute::Handlers from ext/ to dist/ --- 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