diff -Nru libmoosex-declare-perl-0.34/Changes libmoosex-declare-perl-0.35/Changes --- libmoosex-declare-perl-0.34/Changes 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/Changes 2011-08-23 11:13:51.000000000 +0000 @@ -1,3 +1,6 @@ +0.35 Tue, 23 Aug 2011 13:13:10 +0200 + * Adapt to changes in MooseX::Role::Parameterized 0.27. + 0.34 Wed, 01 Sep 2010 01:10:28 +0200 * Depend on MooseX::MooseX::Signatures 0.36 to avoid deprecation warnings on new versions of Moose (Jeremy Carman). diff -Nru libmoosex-declare-perl-0.34/debian/changelog libmoosex-declare-perl-0.35/debian/changelog --- libmoosex-declare-perl-0.34/debian/changelog 2010-09-21 15:35:58.000000000 +0000 +++ libmoosex-declare-perl-0.35/debian/changelog 2011-08-28 16:21:27.000000000 +0000 @@ -1,3 +1,20 @@ +libmoosex-declare-perl (0.35-1) unstable; urgency=low + + [ Ansgar Burchardt ] + * debian/control: Convert Vcs-* fields to Git. + + [ gregor herrmann ] + * New upstream release. + * debian/copyright: update years of upstream copyright, list of debian/* + contributors, DEP5 version; remove info about inc/*. + * Refresh patch and add DEP3 headers. + * Set Standards-Version to 3.9.2 (no changes). + * Bump debhelper compatibility level to 8. + * Remove versions from (build) dependencies that are satisfied in + oldstable or where nothing older ever was in the archive. + + -- gregor herrmann Sun, 28 Aug 2011 18:21:10 +0200 + libmoosex-declare-perl (0.34-1) unstable; urgency=low * New upstream release diff -Nru libmoosex-declare-perl-0.34/debian/compat libmoosex-declare-perl-0.35/debian/compat --- libmoosex-declare-perl-0.34/debian/compat 2009-06-08 09:58:56.000000000 +0000 +++ libmoosex-declare-perl-0.35/debian/compat 2011-08-28 16:21:27.000000000 +0000 @@ -1 +1 @@ -7 +8 diff -Nru libmoosex-declare-perl-0.34/debian/control libmoosex-declare-perl-0.35/debian/control --- libmoosex-declare-perl-0.34/debian/control 2010-09-21 13:53:19.000000000 +0000 +++ libmoosex-declare-perl-0.35/debian/control 2011-08-28 16:21:27.000000000 +0000 @@ -1,28 +1,40 @@ Source: libmoosex-declare-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7) -Build-Depends-Indep: perl, libtest-nowarnings-perl, libnamespace-clean-perl (>= 0.11), - libmoosex-role-parameterized-perl (>= 0.12), perl (>= 5.10.1) | libtest-simple-perl (>= 0.88), - libmoosex-method-signatures-perl (>= 0.36), libmoosex-types-perl, - libdevel-declare-perl (>= 0.005011), libnamespace-autoclean-perl (>= 0.09), - libtest-exception-perl, libtest-compile-perl, libmoose-perl (>= 0.90) +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl, + libdevel-declare-perl, + libmoose-perl (>= 0.90), + libmoosex-method-signatures-perl (>= 0.36), + libmoosex-role-parameterized-perl, + libmoosex-types-perl, + libnamespace-autoclean-perl, + libnamespace-clean-perl (>= 0.11), + libtest-compile-perl, + libtest-exception-perl, + libtest-nowarnings-perl, + perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) Maintainer: Debian Perl Group -Uploaders: Ryan Niebur , Jonathan Yu , +Uploaders: Ryan Niebur , + Jonathan Yu , gregor herrmann , Krzysztof Krzyżaniak (eloy) -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/MooseX-Declare/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-declare-perl/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-declare-perl/ +Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-declare-perl.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-declare-perl.git Package: libmoosex-declare-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, - libmoosex-role-parameterized-perl (>= 0.12), libnamespace-autoclean-perl (>= 0.09), - libnamespace-clean-perl (>= 0.11), libdevel-declare-perl (>= 0.005011), - libmoosex-method-signatures-perl (>= 0.30), liblist-moreutils-perl, - libmoosex-types-perl, libmoose-perl (>= 0.90) + libdevel-declare-perl, + liblist-moreutils-perl, + libmoose-perl (>= 0.90), + libmoosex-method-signatures-perl (>= 0.30), + libmoosex-role-parameterized-perl, + libmoosex-types-perl, + libnamespace-autoclean-perl, + libnamespace-clean-perl (>= 0.11) Description: Moose extension providing a declarative syntax MooseX::Declare provides syntactic sugar for Moose, the postmodern object system for Perl 5, inspired by Perl 6. When used in your code, it sets up the diff -Nru libmoosex-declare-perl-0.34/debian/copyright libmoosex-declare-perl-0.35/debian/copyright --- libmoosex-declare-perl-0.34/debian/copyright 2009-10-14 10:50:01.000000000 +0000 +++ libmoosex-declare-perl-0.35/debian/copyright 2011-08-28 16:21:27.000000000 +0000 @@ -1,35 +1,32 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Florian Ragwitz -Upstream-Source: http://search.cpan.org/dist/MooseX-Declare/ -Upstream-Name: MooseX-Declare +Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 +Maintainer: Florian Ragwitz +Source: http://search.cpan.org/dist/MooseX-Declare/ +Name: MooseX-Declare Files: * -Copyright: 2008-2009, Florian Ragwitz -License-Alias: Perl -License: Artistic | GPL-1+ +Copyright: 2011, Florian Ragwitz +License: Artistic or GPL-1+ Files: debian/* -Copyright: 2009, Jonathan Yu +Copyright: 2009, 2011, gregor herrmann + 2009, Jonathan Yu 2009, Ryan Niebur -License: Artistic | GPL-1+ - -Files: inc/Module/* -Copyright: 2002-2009, Adam Kennedy - 2002-2009, Audrey Tang - 2002-2009, Brian Ingerson -License: Artistic | GPL-1+ + 2010, Ansgar Burchardt + 2010, Krzysztof Krzyżaniak (eloy) +License: Artistic or GPL-1+ License: Artistic - This program is free software; you can redistribute it and/or modify - it under the terms of the Artistic License, which comes with Perl. - On Debian GNU/Linux systems, the complete text of the Artistic License - can be found in `/usr/share/common-licenses/Artistic' + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 1, or (at your option) - any later version. - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libmoosex-declare-perl-0.34/debian/patches/add-whatis-to-pod libmoosex-declare-perl-0.35/debian/patches/add-whatis-to-pod --- libmoosex-declare-perl-0.34/debian/patches/add-whatis-to-pod 2010-09-21 15:30:58.000000000 +0000 +++ libmoosex-declare-perl-0.35/debian/patches/add-whatis-to-pod 2011-08-28 16:21:27.000000000 +0000 @@ -1,7 +1,12 @@ -Index: libmoosex-declare-perl/lib/MooseX/Declare/Context/WithOptions.pm -=================================================================== ---- libmoosex-declare-perl.orig/lib/MooseX/Declare/Context/WithOptions.pm 2010-09-21 17:23:10.000000000 +0200 -+++ libmoosex-declare-perl/lib/MooseX/Declare/Context/WithOptions.pm 2010-09-21 17:24:53.000000000 +0200 +Description: add missing whatis entries +Origin: vendor +Forwarded: no +Author: Ryan Niebur +Reviewed-by: gregor herrmann +Last-Update: 2011-08-28 + +--- a/lib/MooseX/Declare/Context/WithOptions.pm ++++ b/lib/MooseX/Declare/Context/WithOptions.pm @@ -79,7 +79,7 @@ =head1 NAME @@ -11,10 +16,8 @@ =head1 AUTHORS -Index: libmoosex-declare-perl/lib/MooseX/Declare/StackItem.pm -=================================================================== ---- libmoosex-declare-perl.orig/lib/MooseX/Declare/StackItem.pm 2010-09-21 17:25:23.000000000 +0200 -+++ libmoosex-declare-perl/lib/MooseX/Declare/StackItem.pm 2010-09-21 17:29:22.000000000 +0200 +--- a/lib/MooseX/Declare/StackItem.pm ++++ b/lib/MooseX/Declare/StackItem.pm @@ -68,7 +68,7 @@ =head1 NAME @@ -24,10 +27,8 @@ =head1 AUTHORS -Index: libmoosex-declare-perl/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm -=================================================================== ---- libmoosex-declare-perl.orig/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm 2010-09-21 17:29:36.000000000 +0200 -+++ libmoosex-declare-perl/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm 2010-09-21 17:30:24.000000000 +0200 +--- a/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm ++++ b/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm @@ -29,7 +29,7 @@ =head1 NAME diff -Nru libmoosex-declare-perl-0.34/debian/README.source libmoosex-declare-perl-0.35/debian/README.source --- libmoosex-declare-perl-0.34/debian/README.source 2009-06-08 09:58:56.000000000 +0000 +++ libmoosex-declare-perl-0.35/debian/README.source 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -See /usr/share/doc/quilt/README.source for a detailed explanation. diff -Nru libmoosex-declare-perl-0.34/debian/rules libmoosex-declare-perl-0.35/debian/rules --- libmoosex-declare-perl-0.34/debian/rules 2010-09-17 09:57:14.000000000 +0000 +++ libmoosex-declare-perl-0.35/debian/rules 2011-08-28 16:21:27.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with quilt + dh $@ diff -Nru libmoosex-declare-perl-0.34/dist.ini libmoosex-declare-perl-0.35/dist.ini --- libmoosex-declare-perl-0.34/dist.ini 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/dist.ini 2011-08-23 11:13:51.000000000 +0000 @@ -1,5 +1,5 @@ name = MooseX-Declare -version = 0.34 +version = 0.35 author = Florian Ragwitz author = Ash Berlin author = Chas. J. Owens IV @@ -27,9 +27,9 @@ auto_prereq = 0 disable_pod_coverage_tests = 1 -[AutoPrereq] +[AutoPrereqs] skip = ^::|^Role|DefClass|^ProvidesFooAttribute -[Prereq] +[Prereqs] Devel::Declare = 0.005011 ; we actually use Devel::Declare::Context::Simple, but ; it has no version diff -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Context/Namespaced.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Context/Namespaced.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Context/Namespaced.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Context/Namespaced.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Context::Namespaced::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Context::Namespaced::VERSION = '0.34'; +{ + $MooseX::Declare::Context::Namespaced::VERSION = '0.35'; } # ABSTRACT: Namespaced context @@ -184,7 +184,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Context/Parameterized.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Context/Parameterized.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Context/Parameterized.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Context/Parameterized.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Context::Parameterized::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Context::Parameterized::VERSION = '0.34'; +{ + $MooseX::Declare::Context::Parameterized::VERSION = '0.35'; } # ABSTRACT: context for parsing optionally parameterized statements @@ -183,7 +183,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Context/WithOptions.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Context/WithOptions.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Context/WithOptions.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Context/WithOptions.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Context::WithOptions::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Context::WithOptions::VERSION = '0.34'; +{ + $MooseX::Declare::Context::WithOptions::VERSION = '0.35'; } use Moose::Role; @@ -161,7 +161,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Context.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Context.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Context.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Context.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Context::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Context::VERSION = '0.34'; +{ + $MooseX::Declare::Context::VERSION = '0.35'; } # ABSTRACT: Per-keyword declaration context @@ -450,7 +450,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/StackItem.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/StackItem.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/StackItem.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/StackItem.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::StackItem::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::StackItem::VERSION = '0.34'; +{ + $MooseX::Declare::StackItem::VERSION = '0.35'; } use Moose; @@ -150,7 +150,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::EmptyBlockIfMissing::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::EmptyBlockIfMissing::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::EmptyBlockIfMissing::VERSION = '0.35'; } # ABSTRACT: Handle missing blocks after keywords @@ -140,7 +140,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Extending.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Extending.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Extending.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Extending.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::Extending::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::Extending::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::Extending::VERSION = '0.35'; } # ABSTRACT: Extending with superclasses @@ -174,7 +174,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::InnerSyntaxHandling::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::InnerSyntaxHandling::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::InnerSyntaxHandling::VERSION = '0.35'; } # ABSTRACT: Keywords inside blocks @@ -195,7 +195,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Class.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Class.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Class.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Class.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::Keyword::Class::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::Keyword::Class::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::Keyword::Class::VERSION = '0.35'; } # ABSTRACT: Class declarations @@ -196,7 +196,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Clean.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Clean.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Clean.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Clean.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::Keyword::Clean::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::Keyword::Clean::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::Keyword::Clean::VERSION = '0.35'; } # ABSTRACT: Explicit namespace cleanups @@ -177,7 +177,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::Keyword::MethodModifier::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::Keyword::MethodModifier::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::Keyword::MethodModifier::VERSION = '0.35'; } # ABSTRACT: Handle method modifier declarations @@ -198,7 +198,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Method.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Method.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Method.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Method.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::Keyword::Method::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::Keyword::Method::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::Keyword::Method::VERSION = '0.35'; } # ABSTRACT: Handle method declarations @@ -171,7 +171,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Namespace.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Namespace.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Namespace.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Namespace.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::Keyword::Namespace::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::Keyword::Namespace::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::Keyword::Namespace::VERSION = '0.35'; } # ABSTRACT: Declare outer namespace @@ -185,7 +185,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Role.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Role.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/Role.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/Role.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::Keyword::Role::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::Keyword::Role::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::Keyword::Role::VERSION = '0.35'; } # ABSTRACT: Role declarations @@ -96,6 +96,7 @@ for my $var (@vars) { $ctx->add_parameter($var->{name} => { + is => 'ro', isa => $var->{tc}, (exists $var->{default} ? (default => sub { eval $var->{default} }) @@ -273,7 +274,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/With.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/With.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/Keyword/With.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/Keyword/With.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::Keyword::With::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::Keyword::With::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::Keyword::With::VERSION = '0.35'; } # ABSTRACT: Apply roles within a class- or role-body @@ -178,7 +178,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/KeywordHandling.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/KeywordHandling.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/KeywordHandling.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/KeywordHandling.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::KeywordHandling::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::KeywordHandling::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::KeywordHandling::VERSION = '0.35'; } # ABSTRACT: Basic keyword functionality @@ -249,7 +249,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::MethodDeclaration::Parameterized::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::MethodDeclaration::Parameterized::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::MethodDeclaration::Parameterized::VERSION = '0.35'; } use Moose::Role; @@ -111,7 +111,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/MethodDeclaration.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/MethodDeclaration.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/MethodDeclaration.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/MethodDeclaration.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::MethodDeclaration::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::MethodDeclaration::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::MethodDeclaration::VERSION = '0.35'; } # ABSTRACT: Handles method declarations @@ -208,7 +208,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/MooseSetup.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/MooseSetup.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/MooseSetup.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/MooseSetup.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::MooseSetup::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::MooseSetup::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::MooseSetup::VERSION = '0.35'; } # ABSTRACT: Common Moose namespaces declarations @@ -317,7 +317,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/NamespaceHandling.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/NamespaceHandling.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/NamespaceHandling.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/NamespaceHandling.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::NamespaceHandling::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::NamespaceHandling::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::NamespaceHandling::VERSION = '0.35'; } # ABSTRACT: Handle namespaced blocks @@ -383,7 +383,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/OptionHandling.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/OptionHandling.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/OptionHandling.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/OptionHandling.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::OptionHandling::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::OptionHandling::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::OptionHandling::VERSION = '0.35'; } # ABSTRACT: Option parser dispatching @@ -185,7 +185,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/RoleApplication.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/RoleApplication.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Syntax/RoleApplication.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Syntax/RoleApplication.pm 2011-08-23 11:13:51.000000000 +0000 @@ -2,8 +2,8 @@ BEGIN { $MooseX::Declare::Syntax::RoleApplication::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Syntax::RoleApplication::VERSION = '0.34'; +{ + $MooseX::Declare::Syntax::RoleApplication::VERSION = '0.35'; } # ABSTRACT: Handle user specified roles @@ -171,7 +171,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare/Util.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare/Util.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare/Util.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare/Util.pm 2011-08-23 11:13:51.000000000 +0000 @@ -5,8 +5,8 @@ BEGIN { $MooseX::Declare::Util::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::Util::VERSION = '0.34'; +{ + $MooseX::Declare::Util::VERSION = '0.35'; } # ABSTRACT: Common declarative utility functions @@ -178,7 +178,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/lib/MooseX/Declare.pm libmoosex-declare-perl-0.35/lib/MooseX/Declare.pm --- libmoosex-declare-perl-0.34/lib/MooseX/Declare.pm 2010-08-31 23:16:59.000000000 +0000 +++ libmoosex-declare-perl-0.35/lib/MooseX/Declare.pm 2011-08-23 11:13:51.000000000 +0000 @@ -5,8 +5,8 @@ BEGIN { $MooseX::Declare::AUTHORITY = 'cpan:FLORA'; } -BEGIN { - $MooseX::Declare::VERSION = '0.34'; +{ + $MooseX::Declare::VERSION = '0.35'; } # ABSTRACT: Declarative syntax for Moose @@ -356,7 +356,7 @@ =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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 -Nru libmoosex-declare-perl-0.34/LICENSE libmoosex-declare-perl-0.35/LICENSE --- libmoosex-declare-perl-0.34/LICENSE 2010-08-31 23:17:00.000000000 +0000 +++ libmoosex-declare-perl-0.35/LICENSE 2011-08-23 11:13:51.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. 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,21 +12,22 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2010 by Florian Ragwitz. +This software is Copyright (c) 2011 by Florian Ragwitz. This is free software, licensed under: The GNU General Public License, Version 1, February 1989 - GNU GENERAL PUBLIC LICENSE - Version 1, February 1989 + GNU GENERAL PUBLIC LICENSE + Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble + Preamble The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public @@ -67,7 +68,7 @@ The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE + GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any program or other work which @@ -185,7 +186,7 @@ of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY + NO WARRANTY 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -207,9 +208,9 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - Appendix: How to Apply These Terms to Your New Programs + Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it @@ -235,8 +236,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + Also add information on how to contact you by electronic and paper mail. @@ -270,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2010 by Florian Ragwitz. +This software is Copyright (c) 2011 by Florian Ragwitz. This is free software, licensed under: diff -Nru libmoosex-declare-perl-0.34/Makefile.PL libmoosex-declare-perl-0.35/Makefile.PL --- libmoosex-declare-perl-0.34/Makefile.PL 2010-08-31 23:17:00.000000000 +0000 +++ libmoosex-declare-perl-0.35/Makefile.PL 2011-08-23 11:13:51.000000000 +0000 @@ -4,7 +4,7 @@ -use ExtUtils::MakeMaker 6.31; +use ExtUtils::MakeMaker 6.30; @@ -20,7 +20,7 @@ 'Test::NoWarnings' => '0' }, 'CONFIGURE_REQUIRES' => { - 'ExtUtils::MakeMaker' => '6.31' + 'ExtUtils::MakeMaker' => '6.30' }, 'DISTNAME' => 'MooseX-Declare', 'EXE_FILES' => [], @@ -48,7 +48,7 @@ 'namespace::clean' => '0.11', 'overload' => '0' }, - 'VERSION' => '0.34', + 'VERSION' => '0.35', 'test' => { 'TESTS' => 't/*.t t/recipes/basics/*.t' } diff -Nru libmoosex-declare-perl-0.34/META.json libmoosex-declare-perl-0.35/META.json --- libmoosex-declare-perl-0.34/META.json 2010-08-31 23:17:00.000000000 +0000 +++ libmoosex-declare-perl-0.35/META.json 2011-08-23 11:13:51.000000000 +0000 @@ -21,7 +21,7 @@ "Yanick Champoux " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.102340, CPAN::Meta::Converter version 2.102400", + "generated_by" : "Dist::Zilla version 4.200015, CPAN::Meta::Converter version 2.112150", "license" : [ "perl_5" ], @@ -33,7 +33,7 @@ "prereqs" : { "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "6.31" + "ExtUtils::MakeMaker" : "6.30" } }, "runtime" : { @@ -77,105 +77,105 @@ "mailto" : "bug-MooseX-Declare@rt.cpan.org", "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Declare" }, - "homepage" : "http://search.cpan.org/dist/MooseX-Declare", + "homepage" : "http://metacpan.org/release/MooseX-Declare", "repository" : { "type" : "git", "url" : "git://github.com/rafl/moosex-declare.git", "web" : "http://github.com/rafl/moosex-declare" } }, - "version" : "0.34", + "version" : "0.35", "x_Dist_Zilla" : { "plugins" : [ { "class" : "Dist::Zilla::Plugin::GatherDir", "name" : "@FLORA/@Basic/GatherDir", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@FLORA/@Basic/PruneCruft", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@FLORA/@Basic/ManifestSkip", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@FLORA/@Basic/MetaYAML", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@FLORA/@Basic/License", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::Readme", "name" : "@FLORA/@Basic/Readme", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::ExtraTests", "name" : "@FLORA/@Basic/ExtraTests", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::ExecDir", "name" : "@FLORA/@Basic/ExecDir", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::ShareDir", "name" : "@FLORA/@Basic/ShareDir", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::MakeMaker", "name" : "@FLORA/@Basic/MakeMaker", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::Manifest", "name" : "@FLORA/@Basic/Manifest", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::TestRelease", "name" : "@FLORA/@Basic/TestRelease", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::ConfirmRelease", "name" : "@FLORA/@Basic/ConfirmRelease", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::UploadToCPAN", "name" : "@FLORA/@Basic/UploadToCPAN", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::MetaConfig", "name" : "@FLORA/MetaConfig", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::MetaJSON", "name" : "@FLORA/MetaJSON", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::PkgVersion", "name" : "@FLORA/PkgVersion", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::PodSyntaxTests", "name" : "@FLORA/PodSyntaxTests", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::NoTabsTests", @@ -185,12 +185,12 @@ { "class" : "Dist::Zilla::Plugin::MetaResources", "name" : "@FLORA/MetaResources", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::Authority", "name" : "@FLORA/Authority", - "version" : "1.000" + "version" : "1.005" }, { "class" : "Dist::Zilla::Plugin::EOLTests", @@ -200,51 +200,61 @@ { "class" : "Dist::Zilla::Plugin::PodWeaver", "name" : "@FLORA/PodWeaver", - "version" : "3.101640" + "version" : "3.101641" }, { - "class" : "Dist::Zilla::Plugin::AutoPrereq", - "name" : "AutoPrereq", - "version" : "4.102340" + "class" : "Dist::Zilla::Plugin::AutoPrereqs", + "name" : "AutoPrereqs", + "version" : "4.200015" }, { - "class" : "Dist::Zilla::Plugin::Prereq", + "class" : "Dist::Zilla::Plugin::Prereqs", "config" : { "Dist::Zilla::Plugin::Prereqs" : { "phase" : "runtime", "type" : "requires" } }, - "name" : "Prereq", - "version" : "4.102340" + "name" : "Prereqs", + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":InstallModules", - "version" : "4.102340" + "version" : "4.200015" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":IncModules", + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":TestFiles", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ExecFiles", - "version" : "4.102340" + "version" : "4.200015" }, { "class" : "Dist::Zilla::Plugin::FinderCode", "name" : ":ShareFiles", - "version" : "4.102340" + "version" : "4.200015" + }, + { + "class" : "Dist::Zilla::Plugin::FinderCode", + "name" : ":MainModule", + "version" : "4.200015" } ], "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : 0 + "is_trial" : "0" }, - "version" : "4.102340" + "version" : "4.200015" } }, "x_authority" : "cpan:FLORA" diff -Nru libmoosex-declare-perl-0.34/META.yml libmoosex-declare-perl-0.35/META.yml --- libmoosex-declare-perl-0.34/META.yml 2010-08-31 23:17:00.000000000 +0000 +++ libmoosex-declare-perl-0.35/META.yml 2011-08-23 11:13:51.000000000 +0000 @@ -27,9 +27,9 @@ Test::More: 0.89 Test::NoWarnings: 0 configure_requires: - ExtUtils::MakeMaker: 6.31 + ExtUtils::MakeMaker: 6.30 dynamic_config: 0 -generated_by: 'Dist::Zilla version 4.102340, CPAN::Meta::Converter version 2.102400' +generated_by: 'Dist::Zilla version 4.200015, CPAN::Meta::Converter version 2.112150' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -58,83 +58,83 @@ overload: 0 resources: bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Declare - homepage: http://search.cpan.org/dist/MooseX-Declare + homepage: http://metacpan.org/release/MooseX-Declare repository: git://github.com/rafl/moosex-declare.git -version: 0.34 +version: 0.35 x_Dist_Zilla: plugins: - class: Dist::Zilla::Plugin::GatherDir name: '@FLORA/@Basic/GatherDir' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::PruneCruft name: '@FLORA/@Basic/PruneCruft' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::ManifestSkip name: '@FLORA/@Basic/ManifestSkip' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::MetaYAML name: '@FLORA/@Basic/MetaYAML' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::License name: '@FLORA/@Basic/License' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::Readme name: '@FLORA/@Basic/Readme' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::ExtraTests name: '@FLORA/@Basic/ExtraTests' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::ExecDir name: '@FLORA/@Basic/ExecDir' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::ShareDir name: '@FLORA/@Basic/ShareDir' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::MakeMaker name: '@FLORA/@Basic/MakeMaker' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::Manifest name: '@FLORA/@Basic/Manifest' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::TestRelease name: '@FLORA/@Basic/TestRelease' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::ConfirmRelease name: '@FLORA/@Basic/ConfirmRelease' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::UploadToCPAN name: '@FLORA/@Basic/UploadToCPAN' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::MetaConfig name: '@FLORA/MetaConfig' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::MetaJSON name: '@FLORA/MetaJSON' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::PkgVersion name: '@FLORA/PkgVersion' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::PodSyntaxTests name: '@FLORA/PodSyntaxTests' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::NoTabsTests name: '@FLORA/NoTabsTests' @@ -142,11 +142,11 @@ - class: Dist::Zilla::Plugin::MetaResources name: '@FLORA/MetaResources' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::Authority name: '@FLORA/Authority' - version: 1.000 + version: 1.005 - class: Dist::Zilla::Plugin::EOLTests name: '@FLORA/EOLTests' @@ -154,38 +154,46 @@ - class: Dist::Zilla::Plugin::PodWeaver name: '@FLORA/PodWeaver' - version: 3.101640 + version: 3.101641 - - class: Dist::Zilla::Plugin::AutoPrereq - name: AutoPrereq - version: 4.102340 + class: Dist::Zilla::Plugin::AutoPrereqs + name: AutoPrereqs + version: 4.200015 - - class: Dist::Zilla::Plugin::Prereq + class: Dist::Zilla::Plugin::Prereqs config: Dist::Zilla::Plugin::Prereqs: phase: runtime type: requires - name: Prereq - version: 4.102340 + name: Prereqs + version: 4.200015 - class: Dist::Zilla::Plugin::FinderCode name: ':InstallModules' - version: 4.102340 + version: 4.200015 + - + class: Dist::Zilla::Plugin::FinderCode + name: ':IncModules' + version: 4.200015 - class: Dist::Zilla::Plugin::FinderCode name: ':TestFiles' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::FinderCode name: ':ExecFiles' - version: 4.102340 + version: 4.200015 - class: Dist::Zilla::Plugin::FinderCode name: ':ShareFiles' - version: 4.102340 + version: 4.200015 + - + class: Dist::Zilla::Plugin::FinderCode + name: ':MainModule' + version: 4.200015 zilla: class: Dist::Zilla::Dist::Builder config: is_trial: 0 - version: 4.102340 + version: 4.200015 x_authority: cpan:FLORA diff -Nru libmoosex-declare-perl-0.34/README libmoosex-declare-perl-0.35/README --- libmoosex-declare-perl-0.34/README 2010-08-31 23:17:00.000000000 +0000 +++ libmoosex-declare-perl-0.35/README 2011-08-23 11:13:51.000000000 +0000 @@ -1,11 +1,11 @@ This archive contains the distribution MooseX-Declare, -version 0.34: +version 0.35: Declarative syntax for Moose -This software is copyright (c) 2010 by Florian Ragwitz. +This software is copyright (c) 2011 by Florian Ragwitz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.