From 323c7b0e0f5e8d0f965913393fda69e6ef972a21 Mon Sep 17 00:00:00 2001 From: stevenpritchard Date: Mon, 12 Mar 2007 23:28:50 +0000 Subject: [PATCH] It's 2007 now, so update the copyright. --- Changes | 4 ++++ cpanspec | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 8c13751..89e2f1c 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/cpanspec b/cpanspec index bbbe8d2..82fe08d 100755 --- a/cpanspec +++ b/cpanspec @@ -2,7 +2,7 @@ # # cpanspec - Generate a spec file for a CPAN module # -# Copyright (C) 2004-2006 Steven Pritchard +# Copyright (C) 2004-2007 Steven Pritchard # 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