/[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 3 by dpavlin, Tue Jul 20 17:07:20 2004 UTC revision 24 by dpavlin, Thu Oct 7 16:26:31 2004 UTC
# Line 1  Line 1 
1  use 5.008004;  use 5.005;
2  use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
3  # See lib/ExtUtils/MakeMaker.pm for details of how to influence  # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4  # the contents of the Makefile that is written.  # the contents of the Makefile that is written.
5  WriteMakefile(  WriteMakefile(
6      NAME              => 'jsFind',      NAME              => 'jsFind',
7      VERSION_FROM      => 'jsFind.pm', # finds $VERSION      VERSION_FROM      => 'jsFind.pm', # finds $VERSION
8      PREREQ_PM         => {}, # e.g., Module::Name => 1.1      PREREQ_PM         => {
9            'Carp' => 0,
10            'File::Path' => 0,
11            'HTML::Entities' => 0,
12            '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
17         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
# Line 24  tree.png: tree.dot Line 30  tree.png: tree.dot
30  #words.png: words.dot  #words.png: words.dot
31  #       dot -Tpng -o words.png words.dot  #       dot -Tpng -o words.png words.dot
32    
33  html: jsFind.pm  html: blib/lib/jsFind.pm all
34          pod2html jsFind.pm > jsFind.html && rm pod2htm?.tmp          pod2html blib/lib/jsFind.pm jsFind.html
35    
36    clean ::
37            rm -f tree.* words.* homer_*
38            cd html && rm -Rf entities/ entities-utf8/ lorem/ words/ homer/ test_data.js
39    
40  MAKE_MORE  MAKE_MORE
41  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26