It's 2007 now, so update the copyright.

This commit is contained in:
stevenpritchard
2007-03-12 23:28:50 +00:00
parent aaf8df6b60
commit 323c7b0e0f
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
1.71
* It's 2007 now, so update the copyright.
1.70 2007-03-12
* Delete pm_to_blib if it exists.
+3 -3
View File
@@ -2,7 +2,7 @@
#
# cpanspec - Generate a spec file for a CPAN module
#
# Copyright (C) 2004-2006 Steven Pritchard <steve@kspei.com>
# Copyright (C) 2004-2007 Steven Pritchard <steve@kspei.com>
# This program is free software; you can redistribute it
# and/or modify it under the same terms as Perl itself.
#
@@ -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.45 2007/03/12 23:00:19 stevenpritchard Exp $
# $Id: cpanspec,v 1.46 2007/03/12 23:28:50 stevenpritchard Exp $
our $NAME="cpanspec";
our $VERSION='1.70';
our $VERSION='1.71';
=head1 NAME