10 years agoRelease commit for 1.003002 v1.003002
Graham Knop [Thu, 5 Sep 2013 03:46:18 +0000]
Release commit for 1.003002

10 years agobump version number
Graham Knop [Thu, 5 Sep 2013 03:44:06 +0000]
bump version number

10 years agocorrect MYMETA handling on older EUMM releases
Graham Knop [Wed, 4 Sep 2013 22:17:07 +0000]
correct MYMETA handling on older EUMM releases

10 years agofix typo in version
Graham Knop [Tue, 3 Sep 2013 18:57:38 +0000]
fix typo in version

10 years agofix META file generation by working around rt#85406
Graham Knop [Tue, 3 Sep 2013 18:12:18 +0000]
fix META file generation by working around rt#85406

For release time, require an up to date EUMM.  For build time, don't
include extra metadata that trips the bug.

10 years agoRevert "properly set v2 metadata!"
Karen Etheridge [Tue, 3 Sep 2013 16:47:37 +0000]
Revert "properly set v2 metadata!"

This reverts commit 0d03e7e5abe31f345ded429b22aa4766b08c1800.

See https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/30 -- it
may not be possible to generate v2 metadata via EUMM.

10 years agochangelog for long package name fix
Graham Knop [Tue, 27 Aug 2013 17:31:51 +0000]
changelog for long package name fix

10 years agoautomatically abbreviate generated class names if they are too long
Graham Knop [Tue, 27 Aug 2013 11:53:02 +0000]
automatically abbreviate generated class names if they are too long

10 years agoAdded failing test for long package name. ref. RT#83248
tokuhirom [Mon, 18 Feb 2013 02:09:54 +0000]
Added failing test for long package name. ref. RT#83248

10 years agoproperly set v2 metadata!
Karen Etheridge [Fri, 23 Aug 2013 00:08:13 +0000]
properly set v2 metadata!

10 years agoensure we create a v2 meta file
Karen Etheridge [Tue, 30 Jul 2013 00:39:52 +0000]
ensure we create a v2 meta file

