Move Attribute::Handlers from ext/ to dist/
Nicholas Clark [Mon, 28 Sep 2009 09:48:53 +0000 (10:48 +0100)]
23 files changed:
MANIFEST
Porting/Maintainers.pl
dist/Attribute-Handlers/Changes [moved from ext/Attribute-Handlers/Changes with 100% similarity]
dist/Attribute-Handlers/README [moved from ext/Attribute-Handlers/README with 100% similarity]
dist/Attribute-Handlers/demo/Demo.pm [moved from ext/Attribute-Handlers/demo/Demo.pm with 100% similarity]
dist/Attribute-Handlers/demo/Descriptions.pm [moved from ext/Attribute-Handlers/demo/Descriptions.pm with 100% similarity]
dist/Attribute-Handlers/demo/MyClass.pm [moved from ext/Attribute-Handlers/demo/MyClass.pm with 100% similarity]
dist/Attribute-Handlers/demo/demo.pl [moved from ext/Attribute-Handlers/demo/demo.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo2.pl [moved from ext/Attribute-Handlers/demo/demo2.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo3.pl [moved from ext/Attribute-Handlers/demo/demo3.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo4.pl [moved from ext/Attribute-Handlers/demo/demo4.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo_call.pl [moved from ext/Attribute-Handlers/demo/demo_call.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo_chain.pl [moved from ext/Attribute-Handlers/demo/demo_chain.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo_cycle.pl [moved from ext/Attribute-Handlers/demo/demo_cycle.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo_hashdir.pl [moved from ext/Attribute-Handlers/demo/demo_hashdir.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo_phases.pl [moved from ext/Attribute-Handlers/demo/demo_phases.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo_range.pl [moved from ext/Attribute-Handlers/demo/demo_range.pl with 100% similarity]
dist/Attribute-Handlers/demo/demo_rawdata.pl [moved from ext/Attribute-Handlers/demo/demo_rawdata.pl with 100% similarity]
dist/Attribute-Handlers/lib/Attribute/Handlers.pm [moved from ext/Attribute-Handlers/lib/Attribute/Handlers.pm with 100% similarity]
dist/Attribute-Handlers/t/constants.t [moved from ext/Attribute-Handlers/t/constants.t with 100% similarity]
dist/Attribute-Handlers/t/data_convert.t [moved from ext/Attribute-Handlers/t/data_convert.t with 100% similarity]
dist/Attribute-Handlers/t/linerep.t [moved from ext/Attribute-Handlers/t/linerep.t with 100% similarity]
dist/Attribute-Handlers/t/multi.t [moved from ext/Attribute-Handlers/t/multi.t with 100% similarity]

index 5dfedcb..c6ca513 100644 (file)
--- 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
index 19a0890..6f7bf21 100755 (executable)
@@ -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' =>