--- trunk/Makefile.PL 2004/08/28 15:19:22 14 +++ trunk/Makefile.PL 2004/10/07 16:26:31 24 @@ -10,6 +10,7 @@ 'File::Path' => 0, 'HTML::Entities' => 0, 'Text::Iconv' => 0, + 'POSIX' => 0, }, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'jsFind.pm', # retrieve abstract from module @@ -33,8 +34,8 @@ pod2html blib/lib/jsFind.pm jsFind.html clean :: - rm tree.* words.* - cd html && rm -Rf entities entities-utf8/ lorem/ words/ + rm -f tree.* words.* homer_* + cd html && rm -Rf entities/ entities-utf8/ lorem/ words/ homer/ test_data.js MAKE_MORE }