Add detection of Summary and %description.

This commit is contained in:
stevenpritchard
2006-03-23 01:57:12 +00:00
parent a96ce38c17
commit 181b9c65a5
3 changed files with 82 additions and 28 deletions
+15 -14
View File
@@ -6,21 +6,22 @@ my $builder = Module::Build->new(
module_name => 'cpanspec',
license => 'perl',
dist_author => 'Steven Pritchard <steve@cpan.org>',
dist_version => '1.61',
dist_version => '1.62',
requires => {
'Archive::Tar' => 0,
'Archive::Zip' => 0,
'File::Basename' => 0,
'FileHandle' => 0,
'Getopt::Long' => 0,
'locale' => 0,
'LWP::UserAgent' => 0,
'Module::CoreList' => 0,
'POSIX' => 0,
'Parse::CPAN::Packages' => 0,
'Pod::Usage' => 0,
'Text::Autoformat' => 0,
'YAML' => 0,
'Archive::Tar' => 0,
'Archive::Zip' => 0,
'File::Basename' => 0,
'FileHandle' => 0,
'Getopt::Long' => 0,
'locale' => 0,
'LWP::UserAgent' => 0,
'Module::CoreList' => 0,
'POSIX' => 0,
'Parse::CPAN::Packages' => 0,
'Pod::Usage' => 0,
'Text::Autoformat' => 0,
'YAML' => 0,
'Pod::Simple::TextContent' => 0,
},
script_files => [
'cpanspec',