This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Redo moving Text::ParseWords from lib to ext
authorNicholas Clark <nick@ccl4.org>
Thu, 10 Sep 2009 09:10:24 +0000 (10:10 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 10 Sep 2009 09:10:24 +0000 (10:10 +0100)
commitf1d72bc4f93301613aaebd1e84ca89818fe21f42
treee193985f1eb28737863dbb99de2bccdb889df8ab
parenta2c9e1b1792753d816ee8e4c6eeb0b25dce4c32f
Redo moving Text::ParseWords from lib to ext

This reverts commit 3fcda861606b23c12f4356df2a20543dc1c1779b, but adds
ext/Text-ParseWords to the list of directories that make_ext.pl should put
into $ENV{PERL5LIB}.

Conflicts:

MANIFEST
MANIFEST
Porting/Maintainers.pl
ext/.gitignore
ext/Text-ParseWords/ParseWords.pm [moved from lib/Text/ParseWords.pm with 100% similarity]
ext/Text-ParseWords/t/ParseWords.t [moved from lib/Text/ParseWords.t with 94% similarity]
ext/Text-ParseWords/t/taint.t [moved from lib/Text/ParseWords/taint.t with 100% similarity]
lib/.gitignore
make_ext.pl