Bump version.
Exclude autobuild.sh.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
1.69
|
||||
|
||||
* Exclude autobuild.sh.
|
||||
|
||||
1.68 2006-07-20
|
||||
|
||||
* Fix find option ordering (patch from Ville Skyttä, #199442).
|
||||
|
||||
@@ -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.33 2006/07/19 17:11:34 stevenpritchard Exp $
|
||||
# $Id: cpanspec,v 1.34 2006/08/12 17:32:50 stevenpritchard Exp $
|
||||
|
||||
our $NAME="cpanspec";
|
||||
our $VERSION='1.68';
|
||||
our $VERSION='1.69';
|
||||
|
||||
=head1 NAME
|
||||
|
||||
@@ -660,6 +660,7 @@ for my $file (@args) {
|
||||
and $_ ne "lib"
|
||||
and $_ ne "t"
|
||||
and $_ ne "inc"
|
||||
and $_ ne "autobuild.sh"
|
||||
} @files;
|
||||
|
||||
my $date=strftime("%a %b %d %Y", localtime);
|
||||
|
||||
Reference in New Issue
Block a user