=================================================================== RCS file: /cvs/palm/Palm-Keyring/Build.PL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- palm/Palm-Keyring/Build.PL 2007/01/28 16:17:54 1.1 +++ palm/Palm-Keyring/Build.PL 2007/01/28 16:48:38 1.2 @@ -1,5 +1,5 @@ #!/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 # @@ -20,11 +20,22 @@ 'Digest::MD5' => '0', 'Crypt::DES' => '0', }, + create_readme => 1, auto_features => { YAML_support => { description => "Use YAML.pm to write META.yml files", 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 }, }, }, );