[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.2 and 1.4

version 1.2, 2007/01/28 16:48:38 version 1.4, 2007/01/28 22:24:17
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver: Build.PL,v 1.1 2007/01/28 16:17:54 andrew Exp $  # $RedRiver: Build.PL,v 1.3 2007/01/28 17:54:38 andrew Exp $
 ########################################################################  ########################################################################
 # Build.PL *** the Build.pl for Palm::Keyring  # Build.PL *** the Build.pl for Palm::Keyring
 #  #
Line 19 
Line 19 
                 'Palm::StdAppInfo' => '0',                  'Palm::StdAppInfo' => '0',
                 'Digest::MD5'      => '0',                  'Digest::MD5'      => '0',
                 'Crypt::DES'       => '0',                  'Crypt::DES'       => '0',
                   'Readonly'         => '0',
         },          },
         create_readme => 1,          create_readme => 1,
           create_html   => 1,
         auto_features => {          auto_features => {
                 YAML_support =>                  YAML_support =>
                 {                  {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

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