Add detection of Summary and %description.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user