From: Brian Cassidy Date: Fri, 24 Apr 2015 01:37:18 +0000 (-0300) Subject: prep release X-Git-Tag: v0.25^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=f9f3d682a0332cec1207764dcada85a7ff7750f0 prep release --- diff --git a/Changes b/Changes index 31d2a07..6f972ab 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Config-Any +0.25 2015-04-23 + - do not clobber $@ (RT #103061) + 0.24 2013-09-10 - remove 4-year-old warning about YAML::XS not being installed - add JSON::PP to list of available JSON parsers (RT #86959) diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 1f4be5e..7bdf2a6 100644 --- a/lib/Config/Any.pm +++ b/lib/Config/Any.pm @@ -6,7 +6,7 @@ use warnings; use Carp; use Module::Pluggable::Object (); -our $VERSION = '0.24'; +our $VERSION = '0.25'; =head1 NAME diff --git a/lib/Config/Any/General.pm b/lib/Config/Any/General.pm index 3f0af30..ae81f57 100644 --- a/lib/Config/Any/General.pm +++ b/lib/Config/Any/General.pm @@ -76,7 +76,7 @@ Joel Bernstein Erataxis@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2013 by Brian Cassidy +Copyright 2006-2015 by Brian Cassidy Portions Copyright 2006 Portugal Telecom diff --git a/lib/Config/Any/INI.pm b/lib/Config/Any/INI.pm index c6a8f60..bc1951b 100644 --- a/lib/Config/Any/INI.pm +++ b/lib/Config/Any/INI.pm @@ -103,7 +103,7 @@ Joel Bernstein Erataxis@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2013 by Brian Cassidy, portions copyright 2006, 2007 by Joel Bernstein +Copyright 2006-2015 by Brian Cassidy, portions copyright 2006, 2007 by Joel Bernstein This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Config/Any/JSON.pm b/lib/Config/Any/JSON.pm index e8a1246..47470e9 100644 --- a/lib/Config/Any/JSON.pm +++ b/lib/Config/Any/JSON.pm @@ -94,7 +94,7 @@ Brian Cassidy Ebricas@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2013 by Brian Cassidy +Copyright 2006-2015 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Config/Any/Perl.pm b/lib/Config/Any/Perl.pm index 6a5d7ad..7e02b9d 100644 --- a/lib/Config/Any/Perl.pm +++ b/lib/Config/Any/Perl.pm @@ -62,7 +62,7 @@ Brian Cassidy Ebricas@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2013 by Brian Cassidy +Copyright 2006-2015 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Config/Any/XML.pm b/lib/Config/Any/XML.pm index c068a1f..3f2f68b 100644 --- a/lib/Config/Any/XML.pm +++ b/lib/Config/Any/XML.pm @@ -102,7 +102,7 @@ Joel Bernstein Erataxis@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2013 by Brian Cassidy +Copyright 2006-2015 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Config/Any/YAML.pm b/lib/Config/Any/YAML.pm index 0281bb4..c1be23d 100644 --- a/lib/Config/Any/YAML.pm +++ b/lib/Config/Any/YAML.pm @@ -77,7 +77,7 @@ Brian Cassidy Ebricas@cpan.orgE =head1 COPYRIGHT AND LICENSE -Copyright 2006-2013 by Brian Cassidy +Copyright 2006-2015 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.