commit perl-Role-Tiny for openSUSE:Factory

2019-11-03 Thread root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2019-11-03 10:37:06

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.2990 (New)


Package is "perl-Role-Tiny"

Sun Nov  3 10:37:06 2019 rev:17 rq:743754 version:2.001004

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2019-10-14 12:32:13.752155107 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.2990/perl-Role-Tiny.changes  
2019-11-03 10:37:07.797464736 +0100
@@ -1,0 +2,13 @@
+Mon Oct 28 11:01:38 UTC 2019 -  
+
+- updated to 2.001004
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.001004 - 2019-10-25
+- fix methods being excluded from composition if they previously existed in
+  the composing role (RT#130811)
+- fix role application overwriting subs that are not considered methods
+- fix helper subs created by a Role::Tiny extension (like Moo::Role)
+  sometimes being teated as methods
+
+---

Old:

  Role-Tiny-2.001003.tar.gz

New:

  Role-Tiny-2.001004.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.YvjXri/_old  2019-11-03 10:37:08.249465281 +0100
+++ /var/tmp/diff_new_pack.YvjXri/_new  2019-11-03 10:37:08.249465281 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:2.001003
+Version:2.001004
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles: a nouvelle cuisine portion size slice of Moose

++ Role-Tiny-2.001003.tar.gz -> Role-Tiny-2.001004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.001003/Changes 
new/Role-Tiny-2.001004/Changes
--- old/Role-Tiny-2.001003/Changes  2019-10-09 17:39:09.0 +0200
+++ new/Role-Tiny-2.001004/Changes  2019-10-25 10:08:58.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Role-Tiny
 
+2.001004 - 2019-10-25
+  - fix methods being excluded from composition if they previously existed in
+the composing role (RT#130811)
+  - fix role application overwriting subs that are not considered methods
+  - fix helper subs created by a Role::Tiny extension (like Moo::Role)
+sometimes being teated as methods
+
 2.001003 - 2019-10-09
   - releasing as stable
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.001003/MANIFEST 
new/Role-Tiny-2.001004/MANIFEST
--- old/Role-Tiny-2.001003/MANIFEST 2019-10-09 17:39:26.0 +0200
+++ new/Role-Tiny-2.001004/MANIFEST 2019-10-25 10:09:14.0 +0200
@@ -7,6 +7,7 @@
 t/concrete-methods.t
 t/create-hook.t
 t/does.t
+t/extend-role-tiny.t
 t/lib/BrokenModule.pm
 t/lib/FalseModule.pm
 t/lib/TrackLoad.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.001003/META.json 
new/Role-Tiny-2.001004/META.json
--- old/Role-Tiny-2.001003/META.json2019-10-09 17:39:25.0 +0200
+++ new/Role-Tiny-2.001004/META.json2019-10-25 10:09:13.0 +0200
@@ -60,6 +60,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.001003",
+   "version" : "2.001004",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.001003/META.yml 
new/Role-Tiny-2.001004/META.yml
--- old/Role-Tiny-2.001003/META.yml 2019-10-09 17:39:25.0 +0200
+++ new/Role-Tiny-2.001004/META.yml 2019-10-25 10:09:13.0 +0200
@@ -25,5 +25,5 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Role-Tiny
   license: http://dev.perl.org/licenses/
   repository: git://github.com/moose/Role-Tiny.git
-version: '2.001003'
+version: '2.001004'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.001003/lib/Role/Tiny/With.pm 
new/Role-Tiny-2.001004/lib/Role/Tiny/With.pm
--- old/Role-Tiny-2.001003/lib/Role/Tiny/With.pm2019-10-09 
17:38:22.0 +0200
+++ new/Role-Tiny-2.001004/lib/Role/Tiny/With.pm2019-10-25 
10:08:55.0 +0200
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.001003';
+our $VERSION = '2.001004';
 $VERSION =~ tr/_//d;
 
 use Role::Tiny ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.001003/lib/Role/Tiny.pm 
new/Role-Tiny-2.001004/lib/Role/Tiny.pm
--- old/Role-Tiny-2.001003/lib/Role/Tiny.pm 2019-10-09 

commit perl-Role-Tiny for openSUSE:Factory

2019-10-14 Thread root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2019-10-14 12:32:12

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.2352 (New)


Package is "perl-Role-Tiny"

Mon Oct 14 12:32:12 2019 rev:16 rq:737513 version:2.001003

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2019-08-15 15:42:35.607206642 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.2352/perl-Role-Tiny.changes  
2019-10-14 12:32:13.752155107 +0200
@@ -1,0 +2,37 @@
+Thu Oct 10 08:58:45 UTC 2019 -  
+
+- updated to 2.001003
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.001003 - 2019-10-09
+- releasing as stable
+  
+  2.001_002 - 2019-10-06
+- fix methods from roles composed via create_class_with_roles being treated
+  differently from roles composed directly (RT#128470)
+- fix constants being included in the methods provided by a role if they
+  were created before importing Role::Tiny but used after importing
+- fix prototype handling test on cperl
+
+---
+Fri Oct  4 09:34:44 UTC 2019 -  
+
+- updated to 2.001001
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.001001 - 2019-10-01
+- added tests for make_role
+  
+  2.001_000 - 2019-09-19
+- refactored method tracking to allow easier extending (such as by Moo)
+- added make_role method to make a package into a role, but without
+  exporting any subs into it
+- refactored sub exporting to allow extensions to do different things with
+  the subs
+  
+  2.000_009 - 2019-09-06
+- fix composing roles into packages that have stub subs in them
+- treat constants consistently with all other subs, no matter where they 
are
+  defined
+
+---

Old:

  Role-Tiny-2.08.tar.gz

New:

  Role-Tiny-2.001003.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.lCVIEo/_old  2019-10-14 12:32:14.372153492 +0200
+++ /var/tmp/diff_new_pack.lCVIEo/_new  2019-10-14 12:32:14.380153471 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:2.08
+Version:2.001003
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles: a nouvelle cuisine portion size slice of Moose

++ Role-Tiny-2.08.tar.gz -> Role-Tiny-2.001003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.08/Changes 
new/Role-Tiny-2.001003/Changes
--- old/Role-Tiny-2.08/Changes  2019-08-05 13:08:14.0 +0200
+++ new/Role-Tiny-2.001003/Changes  2019-10-09 17:39:09.0 +0200
@@ -1,5 +1,30 @@
 Revision history for Role-Tiny
 
+2.001003 - 2019-10-09
+  - releasing as stable
+
+2.001_002 - 2019-10-06
+  - fix methods from roles composed via create_class_with_roles being treated
+differently from roles composed directly (RT#128470)
+  - fix constants being included in the methods provided by a role if they
+were created before importing Role::Tiny but used after importing
+  - fix prototype handling test on cperl
+
+2.001001 - 2019-10-01
+  - added tests for make_role
+
+2.001_000 - 2019-09-19
+  - refactored method tracking to allow easier extending (such as by Moo)
+  - added make_role method to make a package into a role, but without
+exporting any subs into it
+  - refactored sub exporting to allow extensions to do different things with
+the subs
+
+2.000_009 - 2019-09-06
+  - fix composing roles into packages that have stub subs in them
+  - treat constants consistently with all other subs, no matter where they are
+defined
+
 2.08 - 2019-08-05
   - reverting all changes from 2.07 due to failures on some perl versions
 and a number of downstream users.  The changes will be reintroduced in a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.08/MANIFEST 
new/Role-Tiny-2.001003/MANIFEST
--- old/Role-Tiny-2.08/MANIFEST 2019-08-05 13:08:45.0 +0200
+++ new/Role-Tiny-2.001003/MANIFEST 2019-10-09 17:39:26.0 +0200
@@ -11,8 +11,10 @@
 t/lib/FalseModule.pm
 t/lib/TrackLoad.pm
 t/load-module.t
+t/make-role.t
 t/method-conflicts.t
 t/overload.t
+t/proto.t
 t/role-basic-basic.t
 t/role-basic-bugs.t
 t/role-basic-composition.t
@@ -23,6 +25,7 @@
 t/role-tiny-with.t
 t/role-tiny.t
 t/role-with-inheritance.t
+t/stub.t
 t/subclass.t
 xt/around-does.t
 xt/compose-modifiers.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-Role-Tiny for openSUSE:Factory

2019-08-15 Thread root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2019-08-15 15:42:33

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.9556 (New)


Package is "perl-Role-Tiny"

Thu Aug 15 15:42:33 2019 rev:15 rq:721972 version:2.08

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2019-08-07 13:59:43.400853976 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.9556/perl-Role-Tiny.changes  
2019-08-15 15:42:35.607206642 +0200
@@ -1,0 +2,11 @@
+Tue Aug  6 05:28:13 UTC 2019 - Stephan Kulow 
+
+- updated to 2.08
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.08 - 2019-08-05
+- reverting all changes from 2.07 due to failures on some perl versions
+  and a number of downstream users.  The changes will be reintroduced in a
+  fixed form in a future version.
+
+---

Old:

  Role-Tiny-2.07.tar.gz

New:

  Role-Tiny-2.08.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.e92IOi/_old  2019-08-15 15:42:35.943206564 +0200
+++ /var/tmp/diff_new_pack.e92IOi/_new  2019-08-15 15:42:35.947206563 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Role-Tiny
-Version:2.07
+Version:2.08
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles: a nouvelle cuisine portion size slice of Moose
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Role-Tiny-2.07.tar.gz -> Role-Tiny-2.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.07/Changes 
new/Role-Tiny-2.08/Changes
--- old/Role-Tiny-2.07/Changes  2019-07-31 20:16:10.0 +0200
+++ new/Role-Tiny-2.08/Changes  2019-08-05 13:08:14.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Role-Tiny
 
+2.08 - 2019-08-05
+  - reverting all changes from 2.07 due to failures on some perl versions
+and a number of downstream users.  The changes will be reintroduced in a
+fixed form in a future version.
+
 2.07 - 2019-07-31
   - fix composing roles into packages that have stub subs in them
   - exclude all constant subs from method list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.07/MANIFEST 
new/Role-Tiny-2.08/MANIFEST
--- old/Role-Tiny-2.07/MANIFEST 2019-07-31 20:16:20.0 +0200
+++ new/Role-Tiny-2.08/MANIFEST 2019-08-05 13:08:45.0 +0200
@@ -23,7 +23,6 @@
 t/role-tiny-with.t
 t/role-tiny.t
 t/role-with-inheritance.t
-t/stub.t
 t/subclass.t
 xt/around-does.t
 xt/compose-modifiers.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.07/META.json 
new/Role-Tiny-2.08/META.json
--- old/Role-Tiny-2.07/META.json2019-07-31 20:16:20.0 +0200
+++ new/Role-Tiny-2.08/META.json2019-08-05 13:08:45.0 +0200
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.3702, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -60,6 +60,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.07",
-   "x_serialization_backend" : "JSON::MaybeXS version 1.004"
+   "version" : "2.08",
+   "x_serialization_backend" : "JSON::PP version 4.00"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.07/META.yml 
new/Role-Tiny-2.08/META.yml
--- old/Role-Tiny-2.07/META.yml 2019-07-31 20:16:20.0 +0200
+++ new/Role-Tiny-2.08/META.yml 2019-08-05 13:08:44.0 +0200
@@ -5,7 +5,7 @@
 build_requires:
   Test::More: '0.88'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.3702, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: 

commit perl-Role-Tiny for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2019-08-07 13:59:40

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.9556 (New)


Package is "perl-Role-Tiny"

Wed Aug  7 13:59:40 2019 rev:14 rq:720670 version:2.07

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2017-11-12 17:55:58.390747183 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.9556/perl-Role-Tiny.changes  
2019-08-07 13:59:43.400853976 +0200
@@ -1,0 +2,10 @@
+Fri Aug  2 05:23:43 UTC 2019 - Stephan Kulow 
+
+- updated to 2.07
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.07 - 2019-07-31
+- fix composing roles into packages that have stub subs in them
+- exclude all constant subs from method list
+
+---

Old:

  Role-Tiny-2.06.tar.gz

New:

  Role-Tiny-2.07.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.QfT0je/_old  2019-08-07 13:59:44.152853968 +0200
+++ /var/tmp/diff_new_pack.QfT0je/_new  2019-08-07 13:59:44.152853968 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Role-Tiny
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Role-Tiny
-Version:2.06
+Version:2.07
 Release:0
 %define cpan_name Role-Tiny
-Summary:Roles. Like a nouvelle cuisine portion size slice of Moose
-License:Artistic-1.0 or GPL-1.0+
+Summary:Roles: a nouvelle cuisine portion size slice of Moose
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Role-Tiny/
-Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,11 +41,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -55,5 +55,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README
+%license LICENSE
 
 %changelog

++ Role-Tiny-2.06.tar.gz -> Role-Tiny-2.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.06/Changes 
new/Role-Tiny-2.07/Changes
--- old/Role-Tiny-2.06/Changes  2017-11-08 02:03:15.0 +0100
+++ new/Role-Tiny-2.07/Changes  2019-07-31 20:16:10.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Role-Tiny
 
+2.07 - 2019-07-31
+  - fix composing roles into packages that have stub subs in them
+  - exclude all constant subs from method list
+
 2.06 - 2017-11-08
   - account for code references stored directly in stash (for perl 5.28)
   - work around hint leakage when loading modules in perl 5.8 and 5.10.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.06/LICENSE 
new/Role-Tiny-2.07/LICENSE
--- old/Role-Tiny-2.06/LICENSE  1970-01-01 01:00:00.0 +0100
+++ new/Role-Tiny-2.07/LICENSE  2019-07-31 20:16:20.0 +0200
@@ -0,0 +1,374 @@
+Terms of the Perl programming language system itself
+
+a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version, or
+b) the "Artistic License"
+
+--- The GNU General Public License, Version 1, February 1989 ---
+
+This software is Copyright (c) 2019 by mst - Matt S. Trout (cpan:MSTROUT) 
.
+
+This is free software, licensed under:
+
+  The GNU General Public License, Version 1, February 1989
+
+GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
+
+ Copyright (C) 1989 Free Software Foundation, 

commit perl-Role-Tiny for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2017-11-12 17:55:57

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is "perl-Role-Tiny"

Sun Nov 12 17:55:57 2017 rev:13 rq:539945 version:2.06

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2016-11-13 23:02:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2017-11-12 17:55:58.390747183 +0100
@@ -1,0 +2,10 @@
+Wed Nov  8 06:55:45 UTC 2017 - co...@suse.com
+
+- updated to 2.06
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.06 - 2017-11-08
+- account for code references stored directly in stash (for perl 5.28)
+- work around hint leakage when loading modules in perl 5.8 and 5.10.1
+
+---

Old:

  Role-Tiny-2.05.tar.gz

New:

  Role-Tiny-2.06.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.sSJg2j/_old  2017-11-12 17:55:58.974725913 +0100
+++ /var/tmp/diff_new_pack.sSJg2j/_new  2017-11-12 17:55:58.974725913 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Role-Tiny
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Role-Tiny
-Version:2.05
+Version:2.06
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles. Like a nouvelle cuisine portion size slice of Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Role-Tiny/
-Source0:
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Role-Tiny-2.05.tar.gz -> Role-Tiny-2.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.05/Changes 
new/Role-Tiny-2.06/Changes
--- old/Role-Tiny-2.05/Changes  2016-11-01 15:10:44.0 +0100
+++ new/Role-Tiny-2.06/Changes  2017-11-08 02:03:15.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Role-Tiny
 
+2.06 - 2017-11-08
+  - account for code references stored directly in stash (for perl 5.28)
+  - work around hint leakage when loading modules in perl 5.8 and 5.10.1
+
 2.05 - 2016-11-01
   - revert change to MRO::Compat usage
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.05/META.json 
new/Role-Tiny-2.06/META.json
--- old/Role-Tiny-2.05/META.json2016-11-01 15:10:55.0 +0100
+++ new/Role-Tiny-2.06/META.json2017-11-08 02:03:29.0 +0100
@@ -10,7 +10,7 @@
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "Role-Tiny",
"no_index" : {
@@ -60,6 +60,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.05",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "2.06",
+   "x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.05/META.yml 
new/Role-Tiny-2.06/META.yml
--- old/Role-Tiny-2.05/META.yml 2016-11-01 15:10:55.0 +0100
+++ new/Role-Tiny-2.06/META.yml 2017-11-08 02:03:29.0 +0100
@@ -25,5 +25,5 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Role-Tiny
   license: http://dev.perl.org/licenses/
   repository: git://github.com/moose/Role-Tiny.git
-version: '2.05'
+version: '2.06'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.05/lib/Role/Tiny/With.pm 
new/Role-Tiny-2.06/lib/Role/Tiny/With.pm
--- old/Role-Tiny-2.05/lib/Role/Tiny/With.pm2016-11-01 
15:10:25.0 +0100
+++ new/Role-Tiny-2.06/lib/Role/Tiny/With.pm2017-11-08 
02:03:11.0 +0100
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '2.05';
+our $VERSION = 

commit perl-Role-Tiny for openSUSE:Factory

2016-11-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2016-11-13 23:01:55

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is "perl-Role-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2016-11-10 13:27:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2016-11-13 23:02:54.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov 11 07:12:44 UTC 2016 - co...@suse.com
+
+- updated to 2.05
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.05 - 2016-11-01
+- revert change to MRO::Compat usage
+
+---

Old:

  Role-Tiny-2.04.tar.gz

New:

  Role-Tiny-2.05.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.QTEWqU/_old  2016-11-13 23:02:55.0 +0100
+++ /var/tmp/diff_new_pack.QTEWqU/_new  2016-11-13 23:02:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:2.04
+Version:2.05
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles. Like a nouvelle cuisine portion size slice of Moose

++ Role-Tiny-2.04.tar.gz -> Role-Tiny-2.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.04/Changes 
new/Role-Tiny-2.05/Changes
--- old/Role-Tiny-2.04/Changes  2016-10-31 22:22:29.0 +0100
+++ new/Role-Tiny-2.05/Changes  2016-11-01 15:10:44.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Role-Tiny
 
+2.05 - 2016-11-01
+  - revert change to MRO::Compat usage
+
 2.04 - 2016-10-31
   - Fix consuming stubs from roles (RT#116674).
   - Fix error message when applying conflicting roles to an object.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.04/META.json 
new/Role-Tiny-2.05/META.json
--- old/Role-Tiny-2.04/META.json2016-10-31 22:22:49.0 +0100
+++ new/Role-Tiny-2.05/META.json2016-11-01 15:10:55.0 +0100
@@ -3,7 +3,7 @@
"author" : [
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
-   "dynamic_config" : 0,
+   "dynamic_config" : 1,
"generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
@@ -60,7 +60,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.04",
-   "x_serialization_backend" : "JSON::PP version 2.27300",
-   "x_static_install" : 1
+   "version" : "2.05",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.04/META.yml 
new/Role-Tiny-2.05/META.yml
--- old/Role-Tiny-2.04/META.yml 2016-10-31 22:22:49.0 +0100
+++ new/Role-Tiny-2.05/META.yml 2016-11-01 15:10:55.0 +0100
@@ -4,7 +4,7 @@
   - 'mst - Matt S. Trout (cpan:MSTROUT) '
 build_requires:
   Test::More: '0.88'
-dynamic_config: 0
+dynamic_config: 1
 generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
@@ -25,6 +25,5 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Role-Tiny
   license: http://dev.perl.org/licenses/
   repository: git://github.com/moose/Role-Tiny.git
-version: '2.04'
+version: '2.05'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
-x_static_install: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.04/Makefile.PL 
new/Role-Tiny-2.05/Makefile.PL
--- old/Role-Tiny-2.04/Makefile.PL  2016-10-18 22:03:17.0 +0200
+++ new/Role-Tiny-2.05/Makefile.PL  2016-11-01 14:53:21.0 +0100
@@ -39,11 +39,13 @@
   no_index => {
 directory => [ 't', 'xt' ]
   },
-  dynamic_config => 0,
-  x_static_install => 1,
 );
 
-my %MM_ARGS = ();
+my %MM_ARGS = (
+  PREREQ_PM => {
+($] >= 5.010 ? () : ('MRO::Compat' => 0)),
+  },
+);
 
 ## BOILERPLATE ###
 require ExtUtils::MakeMaker;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.04/lib/Role/Tiny/With.pm 
new/Role-Tiny-2.05/lib/Role/Tiny/With.pm
--- old/Role-Tiny-2.04/lib/Role/Tiny/With.pm2016-10-31 
22:22:24.0 +0100
+++ new/Role-Tiny-2.05/lib/Role/Tiny/With.pm2016-11-01 

commit perl-Role-Tiny for openSUSE:Factory

2016-11-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2016-11-10 13:27:31

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is "perl-Role-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2016-05-12 09:33:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2016-11-10 13:27:33.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov  1 07:11:18 UTC 2016 - co...@suse.com
+
+- updated to 2.04
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.04 - 2016-10-31
+- Fix consuming stubs from roles (RT#116674).
+- Fix error message when applying conflicting roles to an object.
+- Drop prerequisite on MRO::Compat on perl 5.8.
+
+---

Old:

  Role-Tiny-2.03.tar.gz

New:

  Role-Tiny-2.04.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.om6whn/_old  2016-11-10 13:27:33.0 +0100
+++ /var/tmp/diff_new_pack.om6whn/_new  2016-11-10 13:27:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:2.03
+Version:2.04
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles. Like a nouvelle cuisine portion size slice of Moose

++ Role-Tiny-2.03.tar.gz -> Role-Tiny-2.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.03/Changes 
new/Role-Tiny-2.04/Changes
--- old/Role-Tiny-2.03/Changes  2016-04-22 00:03:16.0 +0200
+++ new/Role-Tiny-2.04/Changes  2016-10-31 22:22:29.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Role-Tiny
 
+2.04 - 2016-10-31
+  - Fix consuming stubs from roles (RT#116674).
+  - Fix error message when applying conflicting roles to an object.
+  - Drop prerequisite on MRO::Compat on perl 5.8.
+
 2.03 - 2016-04-21
   - don't install subs if importing into a package that is already a role.  
This
 can happen if the module previously imported Moo::Role.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.03/MANIFEST 
new/Role-Tiny-2.04/MANIFEST
--- old/Role-Tiny-2.03/MANIFEST 2016-04-22 00:03:50.0 +0200
+++ new/Role-Tiny-2.04/MANIFEST 2016-10-31 22:22:49.0 +0100
@@ -7,8 +7,6 @@
 t/concrete-methods.t
 t/create-hook.t
 t/does.t
-t/lib/Bar.pm
-t/lib/Baz.pm
 t/lib/BrokenModule.pm
 t/lib/FalseModule.pm
 t/lib/TrackLoad.pm
@@ -19,9 +17,6 @@
 t/role-basic-bugs.t
 t/role-basic-composition.t
 t/role-basic-exceptions.t
-t/role-basic/lib/My/Does/Basic.pm
-t/role-basic/lib/My/Example.pm
-t/role-basic/lib/TestMethods.pm
 t/role-duplication.t
 t/role-long-package-name.t
 t/role-tiny-composition.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.03/META.json 
new/Role-Tiny-2.04/META.json
--- old/Role-Tiny-2.03/META.json2016-04-22 00:03:49.0 +0200
+++ new/Role-Tiny-2.04/META.json2016-10-31 22:22:49.0 +0100
@@ -3,8 +3,8 @@
"author" : [
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
-   "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150001",
+   "dynamic_config" : 0,
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -60,5 +60,7 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.03"
+   "version" : "2.04",
+   "x_serialization_backend" : "JSON::PP version 2.27300",
+   "x_static_install" : 1
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.03/META.yml 
new/Role-Tiny-2.04/META.yml
--- old/Role-Tiny-2.03/META.yml 2016-04-22 00:03:49.0 +0200
+++ new/Role-Tiny-2.04/META.yml 2016-10-31 22:22:49.0 +0100
@@ -4,8 +4,8 @@
   - 'mst - Matt S. Trout (cpan:MSTROUT) '
 build_requires:
   Test::More: '0.88'
-dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.150001'
+dynamic_config: 0
+generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,4 +25,6 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Role-Tiny
   license: 

commit perl-Role-Tiny for openSUSE:Factory

2016-05-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2016-05-12 09:33:20

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is "perl-Role-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2015-04-27 13:04:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2016-05-12 09:33:22.0 +0200
@@ -1,0 +2,17 @@
+Thu May  5 10:03:54 UTC 2016 - co...@suse.com
+
+- updated to 2.03
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.03 - 2016-04-21
+- don't install subs if importing into a package that is already a role.  
This
+  can happen if the module previously imported Moo::Role.
+  
+  2.02 - 2016-04-19
+- restore compatibility with Moo versions pre 1.004_003
+- delay loading Class::Method::Modifiers until applying modifiers to a 
package
+- use croak rather than die for reporting errors
+- apply method modifiers only once, even if they are applied via multiple
+  composition paths (RT#106668)
+
+---

Old:

  Role-Tiny-2.01.tar.gz

New:

  Role-Tiny-2.03.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.3vpAnM/_old  2016-05-12 09:33:22.0 +0200
+++ /var/tmp/diff_new_pack.3vpAnM/_new  2016-05-12 09:33:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Role-Tiny
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:2.01
+Version:2.03
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles. Like a nouvelle cuisine portion size slice of Moose
@@ -30,8 +30,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::Fatal) >= 0.003
-BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::More) >= 0.88
 Recommends: perl(Class::Method::Modifiers) >= 1.05
 %{perl_requires}
 

++ Role-Tiny-2.01.tar.gz -> Role-Tiny-2.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.01/Changes 
new/Role-Tiny-2.03/Changes
--- old/Role-Tiny-2.01/Changes  2015-04-25 01:04:08.0 +0200
+++ new/Role-Tiny-2.03/Changes  2016-04-22 00:03:16.0 +0200
@@ -1,5 +1,16 @@
 Revision history for Role-Tiny
 
+2.03 - 2016-04-21
+  - don't install subs if importing into a package that is already a role.  
This
+can happen if the module previously imported Moo::Role.
+
+2.02 - 2016-04-19
+  - restore compatibility with Moo versions pre 1.004_003
+  - delay loading Class::Method::Modifiers until applying modifiers to a 
package
+  - use croak rather than die for reporting errors
+  - apply method modifiers only once, even if they are applied via multiple
+composition paths (RT#106668)
+
 2.01 - 2015-04-24
   - fix generating invalid package names with single colons when abbreviating
 long package names (RT#103310)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.01/MANIFEST 
new/Role-Tiny-2.03/MANIFEST
--- old/Role-Tiny-2.01/MANIFEST 2015-04-25 01:04:36.0 +0200
+++ new/Role-Tiny-2.03/MANIFEST 2016-04-22 00:03:50.0 +0200
@@ -31,10 +31,11 @@
 t/subclass.t
 xt/around-does.t
 xt/compose-modifiers.t
+xt/dependents.t
 xt/does-Moo.t
 xt/modifiers.t
-xt/Moo.t
 xt/namespace-clean.t
+xt/recompose-modifier.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
 README   README file (added by Distar)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-2.01/META.json 
new/Role-Tiny-2.03/META.json
--- old/Role-Tiny-2.01/META.json2015-04-25 01:04:36.0 +0200
+++ new/Role-Tiny-2.03/META.json2016-04-22 00:03:49.0 +0200
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240",
+   

commit perl-Role-Tiny for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2015-04-15 16:26:48

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is perl-Role-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2014-11-13 09:18:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2015-04-15 16:26:49.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 14 21:02:27 UTC 2015 - co...@suse.com
+
+- updated to 2.00
+   see /usr/share/doc/packages/perl-Role-Tiny/Changes
+
+  2.00 - 2015-02-26
+* Incompatible Changes
+  - Role::Tiny no longer applies fatal warnings to roles created with it.
+strict and non-fatal warnings will continue to be applied.
+
+---

Old:

  Role-Tiny-1.003004.tar.gz

New:

  Role-Tiny-2.00.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.JB8Bqt/_old  2015-04-15 16:26:49.0 +0200
+++ /var/tmp/diff_new_pack.JB8Bqt/_new  2015-04-15 16:26:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Role-Tiny
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Role-Tiny
-Version:1.003004
+Version:2.00
 Release:0
 %define cpan_name Role-Tiny
-Summary:Roles. Like a nouvelle cuisine portion size slice of Moose.
+Summary:Roles. Like a nouvelle cuisine portion size slice of Moose
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Role-Tiny/

++ Role-Tiny-1.003004.tar.gz - Role-Tiny-2.00.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003004/Changes 
new/Role-Tiny-2.00/Changes
--- old/Role-Tiny-1.003004/Changes  2014-10-22 18:02:07.0 +0200
+++ new/Role-Tiny-2.00/Changes  2015-02-26 10:34:14.0 +0100
@@ -1,5 +1,10 @@
 Revision history for Role-Tiny
 
+2.00 - 2015-02-26
+  * Incompatible Changes
+- Role::Tiny no longer applies fatal warnings to roles created with it.
+  strict and non-fatal warnings will continue to be applied.
+
 1.003004 - 2014-10-22
   - allow does_role to be overridden by Moo::Role
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003004/MANIFEST 
new/Role-Tiny-2.00/MANIFEST
--- old/Role-Tiny-1.003004/MANIFEST 2014-10-22 18:02:22.0 +0200
+++ new/Role-Tiny-2.00/MANIFEST 2015-02-26 10:34:25.0 +0100
@@ -34,6 +34,7 @@
 t/role-with-inheritance.t
 t/subclass.t
 xt/does-Moo.t
+xt/Moo.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
 README   README file (added by Distar)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003004/META.json 
new/Role-Tiny-2.00/META.json
--- old/Role-Tiny-1.003004/META.json2014-10-22 18:02:21.0 +0200
+++ new/Role-Tiny-2.00/META.json2015-02-26 10:34:25.0 +0100
@@ -4,7 +4,7 @@
   mst - Matt S. Trout (cpan:MSTROUT) m...@shadowcat.co.uk
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142690,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
license : [
   perl_5
],
@@ -60,5 +60,5 @@
   },
   x_IRC : irc://irc.perl.org/#moose
},
-   version : 1.003004
+   version : 2.00
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003004/META.yml 
new/Role-Tiny-2.00/META.yml
--- old/Role-Tiny-1.003004/META.yml 2014-10-22 18:02:21.0 +0200
+++ new/Role-Tiny-2.00/META.yml 2015-02-26 10:34:25.0 +0100
@@ -6,7 +6,7 @@
   Test::Fatal: '0.003'
   Test::More: '0.96'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.143240'
 license: perl
 meta-spec:
   url: 

commit perl-Role-Tiny for openSUSE:Factory

2014-11-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2014-11-13 09:17:56

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is perl-Role-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2014-07-28 16:21:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2014-11-13 09:18:15.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 12 09:38:14 UTC 2014 - co...@suse.com
+
+- updated to 1.003004
+  - allow does_role to be overridden by Moo::Role
+
+---

Old:

  Role-Tiny-1.003003.tar.gz

New:

  Role-Tiny-1.003004.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.cWbvgK/_old  2014-11-13 09:18:16.0 +0100
+++ /var/tmp/diff_new_pack.cWbvgK/_new  2014-11-13 09:18:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:1.003003
+Version:1.003004
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles. Like a nouvelle cuisine portion size slice of Moose.
@@ -39,7 +39,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Role-Tiny-1.003003.tar.gz - Role-Tiny-1.003004.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003003/Changes 
new/Role-Tiny-1.003004/Changes
--- old/Role-Tiny-1.003003/Changes  2014-03-15 21:47:13.0 +0100
+++ new/Role-Tiny-1.003004/Changes  2014-10-22 18:02:07.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Role-Tiny
 
+1.003004 - 2014-10-22
+  - allow does_role to be overridden by Moo::Role
+
 1.003003 - 2014-03-15
   - overloads specified as method names rather than subrefs are now applied
 properly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003003/MANIFEST 
new/Role-Tiny-1.003004/MANIFEST
--- old/Role-Tiny-1.003003/MANIFEST 2014-03-15 21:47:24.0 +0100
+++ new/Role-Tiny-1.003004/MANIFEST 2014-10-22 18:02:22.0 +0200
@@ -1,7 +1,6 @@
 Changes
 lib/Role/Tiny.pm
 lib/Role/Tiny/With.pm
-maint/bump-version
 maint/Makefile.PL.include
 Makefile.PL
 MANIFEST   This list of files
@@ -26,9 +25,7 @@
 t/role-basic-exceptions.t
 t/role-basic/lib/My/Does/Basic.pm
 t/role-basic/lib/My/Example.pm
-t/role-basic/lib/MyTests.pm
 t/role-basic/lib/TestMethods.pm
-t/role-basic/lib/Try/Tiny.pm
 t/role-duplication.t
 t/role-long-package-name.t
 t/role-tiny-composition.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003003/META.json 
new/Role-Tiny-1.003004/META.json
--- old/Role-Tiny-1.003003/META.json2014-03-15 21:47:24.0 +0100
+++ new/Role-Tiny-1.003004/META.json2014-10-22 18:02:21.0 +0200
@@ -4,7 +4,7 @@
   mst - Matt S. Trout (cpan:MSTROUT) m...@shadowcat.co.uk
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.9, CPAN::Meta::Converter 
version 2.140640,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142690,
license : [
   perl_5
],
@@ -20,12 +20,8 @@
   ]
},
prereqs : {
-  build : {
- requires : {}
-  },
-  configure : {
- requires : {}
-  },
+  build : {},
+  configure : {},
   develop : {
  recommends : {
 Moo : 0,
@@ -59,10 +55,10 @@
   ],
   repository : {
  type : git,
- url : git://git.shadowcat.co.uk/gitmo/Role-Tiny.git,
- web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Role-Tiny.git;
+ url : git://github.com/moose/Role-Tiny.git,
+ web : https://github.com/moose/Role-Tiny;
   },
   x_IRC : irc://irc.perl.org/#moose
},
-   version : 1.003003
+   version : 1.003004
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003003/META.yml 
new/Role-Tiny-1.003004/META.yml
--- old/Role-Tiny-1.003003/META.yml 2014-03-15 21:47:24.0 +0100
+++ new/Role-Tiny-1.003004/META.yml 2014-10-22 18:02:21.0 +0200
@@ -5,9 +5,8 @@
 build_requires:
   Test::Fatal: '0.003'
   Test::More: '0.96'
-configure_requires: {}
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.9, CPAN::Meta::Converter version 
2.140640'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142690'
 license: perl
 

commit perl-Role-Tiny for openSUSE:Factory

2014-07-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2014-07-28 16:21:07

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is perl-Role-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2013-10-06 14:56:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2014-07-28 16:21:09.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 28 10:08:32 UTC 2014 - co...@suse.com
+
+- updated to 1.003003
+   - overloads specified as method names rather than subrefs are now applied
+ properly
+   - allow superclass to provide conflicting methods (RT#91054)
+   - use -is_role internally to check if a package is a role
+   - document that Role::Tiny applies strict and fatal warnings
+
+---

Old:

  Role-Tiny-1.003002.tar.gz

New:

  Role-Tiny-1.003003.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.tsGa6X/_old  2014-07-28 16:21:10.0 +0200
+++ /var/tmp/diff_new_pack.tsGa6X/_new  2014-07-28 16:21:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Role-Tiny
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:1.003002
+Version:1.003003
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles. Like a nouvelle cuisine portion size slice of Moose.
@@ -31,6 +31,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Test::Fatal) = 0.003
 BuildRequires:  perl(Test::More) = 0.96
+Recommends: perl(Class::Method::Modifiers) = 1.05
 %{perl_requires}
 
 %description

++ Role-Tiny-1.003002.tar.gz - Role-Tiny-1.003003.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003002/Changes 
new/Role-Tiny-1.003003/Changes
--- old/Role-Tiny-1.003002/Changes  2013-09-05 05:46:05.0 +0200
+++ new/Role-Tiny-1.003003/Changes  2014-03-15 21:47:13.0 +0100
@@ -1,14 +1,21 @@
 Revision history for Role-Tiny
 
-1.003002   2013-09-04
+1.003003 - 2014-03-15
+  - overloads specified as method names rather than subrefs are now applied
+properly
+  - allow superclass to provide conflicting methods (RT#91054)
+  - use -is_role internally to check if a package is a role
+  - document that Role::Tiny applies strict and fatal warnings
+
+1.003002 - 2013-09-04
   - abbreviate generated package names if they are longer than perl can handle
 (RT#83248)
   - add explicit dependency on the version of Exporter that added 'import'
 
-1.003001   2013-07-14
+1.003001 - 2013-07-14
   - fix test accidentally requiring Class::Method::Modifiers
 
-1.003000   2013-07-14
+1.003000 - 2013-07-14
   - allow composing roles simultaneously that mutually require each other
 (RT#82711)
   - Fix _concrete_methods_of returning non-CODE entries
@@ -17,67 +24,67 @@
   - add is_role method for checking if a given package is a role
   - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2
 
-1.002005   2013-02-01
+1.002005 - 2013-02-01
   - complain loudly if Class::Method::Modifiers is too old (and skip tests)
   - don't use $_ as loop variable when calling arbitrary code
 
-1.002004   2012-11-02
+1.002004 - 2012-11-02
   - remove accidentally-introduced strictures.pm usage
 
-1.002003   2012-10-29
+1.002003 - 2012-10-29
   - fix method modifier breakage on 5.10.0
 
-1.002002   2012-10-28
+1.002002 - 2012-10-28
   - skip t/around-does.t when Class::Method::Modifiers is not installed
 (RT#80310)
 
-1.002001   2012-10-26
+1.002001 - 2012-10-26
   - t/does-Moo.t moved to 'xt' (RT#80290)
   - don't die when looking for 'DOES' on perl  5.10 (RT#80402)
 
-1.002000   2012-10-19
+1.002000 - 2012-10-19
   - load class in addition to roles when using create_class_from_roles
   - fix module name in Makefile.PL (RT#78591)
   - when classes consume roles, override their DOES method (RT#79747)
   - method modifiers can be used for 'does' and 'DOES'
 
-1.001005   2012-07-18
+1.001005 - 2012-07-18
   - localize UNIVERSAL::can change to avoid confusing TB2
   - properly report roles consumed by superclasses
 
-1.001004   2012-07-12
+1.001004 - 2012-07-12
   - remove strictures.pm from the test supplied by mmcleric so we install again
   - when applying runtime 

commit perl-Role-Tiny for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2013-10-06 14:56:01

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is perl-Role-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2013-07-29 17:50:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2013-10-06 14:56:02.0 +0200
@@ -1,0 +2,8 @@
+Fri Oct  4 09:13:59 UTC 2013 - co...@suse.com
+
+- updated to 1.003002
+  - abbreviate generated package names if they are longer than perl can handle
+(RT#83248)
+  - add explicit dependency on the version of Exporter that added 'import'
+
+---

Old:

  Role-Tiny-1.003001.tar.gz

New:

  Role-Tiny-1.003002.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.UW7QIk/_old  2013-10-06 14:56:02.0 +0200
+++ /var/tmp/diff_new_pack.UW7QIk/_new  2013-10-06 14:56:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Role-Tiny
-Version:1.003001
+Version:1.003002
 Release:0
 %define cpan_name Role-Tiny
 Summary:Roles. Like a nouvelle cuisine portion size slice of Moose.

++ Role-Tiny-1.003001.tar.gz - Role-Tiny-1.003002.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.003001/Changes 
new/Role-Tiny-1.003002/Changes
--- old/Role-Tiny-1.003001/Changes  2013-07-15 05:59:09.0 +0200
+++ new/Role-Tiny-1.003002/Changes  2013-09-05 05:46:05.0 +0200
@@ -1,7 +1,14 @@
-1.003001 - 2013-07-14
+Revision history for Role-Tiny
+
+1.003002   2013-09-04
+  - abbreviate generated package names if they are longer than perl can handle
+(RT#83248)
+  - add explicit dependency on the version of Exporter that added 'import'
+
+1.003001   2013-07-14
   - fix test accidentally requiring Class::Method::Modifiers
 
-1.003000 - 2013-07-14
+1.003000   2013-07-14
   - allow composing roles simultaneously that mutually require each other
 (RT#82711)
   - Fix _concrete_methods_of returning non-CODE entries
@@ -10,67 +17,67 @@
   - add is_role method for checking if a given package is a role
   - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2
 
-1.002005 - 2013-02-01
+1.002005   2013-02-01
   - complain loudly if Class::Method::Modifiers is too old (and skip tests)
   - don't use $_ as loop variable when calling arbitrary code
 
-1.002004 - 2012-11-02
+1.002004   2012-11-02
   - remove accidentally-introduced strictures.pm usage
 
-1.002003 - 2012-10-29
+1.002003   2012-10-29
   - fix method modifier breakage on 5.10.0
 
-1.002002 - 2012-10-28
+1.002002   2012-10-28
   - skip t/around-does.t when Class::Method::Modifiers is not installed
 (RT#80310)
 
-1.002001 - 2012-10-26
+1.002001   2012-10-26
   - t/does-Moo.t moved to 'xt' (RT#80290)
   - don't die when looking for 'DOES' on perl  5.10 (RT#80402)
 
-1.002000 - 2012-10-19
+1.002000   2012-10-19
   - load class in addition to roles when using create_class_from_roles
   - fix module name in Makefile.PL (RT#78591)
   - when classes consume roles, override their DOES method (RT#79747)
   - method modifiers can be used for 'does' and 'DOES'
 
-1.001005 - 2012-07-18
+1.001005   2012-07-18
   - localize UNIVERSAL::can change to avoid confusing TB2
   - properly report roles consumed by superclasses
 
-1.001004 - 2012-07-12
+1.001004   2012-07-12
   - remove strictures.pm from the test supplied by mmcleric so we install again
   - when applying runtime roles include roles from original class in new class
 ( fixes ::does_role checks)
 
-1.001003 - 2012-06-19
+1.001003   2012-06-19
   - correctly apply modifiers with role composition
   - check for conflicts during role-to-object application (test from mmcleric)
   - add an explicit return to all exported subs so people don't accidentally
 rely on the return value
   - store coderefs as well as their refaddrs to protect against crazy
 
-1.001002 - 2012-05-05
+1.001002   2012-05-05
   - alter duplication test to not provoke Class::Method::Modifiers loading
 
-1.001001 - 2012-04-27
+1.001001   2012-04-27
   - remove strictures from one last test file
 
-1.001000 - 2012-04-27
+1.001000   2012-04-27
   - Documentation improvements, no code changes
 
-1.000_901 - 2012-04-12
+1.000_901   2012-04-12
   - Fix MANIFEST inclusion of Role::Basic composition
 
-1.000_900 - 2012-04-11
+1.000_900   2012-04-11
   - Add composition with tests stolen from Role::Basic
 
-1.01 - 2012-04-03
+1.01   

commit perl-Role-Tiny for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory 
checked in at 2013-07-29 17:50:36

Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new (New)


Package is perl-Role-Tiny

Changes:

--- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes
2013-06-28 11:54:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new/perl-Role-Tiny.changes   
2013-07-29 17:50:38.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 26 05:36:47 UTC 2013 - co...@suse.com
+
+- updated to 1.003001
+  - allow composing roles simultaneously that mutually require each other
+(RT#82711)
+  - Fix _concrete_methods_of returning non-CODE entries
+  - fix broken implementation of method conflict resolution
+(Perlmonks#1041015)
+  - add is_role method for checking if a given package is a role
+  - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2
+
+---

Old:

  Role-Tiny-1.002005.tar.gz

New:

  Role-Tiny-1.003001.tar.gz



Other differences:
--
++ perl-Role-Tiny.spec ++
--- /var/tmp/diff_new_pack.BE7a49/_old  2013-07-29 17:50:39.0 +0200
+++ /var/tmp/diff_new_pack.BE7a49/_new  2013-07-29 17:50:39.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Role-Tiny
-Version:1.002005
+Version:1.003001
 Release:0
 %define cpan_name Role-Tiny
-Summary:Roles. Like a nouvelle cuisine portion size slice of Moose
+Summary:Roles. Like a nouvelle cuisine portion size slice of Moose.
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Role-Tiny/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Role-Tiny-1.002005.tar.gz - Role-Tiny-1.003001.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.002005/Changes 
new/Role-Tiny-1.003001/Changes
--- old/Role-Tiny-1.002005/Changes  2013-02-01 20:03:28.0 +0100
+++ new/Role-Tiny-1.003001/Changes  2013-07-15 05:59:09.0 +0200
@@ -1,3 +1,15 @@
+1.003001 - 2013-07-14
+  - fix test accidentally requiring Class::Method::Modifiers
+
+1.003000 - 2013-07-14
+  - allow composing roles simultaneously that mutually require each other
+(RT#82711)
+  - Fix _concrete_methods_of returning non-CODE entries
+  - fix broken implementation of method conflict resolution
+(Perlmonks#1041015)
+  - add is_role method for checking if a given package is a role
+  - drop minimum perl version - code tests just fine on 5.6.1 and 5.6.2
+
 1.002005 - 2013-02-01
   - complain loudly if Class::Method::Modifiers is too old (and skip tests)
   - don't use $_ as loop variable when calling arbitrary code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.002005/MANIFEST 
new/Role-Tiny-1.003001/MANIFEST
--- old/Role-Tiny-1.002005/MANIFEST 2013-02-01 20:04:02.0 +0100
+++ new/Role-Tiny-1.003001/MANIFEST 2013-07-15 05:59:27.0 +0200
@@ -4,13 +4,14 @@
 maint/bump-version
 maint/Makefile.PL.include
 Makefile.PL
-MANIFEST
+MANIFEST   This list of files
 t/around-does.t
 t/compose-modifiers.t
-t/does-Moo.t
+t/concrete-methods.t
 t/does.t
 t/lib/Bar.pm
 t/lib/Baz.pm
+t/method-conflicts.t
 t/modifiers.t
 t/namespace-clean.t
 t/role-basic-00-load.t
@@ -28,6 +29,7 @@
 t/role-tiny-with.t
 t/role-tiny.t
 t/role-with-inheritance.t
+t/subclass.t
 xt/does-Moo.t
 META.yml Module YAML meta-data (added by 
MakeMaker)
 META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Role-Tiny-1.002005/META.json 
new/Role-Tiny-1.003001/META.json
--- old/Role-Tiny-1.002005/META.json2013-02-01 20:04:00.0 +0100
+++ new/Role-Tiny-1.003001/META.json2013-07-15 05:59:27.0 +0200
@@ -4,7 +4,7 @@
   mst - Matt S. Trout (cpan:MSTROUT) m...@shadowcat.co.uk
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter 
version 2.131560,
license : [
   perl_5
],
@@ -42,5 +42,5 @@
  url :