1.65 final.

This commit is contained in:
stevenpritchard
2006-04-26 21:08:41 +00:00
parent 3784f3ca02
commit a8aabfda51
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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 -1
View File
@@ -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").
+3 -3
View File
@@ -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