It's 2009. Update Copyright.

1.78 release.
This commit is contained in:
stevenpritchard
2009-01-16 20:35:17 +00:00
parent 4e33d99852
commit 5ab6da388b
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
1.78
1.78 2009-01-16
* Fix up the license list some more.
* Send STDIN to /dev/null in the child when executing Makefile.PL.
(Bug report from Peter Willis.)
* Ignore pax_global_header file.
* Assume that *.inl is a hint that this isn't noarch.
* It's 2009. Update Copyright.
1.77 2008-06-16
+2 -2
View File
@@ -2,7 +2,7 @@
#
# cpanspec - Generate a spec file for a CPAN module
#
# Copyright (C) 2004-2008 Steven Pritchard <steve@kspei.com>
# Copyright (C) 2004-2009 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,7 +10,7 @@
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# $Id: cpanspec,v 1.66 2008/07/09 17:37:15 stevenpritchard Exp $
# $Id: cpanspec,v 1.67 2009/01/16 20:35:17 stevenpritchard Exp $
our $NAME="cpanspec";
our $VERSION='1.78';