diff --git a/Changes b/Changes index 6673d13..ece3431 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.21 2013-03-02 + * Add tokuhirom's translation of the deprecation notice + 0.20 2012-12-30 * Documentation fixes diff --git a/LICENSE b/LICENSE index b8b3b98..88188fe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2012 by Best Practical Solutions. +This software is copyright (c) 2013 by Best Practical Solutions. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2012 by Best Practical Solutions. +This software is Copyright (c) 2013 by Best Practical Solutions. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2012 by Best Practical Solutions. +This software is Copyright (c) 2013 by Best Practical Solutions. This is free software, licensed under: diff --git a/META.yml b/META.yml index 5914662..ba151c7 100644 --- a/META.yml +++ b/META.yml @@ -11,7 +11,7 @@ configure_requires: ExtUtils::MakeMaker: 6.30 dynamic_config: 1 -generated_by: 'Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921' +generated_by: 'Dist::Zilla version 4.300030, CPAN::Meta::Converter version 2.120921' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,4 +19,4 @@ name: Any-Moose requires: perl: 5.006_002 -version: 0.20 +version: 0.21 diff --git a/Makefile.PL b/Makefile.PL index 32820bf..094c70c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,7 @@ 'LICENSE' => 'perl', 'NAME' => 'Any::Moose', 'PREREQ_PM' => {}, - 'VERSION' => '0.20', + 'VERSION' => '0.21', 'test' => { 'TESTS' => 't/*.t' } diff --git a/README b/README index 95f514b..bd33975 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ This archive contains the distribution Any-Moose, -version 0.20: +version 0.21: *deprecated* - use Moo instead! -This software is copyright (c) 2012 by Best Practical Solutions. +This software is copyright (c) 2013 by Best Practical Solutions. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/dist.ini b/dist.ini index 37333e8..c2fe36c 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,5 @@ name = Any-Moose -version = 0.20 +version = 0.21 author = Shawn M Moore author = Florian Ragwitz author = Stevan Little diff --git a/lib/Any/Moose.pm b/lib/Any/Moose.pm index da4d78f..9fd89b9 100644 --- a/lib/Any/Moose.pm +++ b/lib/Any/Moose.pm @@ -1,6 +1,6 @@ package Any::Moose; { - $Any::Moose::VERSION = '0.20'; + $Any::Moose::VERSION = '0.21'; } # ABSTRACT: *deprecated* - use Moo instead! @@ -236,9 +236,11 @@ =head1 VERSION -version 0.20 +version 0.21 =head1 DEPRECATION + +日本語翻訳: http://blog.64p.org/entry/2013/02/06/094906 Please use L instead of Any::Moose for new code. @@ -290,7 +292,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2012 by Best Practical Solutions. +This software is copyright (c) 2013 by Best Practical Solutions. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.