/[Search-Estraier]/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 162 by dpavlin, Tue Jun 27 22:50:25 2006 UTC revision 194 by dpavlin, Sat Nov 11 23:34:55 2006 UTC
# Line 6  use ExtUtils::MakeMaker; Line 6  use ExtUtils::MakeMaker;
6  # now write Makefile  # now write Makefile
7  WriteMakefile(  WriteMakefile(
8      NAME              => 'Search::Estraier',      NAME              => 'Search::Estraier',
9      VERSION_FROM      => 'Estraier.pm', # finds $VERSION      VERSION_FROM      => 'lib/Search/Estraier.pm', # finds $VERSION
10      PREREQ_PM         => {      PREREQ_PM         => {
11                  'Carp' => 0,                  'Carp' => 0,
12                  'Test::Simple' => 0,                  'Test::Simple' => 0,
# Line 17  WriteMakefile( Line 17  WriteMakefile(
17                  'URI::Escape' => 0,                  'URI::Escape' => 0,
18      }, # e.g., Module::Name => 1.1      }, # e.g., Module::Name => 1.1
19      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005      ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
20        (ABSTRACT_FROM  => 'Estraier.pm', # retrieve abstract from module        (ABSTRACT_FROM  => 'lib/Search/Estraier.pm', # retrieve abstract from module
21         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),         AUTHOR         => 'Dobrica Pavlinusic <dpavlin@rot13.org>') : ()),
22         clean    => { FILES => "Makefile Makefile.old pod2html" },         clean    => { FILES => "Makefile Makefile.old pod2html" },
23  );  );
# Line 53  cpan: Line 53  cpan:
53          @echo -n "Upload" Search-Estraier-*.tar.gz "to CPAN? [y/N]:"          @echo -n "Upload" Search-Estraier-*.tar.gz "to CPAN? [y/N]:"
54          @read upload && test "$$upload" == "y" && cpan-upload -verbose Search-Estraier-*.tar.gz          @read upload && test "$$upload" == "y" && cpan-upload -verbose Search-Estraier-*.tar.gz
55    
56    cover:
57            cover -delete
58            HARNESS_PERL_SWITCHES=-MDevel::Cover make test
59            cover
60    
61  MAKE_MORE  MAKE_MORE
62  }  }

Legend:
Removed from v.162  
changed lines
  Added in v.194

  ViewVC Help
Powered by ViewVC 1.1.26