2019-10-29 08:37:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 28 11:01:38 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2019-10-11 13:21:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 10 08:58:45 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2019-10-07 10:53:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:34:44 UTC 2019 - <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2019-08-09 08:21:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 6 05:28:13 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
- updated to 2.000008
|
|
|
|
see /usr/share/doc/packages/perl-Role-Tiny/Changes
|
|
|
|
|
|
|
|
2.000008 - 2019-08-05
|
|
|
|
- reverting all changes from 2.000007 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.
|
|
|
|
|
2019-08-02 14:05:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 2 05:23:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
|
|
|
|
- updated to 2.000007
|
|
|
|
see /usr/share/doc/packages/perl-Role-Tiny/Changes
|
|
|
|
|
|
|
|
2.000007 - 2019-07-31
|
|
|
|
- fix composing roles into packages that have stub subs in them
|
|
|
|
- exclude all constant subs from method list
|
|
|
|
|
2017-11-08 16:47:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 8 06:55:45 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000006
|
|
|
|
see /usr/share/doc/packages/perl-Role-Tiny/Changes
|
|
|
|
|
|
|
|
2.000006 - 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
|
|
|
|
|
2016-11-12 17:06:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 11 07:12:44 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000005
|
|
|
|
see /usr/share/doc/packages/perl-Role-Tiny/Changes
|
|
|
|
|
|
|
|
2.000005 - 2016-11-01
|
|
|
|
- revert change to MRO::Compat usage
|
|
|
|
|
2016-05-10 05:01:54 +00:00
|
|
|
-------------------------------------------------------------------
|
2016-11-10 05:54:44 +00:00
|
|
|
Tue Nov 1 07:11:18 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000004
|
|
|
|
see /usr/share/doc/packages/perl-Role-Tiny/Changes
|
|
|
|
|
|
|
|
2.000004 - 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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-05-10 05:01:54 +00:00
|
|
|
Thu May 5 10:03:54 UTC 2016 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000003
|
|
|
|
see /usr/share/doc/packages/perl-Role-Tiny/Changes
|
|
|
|
|
|
|
|
2.000003 - 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.000002 - 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)
|
|
|
|
|
2015-04-25 07:58:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 25 07:34:36 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000001
|
|
|
|
see /usr/share/doc/packages/perl-Role-Tiny/Changes
|
|
|
|
|
|
|
|
2.000001 - 2015-04-24
|
|
|
|
- fix generating invalid package names with single colons when abbreviating
|
|
|
|
long package names (RT#103310)
|
|
|
|
- don't run module interaction tests for user installs
|
|
|
|
|
2015-04-15 04:57:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 14 21:02:27 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 2.000000
|
|
|
|
see /usr/share/doc/packages/perl-Role-Tiny/Changes
|
|
|
|
|
|
|
|
2.000000 - 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.
|
|
|
|
|
2014-11-12 09:38:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 12 09:38:14 UTC 2014 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 1.003004
|
|
|
|
- allow does_role to be overridden by Moo::Role
|
|
|
|
|
2014-07-28 10:09:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 28 10:08:32 UTC 2014 - coolo@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
|
|
|
|
|
2013-10-04 18:30:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 4 09:13:59 UTC 2013 - coolo@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'
|
|
|
|
|
2013-07-26 05:37:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 26 05:36:47 UTC 2013 - coolo@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
|
|
|
|
|
2013-06-26 11:23:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 26 11:22:59 UTC 2013 - coolo@suse.com
|
|
|
|
|
|
|
|
- initial package 1.002005
|
|
|
|
* created by cpanspec 1.78.06
|
|
|
|
|