From 2c0ded54aaf0869e8145581277167a3bc9251485 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand - Tux" Date: Sat, 25 Jan 2014 20:20:22 +0100 Subject: [PATCH] Update copyright to 2014 --- Changelog | 3 +++ Makefile.PL | 2 +- V.pm | 4 ++-- sandbox/genMETA.pm | 5 +++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 1b7f997..c11b7f6 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +0.20 - 01 Jan 2014, H.Merijn Brand + - Update copyright to 2014 + 0.19 - 30 Jul 2013, H.Merijn Brand * TEST_REQUIRES was added in 6.63_03 (RT#85811) * Removed duplicate entry (no visible change) diff --git a/Makefile.PL b/Makefile.PL index 1970522..5163d86 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright PROCURA B.V. (c) 2009-2013 H.Merijn Brand +# Copyright PROCURA B.V. (c) 2009-2014 H.Merijn Brand use strict; diff --git a/V.pm b/V.pm index 448647e..6ef30fb 100644 --- a/V.pm +++ b/V.pm @@ -8,7 +8,7 @@ use warnings; use Config; use Exporter; use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); -$VERSION = "0.19"; +$VERSION = "0.20"; @ISA = ("Exporter"); @EXPORT_OK = qw( plv2hash summary myconfig signature ); %EXPORT_TAGS = ( @@ -518,7 +518,7 @@ H.Merijn Brand =head1 COPYRIGHT AND LICENSE -Copyright (C) 2009-2013 H.Merijn Brand +Copyright (C) 2009-2014 H.Merijn Brand This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/sandbox/genMETA.pm b/sandbox/genMETA.pm index 7cdf019..d5aa9dd 100644 --- a/sandbox/genMETA.pm +++ b/sandbox/genMETA.pm @@ -253,6 +253,11 @@ sub check_minimum } or warn RED, "\n### Use 'perlver --blame' on the failing file(s)\n\n", RESET; } # check_minimum +sub done_testing +{ + Test::More::done_testing (); + } # done_testing + sub print_yaml { my $self = shift; -- 2.11.4.GIT