[BACK]Return to Build.PL CVS log [TXT][DIR] Up to [local] / palm / Palm-Keyring

Diff for /palm/Palm-Keyring/Build.PL between version 1.7 and 1.9

version 1.7, 2007/02/21 05:25:33 version 1.9, 2007/12/05 05:42:29
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver: Build.PL,v 1.6 2007/02/03 00:54:01 andrew Exp $  # $RedRiver: Build.PL,v 1.8 2007/08/10 04:22:41 andrew Exp $
 ########################################################################  ########################################################################
 # Build.PL *** the Build.pl for Palm::Keyring  # Build.PL *** the Build.pl for Palm::Keyring
 #  #
Line 8 
Line 8 
 use strict;  use strict;
 use warnings;  use warnings;
   
   require 5.006_001;
   
 use Module::Build;  use Module::Build;
 my $build = Module::Build->new  my $build = Module::Build->new
 (  (
         module_name => 'Palm::Keyring',          module_name => 'Palm::Keyring',
     dist_abstract => 'Handler for Palm Keyring databases.',          dist_abstract => 'Handler for Palm Keyring databases.',
         license  => 'perl',          license  => 'perl',
         requires => {          requires => {
                 'perl'             => '5.6.1',                  'perl'             => '5.6.1',

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>