[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.8 and 1.9

version 1.8, 2007/08/10 05:22:41 version 1.9, 2007/12/05 05:42:29
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver: Build.PL,v 1.7 2007/02/21 05:25:33 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 7 
Line 7 
 ########################################################################  ########################################################################
 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

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

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