ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Perl-LibExtractor/LibExtractor.pm
(Generate patch)

Comparing cvsroot/Perl-LibExtractor/LibExtractor.pm (file contents):
Revision 1.16 by root, Thu Jan 26 15:11:46 2012 UTC vs.
Revision 1.17 by root, Thu Jan 26 21:16:01 2012 UTC

114=back 114=back
115 115
116=cut 116=cut
117 117
118our $EXTRA_DEPS = { 118our $EXTRA_DEPS = {
119 'bytes.pm' => ['bytes_heavy.pl'],
120 'utf8.pm' => ['utf8_heavy.pl'],
119 'Config.pm' => ['Config_heavy.pl', 'Config_git.pl'], 121 'Config.pm' => ['Config_heavy.pl', 'Config_git.pl'],
120 'Carp.pm' => ['Carp/Heavy.pm'], 122 'Carp.pm' => ['Carp/Heavy.pm'],
121 'utf8.pm' => ['utf8_heavy.pl'], 123 'Exporter.pm' => ['Exporter/Heavy.pm'],
122 'bytes.pm' => ['bytes_heavy.pl'],
123 # Exporter::Heay is usually detected
124}; 124};
125 125
126sub new { 126sub new {
127 my ($class, %kv) = @_; 127 my ($class, %kv) = @_;
128 128

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines