Restore Text::ParseWords to the manifest, accidentally removed by c2426eea.
Nicholas Clark [Thu, 10 Sep 2009 08:50:13 +0000 (09:50 +0100)]
MANIFEST

index 76a42e7..18d67a2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3381,6 +3381,9 @@ lib/Test/t/todo.t         See if Test works
 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/Thread.pm                  Thread extensions frontend
 lib/Thread.t                   Thread extensions frontend tests
 lib/Tie/Array.pm               Base class for tied arrays