From: Brian Cassidy Date: Tue, 10 Sep 2013 18:42:29 +0000 (-0300) Subject: prep release X-Git-Tag: v0.24^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=commitdiff_plain;h=4748f060c5038b49fa96c3be95b28deb88a7a323;hp=a8ffcd3bebfdfed41159d7ab3f48bb67082db773 prep release --- diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index c7cefa4..2a83a8e 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -13,6 +13,7 @@ \bpm_to_blib$ \bblibdirs$ ^MANIFEST\.SKIP$ +^MYMETA # Avoid Module::Build generated and utility files. \bBuild$ diff --git a/lib/Config/Any.pm b/lib/Config/Any.pm index 4c614d7..c9f19cd 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.23'; +our $VERSION = '0.24'; =head1 NAME diff --git a/lib/Config/Any/General.pm b/lib/Config/Any/General.pm index 38b03d3..3f0af30 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-2011 by Brian Cassidy +Copyright 2006-2013 by Brian Cassidy Portions Copyright 2006 Portugal Telecom diff --git a/lib/Config/Any/INI.pm b/lib/Config/Any/INI.pm index 7dba15d..c6a8f60 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-2011 by Brian Cassidy, portions copyright 2006, 2007 by Joel Bernstein +Copyright 2006-2013 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/Perl.pm b/lib/Config/Any/Perl.pm index 79cd322..6a5d7ad 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-2011 by Brian Cassidy +Copyright 2006-2013 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 844d76b..c068a1f 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-2011 by Brian Cassidy +Copyright 2006-2013 by Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.