diff --git a/Changes b/Changes index 3dcc072..6b4960f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,7 @@ +1.69 + +* Exclude autobuild.sh. + 1.68 2006-07-20 * Fix find option ordering (patch from Ville Skyttä, #199442). diff --git a/cpanspec b/cpanspec index 80ef9bb..554f92a 100755 --- a/cpanspec +++ b/cpanspec @@ -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);