[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.1 and 1.2

version 1.1, 2007/01/28 16:17:54 version 1.2, 2007/01/28 16:48:38
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver$  # $RedRiver: Build.PL,v 1.1 2007/01/28 16:17:54 andrew Exp $
 ########################################################################  ########################################################################
 # Build.PL *** the Build.pl for Palm::Keyring  # Build.PL *** the Build.pl for Palm::Keyring
 #  #
Line 20 
Line 20 
                 'Digest::MD5'      => '0',                  'Digest::MD5'      => '0',
                 'Crypt::DES'       => '0',                  'Crypt::DES'       => '0',
         },          },
           create_readme => 1,
         auto_features => {          auto_features => {
                 YAML_support =>                  YAML_support =>
                 {                  {
                         description => "Use YAML.pm to write META.yml files",                          description => "Use YAML.pm to write META.yml files",
                         requires => { YAML => ' >= 0.35, != 0.49_01 ' },                          requires => { YAML => ' >= 0.35, != 0.49_01 ' },
                   },
                   manpage_support =>
                   {
                           description => "Create Unix man pages",
                           requires => { 'Pod::Man' => 0 },
                   },
                   HTML_support =>
                   {
                           description => "Create HTML documentation",
                           requires => { 'Pod::Html' => 0 },
                 },                  },
         },          },
 );  );

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

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