10 years agodep on Exporter 5.57 (RT#87131)
Karen Etheridge [Mon, 22 Jul 2013 15:34:15 +0000]
dep on Exporter 5.57 (RT#87131)

10 years agomake changelog more readable, CPAN::Changes-compliant
Karen Etheridge [Mon, 22 Jul 2013 15:33:30 +0000]
make changelog more readable, CPAN::Changes-compliant

10 years agoRelease commit for 1.003001 v1.003001
Graham Knop [Mon, 15 Jul 2013 03:59:27 +0000]
Release commit for 1.003001

10 years agobump version
Graham Knop [Mon, 15 Jul 2013 03:58:13 +0000]
bump version

10 years agoskip test using around unless CMM is available
Graham Knop [Mon, 15 Jul 2013 03:56:28 +0000]
skip test using around unless CMM is available

10 years agoRelease commit for 1.003000 v1.003000
Graham Knop [Mon, 15 Jul 2013 03:18:16 +0000]
Release commit for 1.003000

10 years agobump version
Graham Knop [Mon, 15 Jul 2013 03:13:11 +0000]
bump version

10 years agotests shouldn't be executable
Graham Knop [Mon, 15 Jul 2013 02:21:52 +0000]
tests shouldn't be executable

10 years agore-word changelog message
Graham Knop [Mon, 15 Jul 2013 02:18:41 +0000]
re-word changelog message

10 years agoadd comments explaining rationale for handling of requires in create_class_with_roles
Graham Knop [Mon, 15 Jul 2013 01:48:22 +0000]
add comments explaining rationale for handling of requires in create_class_with_roles

10 years agoextra testing for extending create_class_with_roles
Graham Knop [Mon, 15 Jul 2013 00:46:04 +0000]
extra testing for extending create_class_with_roles

10 years agofix checking requires when using create_class_with_roles
Graham Knop [Sat, 13 Jul 2013 20:46:08 +0000]
fix checking requires when using create_class_with_roles

10 years agodon't use Base as a package name in tests to avoid conflict with base.pm
Graham Knop [Sat, 13 Jul 2013 20:21:19 +0000]
don't use Base as a package name in tests to avoid conflict with base.pm

10 years agocheck requires before installing modifiers
Graham Knop [Fri, 12 Jul 2013 02:12:41 +0000]
check requires before installing modifiers

10 years agochangelog mutual requires fix
Graham Knop [Thu, 11 Jul 2013 16:59:55 +0000]
changelog mutual requires fix

10 years agotest to confirm when we don't use backcompat code
Graham Knop [Thu, 11 Jul 2013 08:53:01 +0000]
test to confirm when we don't use backcompat code

10 years agodon't attempt to fix mutual requires for subclasses that rely on backcompat
Graham Knop [Thu, 11 Jul 2013 08:43:52 +0000]
don't attempt to fix mutual requires for subclasses that rely on backcompat

10 years agomove role application backcompat hack before normal process
Graham Knop [Thu, 11 Jul 2013 08:30:58 +0000]
move role application backcompat hack before normal process

If working with a subclass of Role::Tiny, run
apply_single_role_to_package inside apply_roles_to_package as a
backwards compatibility measure.  Only do this as required for classes
that haven't been adjusted to the new API.

10 years agoremove Moo from test in t
Graham Knop [Thu, 11 Jul 2013 08:27:48 +0000]
remove Moo from test in t

We can't depend on Moo, and it isn't needed for method modifiers anyway.
Remove it in favor of using Role::Tiny's built in modifiers, but skip if
Class::Method::Modifiers isn't installed.

10 years agotest for overriding apply_single_role_to_package
Graham Knop [Thu, 11 Jul 2013 00:40:11 +0000]
test for overriding apply_single_role_to_package

10 years agoonly call apply_single_role_to_package for backcompat if it is really needed
Graham Knop [Thu, 11 Jul 2013 00:39:16 +0000]
only call apply_single_role_to_package for backcompat if it is really needed

10 years agofix compatibility with subclasses that override apply_single_role_to_package
Graham Knop [Thu, 20 Jun 2013 10:59:03 +0000]
fix compatibility with subclasses that override apply_single_role_to_package

10 years agoextract role application to be step based
Matt S Trout [Mon, 11 Feb 2013 13:38:40 +0000]
extract role application to be step based

10 years agoAdded diamant-like role compositioning test
Leon Timmermans [Fri, 7 Dec 2012 17:16:22 +0000]
Added diamant-like role compositioning test

10 years agoAdded failing modifier
Leon Timmermans [Fri, 7 Dec 2012 17:15:42 +0000]
Added failing modifier

10 years agoAdd failing test for mutually dependent roles
Leon Timmermans [Sun, 2 Dec 2012 19:27:07 +0000]
Add failing test for mutually dependent roles

10 years agoexplicitly mark roles with is_role for parity with Moo
Graham Knop [Thu, 11 Jul 2013 09:36:12 +0000]
explicitly mark roles with is_role for parity with Moo

10 years agoWorks fine on perl 5.6
Peter Rabbitson [Thu, 4 Jul 2013 11:13:53 +0000]
Works fine on perl 5.6

10 years agoadd is_role method
Graham Knop [Tue, 30 Apr 2013 09:45:41 +0000]
add is_role method

10 years agonote fix in changelog
Toby Inkster [Thu, 27 Jun 2013 14:27:00 +0000]
note fix in changelog

10 years agofix for previous failing test (_concrete_methods_of returns a hashref, not a list...
Toby Inkster [Thu, 27 Jun 2013 14:24:59 +0000]
fix for previous failing test (_concrete_methods_of returns a hashref, not a list of method names)

10 years agofailing test for method conflicts during role composition (argh)
Toby Inkster [Thu, 27 Jun 2013 14:23:27 +0000]
failing test for method conflicts during role composition (argh)

10 years agotype fix
Graham Knop [Thu, 27 Jun 2013 18:23:28 +0000]
type fix

10 years agotest and extra cleanups for _concrete_methods_of fix
Graham Knop [Tue, 18 Jun 2013 23:12:54 +0000]
test and extra cleanups for _concrete_methods_of fix

10 years ago_concrete_methods_of must return only methods, not any globslot
Peter Rabbitson [Sun, 16 Jun 2013 10:25:34 +0000]
_concrete_methods_of must return only methods, not any globslot

11 years agoDeclare POD encoding
Dagfinn Ilmari Mannsåker [Fri, 26 Apr 2013 09:46:03 +0000]
Declare POD encoding

11 years agoRelease commit for 1.002005 v1.002005
Matt S Trout [Fri, 1 Feb 2013 19:04:05 +0000]
Release commit for 1.002005

11 years agobump version
Matt S Trout [Fri, 1 Feb 2013 19:00:54 +0000]
bump version

11 years agocomplain loudly if Class::Method::Modifiers is too old (and skip tests)
Matt S Trout [Fri, 1 Feb 2013 18:59:21 +0000]
complain loudly if Class::Method::Modifiers is too old (and skip tests)

11 years agodon't use $_ as loop variable when calling arbitrary code
Dagfinn Ilmari Mannsåker [Mon, 12 Nov 2012 10:42:14 +0000]
don't use $_ as loop variable when calling arbitrary code

11 years agoRelease commit for 1.002004 v1.002004
Dagfinn Ilmari Mannsåker [Fri, 2 Nov 2012 16:24:20 +0000]
Release commit for 1.002004

11 years agobump version
Dagfinn Ilmari Mannsåker [Fri, 2 Nov 2012 16:22:15 +0000]
bump version

11 years agoUse strict/warnings instead of strictures
Dagfinn Ilmari Mannsåker [Fri, 2 Nov 2012 15:09:12 +0000]
Use strict/warnings instead of strictures

11 years agoRelease commit for 1.002003 v1.002003
Dagfinn Ilmari Mannsåker [Mon, 29 Oct 2012 15:17:10 +0000]
Release commit for 1.002003

11 years agobump version
Dagfinn Ilmari Mannsåker [Mon, 29 Oct 2012 15:12:23 +0000]
bump version

11 years agofix method modifier breakage on 5.10.0
Dagfinn Ilmari Mannsåker [Mon, 29 Oct 2012 00:03:37 +0000]
fix method modifier breakage on 5.10.0

Setting @ISA via the typeglob breaks inheritance on 5.10.0 if the stash
has previously been accessed an then a method called on the class (in
that order!).

Add test nicked from Moo that tickles the bug.

11 years agoIgnore more editor droppings
Dagfinn Ilmari Mannsåker [Mon, 29 Oct 2012 00:02:14 +0000]
Ignore more editor droppings

11 years agoreplace open-coded stash access with _getstash()
Dagfinn Ilmari Mannsåker [Sun, 28 Oct 2012 23:54:13 +0000]
replace open-coded stash access with _getstash()

11 years agomore robust .gitignore entries
Karen Etheridge [Sun, 28 Oct 2012 00:41:46 +0000]
more robust .gitignore entries

11 years agoRelease commit for 1.002002 v1.002002
Karen Etheridge [Sun, 28 Oct 2012 00:36:32 +0000]
Release commit for 1.002002

11 years agobump version
Karen Etheridge [Sat, 27 Oct 2012 21:57:49 +0000]
bump version

11 years agoRT#80310: skip t/around-does.t if CMM is not installed
Karen Etheridge [Sat, 27 Oct 2012 21:56:52 +0000]
RT#80310: skip t/around-does.t if CMM is not installed

11 years agoRevert "add missing Class::Method::Modifiers dependency (RT#80310)"
Dagfinn Ilmari Mannsåker [Fri, 26 Oct 2012 09:28:35 +0000]
Revert "add missing Class::Method::Modifiers dependency (RT#80310)"

The lack of dependency is intentional, since the use of method modifiers
is optional.

This reverts commit 0ee1bd42cb95cd594e777fa676e80cddc66e0393.

11 years agoadd missing Class::Method::Modifiers dependency (RT#80310)
Dagfinn Ilmari Mannsåker [Fri, 26 Oct 2012 01:05:16 +0000]
add missing Class::Method::Modifiers dependency (RT#80310)

11 years agoRelease commit for 1.002001 v1.002001
Dagfinn Ilmari Mannsåker [Fri, 26 Oct 2012 00:57:24 +0000]
Release commit for 1.002001

11 years agobump version
Dagfinn Ilmari Mannsåker [Fri, 26 Oct 2012 00:44:22 +0000]
bump version

11 years agodon't die when looking for 'DOES' on perl < 5.10 (RT#80402)
Dagfinn Ilmari Mannsåker [Fri, 26 Oct 2012 00:41:30 +0000]
don't die when looking for 'DOES' on perl < 5.10 (RT#80402)

11 years agot/does-Moo.t moved to 'xt' (RT#80290)
Toby Inkster [Wed, 24 Oct 2012 22:11:19 +0000]
t/does-Moo.t moved to 'xt' (RT#80290)

11 years agoRelease commit for 1.002000 v1.002000
Matt S Trout [Fri, 19 Oct 2012 13:56:21 +0000]
Release commit for 1.002000

11 years agobump version (to 1.2 due to addition of DOES feature)
Matt S Trout [Fri, 19 Oct 2012 13:55:30 +0000]
bump version (to 1.2 due to addition of DOES feature)

11 years agoimplementations for DOES and around does => sub {...}
Toby Inkster [Fri, 19 Oct 2012 13:52:44 +0000]
implementations for DOES and around does => sub {...}

11 years agotests for around does => sub {...}
Toby Inkster [Fri, 19 Oct 2012 13:52:10 +0000]
tests for around does => sub {...}

11 years agotests for DOES
Toby Inkster [Fri, 19 Oct 2012 13:51:47 +0000]
tests for DOES

11 years agonew test for interaction with namespace::autoclean - I don't think this has ever...
Toby Inkster [Fri, 12 Oct 2012 09:40:20 +0000]
new test for interaction with namespace::autoclean - I don't think this has ever failed, but it doesn't hurt to keep checking it works

11 years agofix link to repo
Toby Inkster [Fri, 5 Oct 2012 13:38:11 +0000]
fix link to repo

11 years agoload class in addition to roles when using create_class_from_roles
Arthur Axel 'fREW' Schmidt [Mon, 3 Sep 2012 15:31:32 +0000]
load class in addition to roles when using create_class_from_roles

11 years agofix module name in Makefile.PL (RT#78591)
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 23:54:57 +0000]
fix module name in Makefile.PL (RT#78591)

11 years agoRelease commit for 1.001005 v1.001005
Dagfinn Ilmari Mannsåker [Wed, 18 Jul 2012 11:36:03 +0000]
Release commit for 1.001005

11 years agobump version for release
Dagfinn Ilmari Mannsåker [Wed, 18 Jul 2012 11:29:28 +0000]
bump version for release

11 years agoproperly report roles consumed by superclasses
Dagfinn Ilmari Mannsåker [Wed, 18 Jul 2012 11:25:47 +0000]
properly report roles consumed by superclasses

11 years agolocalize UNIVERSAL::can change to avoid confusing TB2
Matt S Trout [Fri, 13 Jul 2012 20:09:40 +0000]
localize UNIVERSAL::can change to avoid confusing TB2

11 years agometadata for repository location
Karen Etheridge [Thu, 12 Jul 2012 19:59:12 +0000]
metadata for repository location

11 years agoRelease commit for 1.001004 v1.001004
Matt S Trout [Thu, 12 Jul 2012 19:18:16 +0000]
Release commit for 1.001004

11 years agobump version for release
Matt S Trout [Thu, 12 Jul 2012 19:17:27 +0000]
bump version for release

11 years agoremove strictures.pm from the test supplied by mmcleric so we install again
Matt S Trout [Thu, 12 Jul 2012 19:17:09 +0000]
remove strictures.pm from the test supplied by mmcleric so we install again

11 years agoruntime applied roles include roles from original class in new class
Arthur Axel 'fREW' Schmidt [Wed, 4 Jul 2012 20:47:01 +0000]
runtime applied roles include roles from original class in new class

11 years agoadd failing tests for does_role + runtime applied roles
Arthur Axel 'fREW' Schmidt [Wed, 4 Jul 2012 20:42:05 +0000]
add failing tests for does_role + runtime applied roles

11 years agoRelease commit for 1.001003 v1.001003
Matt S Trout [Tue, 19 Jun 2012 14:05:37 +0000]
Release commit for 1.001003

11 years agobump version
Matt S Trout [Tue, 19 Jun 2012 14:05:02 +0000]
bump version

11 years agomodifiers and composition fix
Matt S Trout [Tue, 19 Jun 2012 13:55:42 +0000]
modifiers and composition fix

11 years agobloddy empty hashrefs
Matt S Trout [Fri, 25 May 2012 15:13:12 +0000]
bloddy empty hashrefs

11 years agoconflicts on application to object
Matt S Trout [Fri, 25 May 2012 15:09:19 +0000]
conflicts on application to object

11 years agoreturn; from with/etc.
Matt S Trout [Wed, 9 May 2012 18:01:22 +0000]
return; from with/etc.

11 years agostore coderefs as well as their refaddrs
Matt S Trout [Sun, 6 May 2012 22:40:30 +0000]
store coderefs as well as their refaddrs

11 years agoRelease commit for 1.001002 v1.001002
Matt S Trout [Sat, 5 May 2012 19:31:38 +0000]
Release commit for 1.001002

11 years agobump version
Matt S Trout [Sat, 5 May 2012 19:31:07 +0000]
bump version

11 years agoalter duplication test to not provoke Class::Method::Modifiers loading
Matt S Trout [Sat, 5 May 2012 19:30:32 +0000]
alter duplication test to not provoke Class::Method::Modifiers loading

12 years agoRelease commit for 1.001001 v1.001001
Matt S Trout [Fri, 27 Apr 2012 06:44:21 +0000]
Release commit for 1.001001

12 years agoversion bump for release
Matt S Trout [Fri, 27 Apr 2012 06:43:40 +0000]
version bump for release