Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Role-Tiny
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.36 / (download) - annotate - [select for diffs], Thu Jul 6 09:39:57 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
HEAD
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
*: recursive bump for perl 5.38
Revision 1.35 / (download) - annotate - [select for diffs], Tue Jun 6 12:41:04 2023 UTC (5 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.34: +3 -3
lines
Diff to previous 1.34 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.34 / (download) - annotate - [select for diffs], Tue Jun 28 11:33:10 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
*: recursive bump for perl 5.36
Revision 1.33 / (download) - annotate - [select for diffs], Mon May 24 19:51:29 2021 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
*: recursive bump for perl 5.34
Revision 1.32 / (download) - annotate - [select for diffs], Mon Apr 26 14:44:44 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -3
lines
Diff to previous 1.31 (colored)
p5-Role-Tiny: update to 2.002004. 2.002004 - 2021-01-24 - restore requiring base class when using create_class_with_roles, which was accidentally lost in 2.002_000 (RT#134075) 2.002003 - 2021-01-11 - set dynamic_config to 0 and x_static_install to 1 - fixed filenames in dependents author test to not use colons - removed MRO::Compat from prereqs as it is no longer used - marked Class::Method::Modifiers as a hard developer dependency rather than a recommended developer dependency - rewrote test for namespace cleaning to not require namespace::clean, and moved it from an author test to a normal test - removed namespace::autoclean from developer prereqs 2.002_002 - 2021-01-03 - refactored some internals for subclasses to use - methods_provided_by will ensure the module is loaded before checking for methods 2.002_001 - 2020-12-27 - fix tests when Class::Method::Modifiers is not installed 2.002_000 - 2020-12-23 - Refactored create_class_with_roles to not use "composable packages". This was an optimization for when a role is used in many different uses of create_class_with_roles, but required an entirely separate implementation, which did not have fully compatible behavior. It would also result in methods using modifiers being slower. - Add documentation for what methods will be composed from a role (RT#133363) - Fix backwards compatibility with older versions of Moo when interacting with Moose. - Treat modifiers as required methods during create_class_with_roles. - Fixed methods being no longer composed after they participated in an allowed conflict. - Dropped use of MRO::Compat. - Test cleanups for checking requires during create_class_with_roles. - Additional tests to confirm internal role application steps can be fully qualified. - Fix Pod links to Class::Method::Modifiers - Tweaks to author tests - Additional tests for working with older Moo versions - Additional tests for module loading - Allow method modifiers to be specified with an array reference of method names, rather than a list. This now matches how the corresponding Class::Method::Modifiers subs can be called.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Aug 31 18:08:47 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 3 10:16:03 2019 UTC (4 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
devel/p5-*: align variable assignments pkglint -Wall -F --only aligned --only indent p5-* No manual corrections.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Oct 27 14:16:20 2019 UTC (4 years, 1 month ago) by mef
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
(devel/p5-Role-Tiny) Updated 2.000008 to 2.001004 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 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
Revision 1.28 / (download) - annotate - [select for diffs], Wed Aug 14 14:49:19 2019 UTC (4 years, 3 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.27: +2 -3
lines
Diff to previous 1.27 (colored)
Update to 2.000008 Upstream 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. 2.000007 - 2019-07-31 - fix composing roles into packages that have stub subs in them - exclude all constant subs from method list
Revision 1.27 / (download) - annotate - [select for diffs], Sun Aug 11 13:20:16 2019 UTC (4 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.26 / (download) - annotate - [select for diffs], Sun Jun 30 20:15:40 2019 UTC (4 years, 4 months ago) by nia
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Aug 22 09:44:35 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
Recursive bump for perl5-5.28.0
Revision 1.24 / (download) - annotate - [select for diffs], Wed Nov 8 20:35:48 2017 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.23: +2 -3
lines
Diff to previous 1.23 (colored)
p5-Role-Tiny: update to 2.000006. 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
Revision 1.23 / (download) - annotate - [select for diffs], Mon Jun 5 14:23:33 2017 UTC (6 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Recursive revbump from lang/perl5 5.26.0
Revision 1.22 / (download) - annotate - [select for diffs], Thu Nov 3 14:46:04 2016 UTC (7 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.21: +2 -3
lines
Diff to previous 1.21 (colored)
Update to 2.000005 Upstream changes: 2.000005 - 2016-11-01 - revert change to MRO::Compat usage 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.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 8 19:23:28 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.20: +2 -1
lines
Diff to previous 1.20 (colored)
Bump PKGREVISION for perl-5.24.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Apr 24 06:32:18 2016 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Updated p5-Role-Tiny to 2.000003. 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.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Apr 22 09:35:08 2016 UTC (7 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -3
lines
Diff to previous 1.18 (colored)
Updated p5-Role-Tiny to 2.000002. 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)
Revision 1.18 / (download) - annotate - [select for diffs], Sun Jul 12 18:56:18 2015 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Comment out dependencies of the style {perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
Revision 1.17 / (download) - annotate - [select for diffs], Fri Jun 12 10:49:41 2015 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
Revision 1.16 / (download) - annotate - [select for diffs], Sun Apr 26 03:16:08 2015 UTC (8 years, 7 months ago) by mef
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Update to 2.000001 ------------------ 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
Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 1 11:43:56 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update to 2.0: 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.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Feb 18 08:52:07 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Fix BUILD_DEPENDS line.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 26 11:51:15 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
Update to 1.003004: 1.003004 - 2014-10-22 - allow does_role to be overridden by Moo::Role
Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:26 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.11: +1 -3
lines
Diff to previous 1.11 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.11 / (download) - annotate - [select for diffs], Thu May 29 23:36:15 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Revision 1.10 / (download) - annotate - [select for diffs], Tue May 27 15:39:35 2014 UTC (9 years, 6 months ago) by wen
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Update to 1.003003 Upstream changes: 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
Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 2 07:32:27 2013 UTC (10 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update to 1.003002 Upstream changes: 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'
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 27 02:01:06 2013 UTC (10 years, 4 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.7: +3 -4
lines
Diff to previous 1.7 (colored)
Update to 1.003001 Upstream changes: 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
Revision 1.7 / (download) - annotate - [select for diffs], Fri May 31 12:40:42 2013 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 29 02:35:09 2012 UTC (11 years ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.5: +4 -5
lines
Diff to previous 1.5 (colored)
Update to 1.002004 Remove period in the end of COMMENT to make pkglint happy Upstream changes: 1.002004 - 2012-11-02 - remove accidentally-introduced strictures.pm usage 1.002003 - 2012-10-29 - fix method modifier breakage on 5.10.0 1.002002 - 2012-10-28 - skip t/around-does.t when Class::Method::Modifiers is not installed (RT#80310) 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 - 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'
Revision 1.5 / (download) - annotate - [select for diffs], Wed Oct 31 11:18:53 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 3 21:55:33 2012 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Bump all packages that use perl, or depend on a p5-* package, or are called p5-*. I hope that's all of them.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 10 13:02:16 2012 UTC (11 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (colored)
Updating package for CPAN module Role::Tiny in devel/p5-Role-Tiny from 1.001004 to 1.001005. upstream changes: 1.001005 - 2012-07-18 - localize UNIVERSAL::can change to avoid confusing TB2 - properly report roles consumed by superclasses
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 18 08:06:03 2012 UTC (11 years, 4 months ago) by sno
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Add conflict for devel/p5-Moo before Role::Tiny was split out from it
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 18 07:54:13 2012 UTC (11 years, 4 months ago) by sno
Branch: MAIN
Adding new package for CPAN module Role::Tiny version 1.001004 into devel/p5-Role-Tiny as requirement for upcoming update for devel/p5-Moo. Role::Tiny is a minimalist role composition tool. ROLE COMPOSITION Role composition can be thought of as much more clever and meaningful multiple inheritance. The basics of this implementation of roles is: * If a method is already defined on a class, that method will not be composed in from the role. * If a method that the role "requires" to be implemented is not implemented, role application will fail loudly. Unlike Class::C3, where the last class inherited from "wins," role composition is the other way around, where the class wins. If multiple roles are applied in a single call (single with statement), then if any of their provided methods clash, an exception is raised unless the class provides a method since this conflict indicates a potential problem.