1.65 final.
This commit is contained in:
@@ -3,10 +3,10 @@ use warnings;
|
||||
use Module::Build;
|
||||
|
||||
my $builder = Module::Build->new(
|
||||
module_name => 'cpanspec',
|
||||
dist_name => 'cpanspec',
|
||||
license => 'perl',
|
||||
dist_author => 'Steven Pritchard <steve@cpan.org>',
|
||||
dist_version => '1.65',
|
||||
dist_version_from => 'cpanspec',
|
||||
requires => {
|
||||
'Archive::Tar' => 0,
|
||||
'Archive::Zip' => 0,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
1.65
|
||||
1.65 2006-04-26
|
||||
|
||||
* Exclude inc (suggested by Ian Burrell).
|
||||
* Massage $summary (capitalize, remove trailing ".", remove leading "A").
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
# $Id: cpanspec,v 1.21 2006/04/22 00:10:14 stevenpritchard Exp $
|
||||
# $Id: cpanspec,v 1.22 2006/04/26 21:08:45 stevenpritchard Exp $
|
||||
|
||||
my $NAME="cpanspec";
|
||||
my $VERSION='1.65';
|
||||
our $NAME="cpanspec";
|
||||
our $VERSION='1.65';
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user