ext/Text-Balanced/t/07_exttag.t See if Text::Balanced works
ext/Text-Balanced/t/08_extvar.t See if Text::Balanced works
ext/Text-Balanced/t/09_gentag.t See if Text::Balanced works
-ext/Text-ParseWords/ParseWords.pm Perl module to split words on arbitrary delimiter
+ext/Text-ParseWords/lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
ext/Text-ParseWords/t/ParseWords.t See if Text::ParseWords works
ext/Text-ParseWords/t/taint.t See if Text::ParseWords works with tainting
ext/Text-Soundex/Changes Changelog for Text::Soundex
'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.27.zip',
'FILES' => q[ext/Text-ParseWords],
'EXCLUDED' => [ qw( t/pod.t ) ],
+ # For the benefit of make_ext.pl, we have to have this accessible:
+ 'MAP' => {
+ 'ParseWords.pm' => 'ext/Text-ParseWords/lib/Text/ParseWords.pm',
+ '' => 'ext/Text-ParseWords/',
+ },
'CPAN' => 1,
'UPSTREAM' => undef,
},
# allow miniperl to build everything else.
my @toolchain = qw(ext/constant/lib ext/ExtUtils-Command/lib
- ext/Text-ParseWords);
+ ext/Text-ParseWords/lib);
# This script acts as a simple interface for building extensions.