Chris Prather [Thu, 25 Jun 2009 17:38:05 +0000]
update Changes to document duck type documentation
Chris Prather [Thu, 25 Jun 2009 17:23:30 +0000]
correct some spelling
Chris Prather [Thu, 25 Jun 2009 15:47:23 +0000]
add docs for ducktype handles that Sartak wrote
Hans Dieter Pearcey [Thu, 25 Jun 2009 15:35:03 +0000]
s/XX/84/
Shawn M Moore [Thu, 25 Jun 2009 06:47:55 +0000]
Allow Moose::Meta::TypeConstraint::DuckType in handles, since it is just a list of methods
Shawn M Moore [Thu, 25 Jun 2009 06:27:28 +0000]
Punctuation
Shawn M Moore [Thu, 25 Jun 2009 06:26:49 +0000]
Reify duck type from a regular subtype into an actual class
Shawn M Moore [Thu, 25 Jun 2009 04:38:05 +0000]
Copy and paste doc is bad! :)
Shawn M Moore [Thu, 25 Jun 2009 04:20:29 +0000]
all does what we want anyway, no need for the weird if/return stuff
Shawn M Moore [Thu, 25 Jun 2009 04:18:46 +0000]
We no longer use $class
Shawn M Moore [Thu, 25 Jun 2009 04:13:38 +0000]
The Object type constraint filters out Regexp
Hans Dieter Pearcey [Wed, 24 Jun 2009 21:02:06 +0000]
update Changes
Hans Dieter Pearcey [Wed, 24 Jun 2009 21:01:04 +0000]
associate methods installed by delegation
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:55:02 +0000]
fix english
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:50:03 +0000]
document 'bare'
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:46:43 +0000]
finish the bare_attribute merge that I somehow screwed up
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:43:54 +0000]
Merge branch 'bare_attribute'
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:27:01 +0000]
warn instead of dying
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:22:58 +0000]
document new behavior
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:27:01 +0000]
warn instead of dying
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:22:58 +0000]
document new behavior
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:17:07 +0000]
back out 'bare' attribute changes (moving to a branch)
Hans Dieter Pearcey [Wed, 24 Jun 2009 20:15:40 +0000]
don't override attach_to_class, override install_accessors
Hans Dieter Pearcey [Wed, 24 Jun 2009 18:15:40 +0000]
die on attributes with no methods and no is => 'bare'
Jay Kuri [Tue, 23 Jun 2009 21:23:02 +0000]
Doc patch to better explain BUILD arguments better
Dave Rolsky [Tue, 23 Jun 2009 19:18:26 +0000]
Add release date
Dave Rolsky [Tue, 23 Jun 2009 19:18:10 +0000]
require CMOP 0.88
Dave Rolsky [Tue, 23 Jun 2009 19:17:42 +0000]
bump version to 0.83
Jesse Luehrs [Tue, 23 Jun 2009 05:27:55 +0000]
these todo tests work now, with cmop fixes
Jesse Luehrs [Tue, 23 Jun 2009 05:26:40 +0000]
the metaclass is a Moose::Meta::Class, so it should be immutable
Jesse Luehrs [Tue, 23 Jun 2009 05:25:34 +0000]
test that the trait is still applied
Jesse Luehrs [Mon, 22 Jun 2009 14:27:26 +0000]
make this test more correct with regards to immutability of metaclasses
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 [Mon, 22 Jun 2009 13:32:35 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 [Mon, 22 Jun 2009 13:30:08 +0000]
mention MooseX::NonMoose in extensions manual
* patch written by billb on IRC
Dave Rolsky [Sun, 21 Jun 2009 20:18:01 +0000]
Add a conflict on MX::Singleton 0.17
Dave Rolsky [Sun, 21 Jun 2009 20:01:05 +0000]
bump version to 0.82
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 [Mon, 22 Jun 2009 11:13:13 +0000]
correct pod document name
* fixes indexing on search.cpan.org, reported by abraxxa on IRC
Jesse Luehrs [Mon, 22 Jun 2009 05:38:58 +0000]
readding the __MOP__ key fixes this TODO test
Jesse Luehrs [Mon, 22 Jun 2009 05:35:54 +0000]
update Changes
Jesse Luehrs [Sun, 21 Jun 2009 20:34:10 +0000]
just use _construct_instance from CMOP
Dave Rolsky [Sun, 21 Jun 2009 20:00:26 +0000]
add changes version & release date
Dave Rolsky [Sun, 21 Jun 2009 16:30:58 +0000]
Shut up a warning about not overwriting DESTROY
Dave Rolsky [Sun, 21 Jun 2009 16:22:35 +0000]
work with Inlined changes in CMOP
Dave Rolsky [Sun, 21 Jun 2009 15:47:33 +0000]
require CMOP 0.87 ($NEXT)
Dave Rolsky [Sun, 21 Jun 2009 15:46:39 +0000]
The content of the warning for wrapped structors has changed
Dave Rolsky [Sun, 21 Jun 2009 15:44:54 +0000]
dictionary updates for spell test
Dave Rolsky [Sun, 21 Jun 2009 15:44:43 +0000]
No plural of syntax
Dave Rolsky [Sun, 21 Jun 2009 15:42:37 +0000]
Tone down the judgement, add another reason to use MX::Singleton
Dave Rolsky [Sun, 21 Jun 2009 15:40:12 +0000]
Inherit from CMOP::Method::Inlined, not ::Generated
Yuval Kogman [Sun, 21 Jun 2009 15:13:01 +0000]
Check that the value is an object in duck_type TC
dandv [Wed, 10 Jun 2009 05:26:57 +0000]
Added POD about the 'documentation' option for the 'has' function
Moritz Onken [Sat, 13 Jun 2009 22:42:16 +0000]
test removed
Moritz Onken [Sat, 13 Jun 2009 22:09:22 +0000]
failing test class_type meta class
Dylan William Hardison [Thu, 11 Jun 2009 15:59:03 +0000]
You CAN use trigger on read-only attributes.
Dave Rolsky [Thu, 11 Jun 2009 08:02:54 +0000]
single quotes for non-interpolating strings
Dave Rolsky [Thu, 11 Jun 2009 08:02:38 +0000]
Remove useless BEGIN and tidy code
Dave Rolsky [Thu, 11 Jun 2009 08:02:01 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
Dylan William Hardison [Thu, 11 Jun 2009 02:50:17 +0000]
added test for DESTROY/immutable regression in moose 0.80/0.81.
Matt S Trout [Wed, 10 Jun 2009 19:36:00 +0000]
mention manual fixups in Changes
Matt S Trout [Wed, 10 Jun 2009 19:34:42 +0000]
mention MooseX::Types early to avoid users falling down a rathole
Matt S Trout [Wed, 10 Jun 2009 19:34:26 +0000]
add some notes about a few extensions
Rafael Kitover [Tue, 9 Jun 2009 23:49:16 +0000]
add note that has '+foo' does not work in roles that compose over another role
Rafael Kitover [Tue, 9 Jun 2009 23:29:39 +0000]
removing last added test as it should not work by design
Rafael Kitover [Tue, 9 Jun 2009 23:09:49 +0000]
added TODO test for +attribute in a role that composes over another role
Dave Rolsky [Mon, 8 Jun 2009 22:15:19 +0000]
Add a TODO item for error
Dave Rolsky [Sun, 7 Jun 2009 21:15:10 +0000]
bump version to 0.81
Dave Rolsky [Sun, 7 Jun 2009 21:15:01 +0000]
bump CMOP prereq to 0.85
Dave Rolsky [Sun, 7 Jun 2009 21:13:38 +0000]
Remove incorrect statement about CPAN.pm
Dave Rolsky [Sat, 6 Jun 2009 19:50:58 +0000]
Fix tests that I broke with my reformatting
Dave Rolsky [Sat, 6 Jun 2009 19:48:14 +0000]
It's a TODO test now
Dave Rolsky [Sat, 6 Jun 2009 19:47:52 +0000]
Make this a TODO test since it's easily worked around. Load Moose.pm before loading Moose::Meta::Class.
Dave Rolsky [Sat, 6 Jun 2009 19:43:20 +0000]
Formatting
Dave Rolsky [Sat, 6 Jun 2009 19:42:50 +0000]
Formatting
Dave Rolsky [Sat, 6 Jun 2009 19:41:44 +0000]
rename this test
Dave Rolsky [Sat, 6 Jun 2009 19:38:37 +0000]
Minor formatting tweaks in Changes
Dave Rolsky [Sat, 6 Jun 2009 19:37:24 +0000]
bump version to 0.80
Dave Rolsky [Sat, 6 Jun 2009 19:37:10 +0000]
Add release date
Shawn M Moore [Thu, 4 Jun 2009 06:28:09 +0000]
Attribute the change to alias
Shawn M Moore [Thu, 4 Jun 2009 06:26:34 +0000]
We do have doc now!
Shawn M Moore [Thu, 4 Jun 2009 05:15:48 +0000]
Improve the error message of a role using "extends"
Dave Rolsky [Wed, 3 Jun 2009 19:42:23 +0000]
Wording and formatting tweaks for Changes
Jesse Luehrs [Tue, 2 Jun 2009 23:41:10 +0000]
metarole is past the scary experimental stage, i think
Shawn M Moore [Tue, 2 Jun 2009 04:06:26 +0000]
Excluding a conflicting method is a certainly valid resolution (Ovid++)
Guillermo Roditi [Mon, 1 Jun 2009 21:29:26 +0000]
changelog
Guillermo Roditi [Mon, 1 Jun 2009 21:25:34 +0000]
Add test for infinite recursion when creating an anon class with Moose::Object
as the superclass
Shawn M Moore [Sun, 31 May 2009 05:03:01 +0000]
Save the curses for comments O:)
Shawn M Moore [Sun, 31 May 2009 04:56:01 +0000]
Moose::Manual::Delta isn't for our internal test changes, silly yuval
Shawn M Moore [Sun, 31 May 2009 04:53:36 +0000]
Changes entry for today's branch :)
Shawn M Moore [Sun, 31 May 2009 02:57:10 +0000]
Use class/type information instead of a useless is_conflict method
Shawn M Moore [Sun, 31 May 2009 02:53:32 +0000]
More doc for Method::Conflicting
Shawn M Moore [Sun, 31 May 2009 02:49:31 +0000]
Merge branch 'master' into role-methods
Conflicts:
lib/Moose/Meta/Role.pm
Shawn M Moore [Sun, 31 May 2009 02:42:25 +0000]
Make roles required
Shawn M Moore [Sun, 31 May 2009 02:37:22 +0000]
Add Ovid's test case
Shawn M Moore [Sun, 31 May 2009 02:27:39 +0000]
Move Method::Conflicted to Conflicting
Shawn M Moore [Sun, 31 May 2009 02:27:15 +0000]
Begin s/conflicted/conflicting/
Shawn M Moore [Sun, 31 May 2009 02:19:54 +0000]
Make Conflicted immutable
Shawn M Moore [Sun, 31 May 2009 02:13:53 +0000]
Much better error message for role conflicts
Shawn M Moore [Sun, 31 May 2009 02:06:22 +0000]
Use role names for consistency with ToRole
Shawn M Moore [Sun, 31 May 2009 02:03:34 +0000]
Include roles in the role summation add_conflicted_method
Shawn M Moore [Sun, 31 May 2009 01:59:02 +0000]
Basic conflict message