Skip to content

Commit

Permalink
Generate Module::CoreList::Data
Browse files Browse the repository at this point in the history
This commit moves Perl version specific files into a data/ directory
and uses them to generate Module::CoreList::Data, which contains
a compressed dump of corelist data in the __DATA__ section.
Module::CoreList gets an extracted copy of this data on load.

This has the benefit of keeping perl-version files distinct for easy
maintenance, but significantly shrinks the installed size of the
data.
  • Loading branch information
xdg committed Jan 25, 2012
1 parent ce66429 commit f88ffec
Show file tree
Hide file tree
Showing 69 changed files with 1,138 additions and 1,065 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/Module/CoreList/Data.pm
1,125 changes: 1,125 additions & 0 deletions Data.PL

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WriteMakefile
'Module::Pluggable' => 0,
},
'EXE_FILES' => [ 'corelist' ],
'PL_FILES' => {},
'PL_FILES' => { 'Data.PL' => 'lib/Module/CoreList/Data.pm' },
LICENSE => 'perl',
@extra,
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f88ffec

Please sign in to comment.