From 5ab6da388b8a973567ac7413d2d2843c8d686c56 Mon Sep 17 00:00:00 2001 From: stevenpritchard Date: Fri, 16 Jan 2009 20:35:17 +0000 Subject: [PATCH] It's 2009. Update Copyright. 1.78 release. --- Changes | 3 ++- cpanspec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 3d73d48..91e4c5e 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/cpanspec b/cpanspec index 7002483..a4e9136 100755 --- a/cpanspec +++ b/cpanspec @@ -2,7 +2,7 @@ # # cpanspec - Generate a spec file for a CPAN module # -# Copyright (C) 2004-2008 Steven Pritchard +# Copyright (C) 2004-2009 Steven Pritchard # 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';