This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move Module::CoreList to ext/
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 30 Aug 2009 20:18:08 +0000 (22:18 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 30 Aug 2009 20:23:19 +0000 (22:23 +0200)
commit3a02dfe7d9fa37ca3c82d050a5966c7e69f8b9f5
treea6da02db3d06d9fa969374a7a08d2473c567f32b
parentdf4248234490ed7373b21494ef5a7a4bdfc0058c
Move Module::CoreList to ext/

and add missing files from the CPAN distribution.
Also adjust utils/corelist.PL to look for the corelist utility in the
new directory.
14 files changed:
MANIFEST
ext/Module-CoreList/Changes [new file with mode: 0644]
ext/Module-CoreList/MANIFEST [new file with mode: 0644]
ext/Module-CoreList/META.yml [new file with mode: 0644]
ext/Module-CoreList/Makefile.PL [new file with mode: 0644]
ext/Module-CoreList/README [new file with mode: 0644]
ext/Module-CoreList/corelist [moved from lib/Module/CoreList/bin/corelist with 100% similarity]
ext/Module-CoreList/identify-dependencies [new file with mode: 0644]
ext/Module-CoreList/lib/Module/CoreList.pm [moved from lib/Module/CoreList.pm with 100% similarity]
ext/Module-CoreList/t/corelist.t [moved from lib/Module/CoreList/t/corelist.t with 100% similarity]
ext/Module-CoreList/t/find_modules.t [moved from lib/Module/CoreList/t/find_modules.t with 100% similarity]
ext/Module-CoreList/t/pod.t [new file with mode: 0644]
lib/.gitignore
utils/corelist.PL