/[jsFind]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14 by dpavlin, Sat Aug 28 15:19:22 2004 UTC revision 24 by dpavlin, Thu Oct 7 16:26:31 2004 UTC
# Line 10  WriteMakefile( Line 10  WriteMakefile(
10          'File::Path' => 0,          'File::Path' => 0,
11          'HTML::Entities' => 0,          'HTML::Entities' => 0,
12          'Text::Iconv' => 0,          'Text::Iconv' => 0,
13            'POSIX' => 0,
14      },      },
15      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
16        (ABSTRACT_FROM  => 'jsFind.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'jsFind.pm', # retrieve abstract from module
# Line 33  html: blib/lib/jsFind.pm all Line 34  html: blib/lib/jsFind.pm all
34          pod2html blib/lib/jsFind.pm jsFind.html          pod2html blib/lib/jsFind.pm jsFind.html
35    
36  clean ::  clean ::
37          rm tree.* words.*          rm -f tree.* words.* homer_*
38          cd html && rm -Rf entities entities-utf8/ lorem/ words/          cd html && rm -Rf entities/ entities-utf8/ lorem/ words/ homer/ test_data.js
39    
40  MAKE_MORE  MAKE_MORE
41  }  }

Legend:
Removed from v.14  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26