Codebase list libany-moose-perl / 5315f2e
Merge tag 'upstream/0.21' Upstream version 0.21 Xavier Guimard 11 years ago
7 changed file(s) with 17 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
0 0.21 2013-03-02
1 * Add tokuhirom's translation of the deprecation notice
2
03 0.20 2012-12-30
14 * Documentation fixes
25
0 This software is copyright (c) 2012 by Best Practical Solutions.
0 This software is copyright (c) 2013 by Best Practical Solutions.
11
22 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
1111
1212 --- The GNU General Public License, Version 1, February 1989 ---
1313
14 This software is Copyright (c) 2012 by Best Practical Solutions.
14 This software is Copyright (c) 2013 by Best Practical Solutions.
1515
1616 This is free software, licensed under:
1717
271271
272272 --- The Artistic License 1.0 ---
273273
274 This software is Copyright (c) 2012 by Best Practical Solutions.
274 This software is Copyright (c) 2013 by Best Practical Solutions.
275275
276276 This is free software, licensed under:
277277
1010 configure_requires:
1111 ExtUtils::MakeMaker: 6.30
1212 dynamic_config: 1
13 generated_by: 'Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921'
13 generated_by: 'Dist::Zilla version 4.300030, CPAN::Meta::Converter version 2.120921'
1414 license: perl
1515 meta-spec:
1616 url: http://module-build.sourceforge.net/META-spec-v1.4.html
1818 name: Any-Moose
1919 requires:
2020 perl: 5.006_002
21 version: 0.20
21 version: 0.21
1616 'LICENSE' => 'perl',
1717 'NAME' => 'Any::Moose',
1818 'PREREQ_PM' => {},
19 'VERSION' => '0.20',
19 'VERSION' => '0.21',
2020 'test' => {
2121 'TESTS' => 't/*.t'
2222 }
00
11
22 This archive contains the distribution Any-Moose,
3 version 0.20:
3 version 0.21:
44
55 *deprecated* - use Moo instead!
66
7 This software is copyright (c) 2012 by Best Practical Solutions.
7 This software is copyright (c) 2013 by Best Practical Solutions.
88
99 This is free software; you can redistribute it and/or modify it under
1010 the same terms as the Perl 5 programming language system itself.
00 name = Any-Moose
1 version = 0.20
1 version = 0.21
22 author = Shawn M Moore <sartak@gmail.com>
33 author = Florian Ragwitz <rafl@debian.org>
44 author = Stevan Little <stevan@iinteractive.com>
00 package Any::Moose;
11 {
2 $Any::Moose::VERSION = '0.20';
2 $Any::Moose::VERSION = '0.21';
33 }
44 # ABSTRACT: *deprecated* - use Moo instead!
55
235235
236236 =head1 VERSION
237237
238 version 0.20
238 version 0.21
239239
240240 =head1 DEPRECATION
241
242 日本語翻訳: http://blog.64p.org/entry/2013/02/06/094906
241243
242244 Please use L<Moo> instead of Any::Moose for new code.
243245
289291
290292 =head1 COPYRIGHT AND LICENSE
291293
292 This software is copyright (c) 2012 by Best Practical Solutions.
294 This software is copyright (c) 2013 by Best Practical Solutions.
293295
294296 This is free software; you can redistribute it and/or modify it under
295297 the same terms as the Perl 5 programming language system itself.