/[bibulus]/bibulus/Makefile.PL
ViewVC logotype

Diff of /bibulus/Makefile.PL

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

revision 1.9 by twid, Mon Jul 21 12:52:42 2003 UTC revision 1.10 by twid, Sat Sep 6 20:24:35 2003 UTC
# Line 2  Line 2 
2  # Copyright 2003 by Thomas Widmann  # Copyright 2003 by Thomas Widmann
3  # under the GNU Public License version 2.  # under the GNU Public License version 2.
4    
5  use 5.008;  use 5.006;  # 5.008 is recommended
6  use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
7    
8  my $prefix;  # for use in constants and postamble  my $prefix;  # for use in constants and postamble
# Line 13  WriteMakefile( Line 13  WriteMakefile(
13      'NAME'              => 'Bibulus',      'NAME'              => 'Bibulus',
14      'VERSION'           => '0.12',      'VERSION'           => '0.12',
15      'EXE_FILES'         => [],      'EXE_FILES'         => [],
16      'PREREQ_PM'         => {XML::Twig => 2.02},      'PREREQ_PM'         => {XML::Twig => 3.09},
17                  # we'll also need some ICU stuff for sorting
18    
19      ($] >= 5.005 ?    ## Add these new keywords supported since 5.005      ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
20        (ABSTRACT_FROM => 'Bibulus.pm',        (ABSTRACT_FROM => 'Bibulus.pm',
21         AUTHOR     => 'Thomas M. Widmann <twid@cpan.org>') : ()),         AUTHOR     => 'Thomas M. Widmann <twid@cpan.org>') : ()),

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26