=================================================================== RCS file: /cvs/palm/Palm-Keyring/Build.PL,v retrieving revision 1.1 retrieving revision 1.6 diff -u -r1.1 -r1.6 --- palm/Palm-Keyring/Build.PL 2007/01/28 16:17:54 1.1 +++ palm/Palm-Keyring/Build.PL 2007/02/03 00:54:01 1.6 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $RedRiver$ +# $RedRiver: Build.PL,v 1.5 2007/01/29 02:49:18 andrew Exp $ ######################################################################## # Build.PL *** the Build.pl for Palm::Keyring # @@ -15,16 +15,28 @@ license => 'perl', requires => { 'perl' => '5.6.1', - 'Palm::Raw' => '0', 'Palm::StdAppInfo' => '0', 'Digest::MD5' => '0', 'Crypt::DES' => '0', }, + create_makefile_pl => 'traditional', + create_readme => 1, + create_html => 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 }, }, }, );