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/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
ext/Text-Soundex/README README for Text::Soundex
ext/Text-Soundex/Soundex.pm Text::Soundex extension Perl module
lib/Test/Tutorial.pod A tutorial on writing tests
lib/Text/Abbrev.pm An abbreviation table builder
lib/Text/Abbrev.t Test Text::Abbrev
-lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
-lib/Text/ParseWords.t See if Text::ParseWords works
-lib/Text/ParseWords/taint.t See if Text::ParseWords works with tainting
lib/Text/Tabs.pm Do expand and unexpand
lib/Text/TabsWrap/CHANGELOG ChangeLog for Tabs+Wrap
lib/Text/TabsWrap/t/37000.t See if Text::Tabs is working
{
'MAINTAINER' => 'chorny',
'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.27.zip',
- 'FILES' => q[lib/Text/ParseWords{.pm,.t,}],
+ 'FILES' => q[ext/Text-ParseWords],
'EXCLUDED' => [ qw( t/pod.t ) ],
- 'MAP' => { '' => 'lib/Text/',
- 't/ParseWords.t' => 'lib/Text/ParseWords.t',
- 't/taint.t' => 'lib/Text/ParseWords/taint.t',
- },
'CPAN' => 1,
'UPSTREAM' => undef,
},
/Term-UI/Makefile.PL
/Test-Harness/Makefile.PL
/Text-Balanced/Makefile.PL
+/Text-ParseWords/Makefile.PL
/Text-Soundex/Makefile.PL
# ignore all vim swap files but the one bundled in Module::Pluggable for testing