From: John Napiorkowski Date: Fri, 2 Jan 2015 17:48:34 +0000 (-0600) Subject: fix broken test case, update copyright date X-Git-Tag: 5.90079^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=a24232f92b5ad336245f57a3901df13b975f67af fix broken test case, update copyright date --- diff --git a/Changes b/Changes index 928442f..5f6d7b5 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. +5.90079 - 2015-01-02 + - Removed dependency from test case that we don't install for testing ( + rt #101243) + - updated year in copyright notices + 5.90078 - 2014-12-30 - POD corrections (sergey++) - New configuration option to disable the HTTP Exception passthru feature diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 9686617..744b62e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -127,7 +127,7 @@ __PACKAGE__->stats_class('Catalyst::Stats'); __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC); # Remember to update this in Catalyst::Runtime as well! -our $VERSION = '5.90078'; +our $VERSION = '5.90079'; sub import { my ( $class, @arguments ) = @_; @@ -4222,7 +4222,7 @@ Upasana =head1 COPYRIGHT -Copyright (c) 2005-2014, the above named PROJECT FOUNDER and CONTRIBUTORS. +Copyright (c) 2005-2015, the above named PROJECT FOUNDER and CONTRIBUTORS. =head1 LICENSE diff --git a/lib/Catalyst/Runtime.pm b/lib/Catalyst/Runtime.pm index 4cc1f98..496c674 100644 --- a/lib/Catalyst/Runtime.pm +++ b/lib/Catalyst/Runtime.pm @@ -7,7 +7,7 @@ BEGIN { require 5.008003; } # Remember to update this in Catalyst as well! -our $VERSION = '5.90078'; +our $VERSION = '5.90079'; =head1 NAME