Move Attribute::Handlers from lib to ext. The layout in ext is the same as the
authorNicholas Clark <nick@ccl4.org>
Thu, 12 Feb 2009 21:02:24 +0000 (21:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 12 Feb 2009 21:05:21 +0000 (21:05 +0000)
commit261f6fe66fcb39f452edd0e67d52b9602e510c33
tree20a2c0662f89116c47f79e304bd3469de3f7ef34
parente74f76b27bd4a9c64ec8f4f10c74bbd59db04e7d
Move Attribute::Handlers from lib to ext. The layout in ext is the same as the
CPAN distribution, which simplifies dual life module maintenance.
23 files changed:
MANIFEST
Porting/Maintainers.pl
ext/Attribute-Handlers/Changes [moved from lib/Attribute/Handlers/Changes with 100% similarity]
ext/Attribute-Handlers/README [moved from lib/Attribute/Handlers/README with 100% similarity]
ext/Attribute-Handlers/demo/Demo.pm [moved from lib/Attribute/Handlers/demo/Demo.pm with 100% similarity]
ext/Attribute-Handlers/demo/Descriptions.pm [moved from lib/Attribute/Handlers/demo/Descriptions.pm with 100% similarity]
ext/Attribute-Handlers/demo/MyClass.pm [moved from lib/Attribute/Handlers/demo/MyClass.pm with 100% similarity]
ext/Attribute-Handlers/demo/demo.pl [moved from lib/Attribute/Handlers/demo/demo.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo2.pl [moved from lib/Attribute/Handlers/demo/demo2.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo3.pl [moved from lib/Attribute/Handlers/demo/demo3.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo4.pl [moved from lib/Attribute/Handlers/demo/demo4.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo_call.pl [moved from lib/Attribute/Handlers/demo/demo_call.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo_chain.pl [moved from lib/Attribute/Handlers/demo/demo_chain.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo_cycle.pl [moved from lib/Attribute/Handlers/demo/demo_cycle.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo_hashdir.pl [moved from lib/Attribute/Handlers/demo/demo_hashdir.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo_phases.pl [moved from lib/Attribute/Handlers/demo/demo_phases.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo_range.pl [moved from lib/Attribute/Handlers/demo/demo_range.pl with 100% similarity]
ext/Attribute-Handlers/demo/demo_rawdata.pl [moved from lib/Attribute/Handlers/demo/demo_rawdata.pl with 100% similarity]
ext/Attribute-Handlers/lib/Attribute/Handlers.pm [moved from lib/Attribute/Handlers.pm with 100% similarity]
ext/Attribute-Handlers/t/constants.t [moved from lib/Attribute/Handlers/t/constants.t with 100% similarity]
ext/Attribute-Handlers/t/data_convert.t [moved from lib/Attribute/Handlers/t/data_convert.t with 100% similarity]
ext/Attribute-Handlers/t/linerep.t [moved from lib/Attribute/Handlers/t/linerep.t with 100% similarity]
ext/Attribute-Handlers/t/multi.t [moved from lib/Attribute/Handlers/t/multi.t with 100% similarity]