2009-06-26 |
Dave Rolsky |
bump version to 0.85 0.85 |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dave Rolsky |
update Changes for release |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Hans Dieter... |
rename to _check_associated_methods |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Shawn M Moore |
Make Moose and Moose::Role use strict |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Shawn M Moore |
Only test lib, t, and xt for tabs |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Shawn M Moore |
Convert tabs to spaces |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Shawn M Moore |
Add author tests for "no tabs" |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Hans Dieter... |
make check_associated_methods better |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dave Rolsky |
Make the MM::TC::Role type object's parent Object rathe... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Shawn M Moore |
Include the class name in the method-less attribute... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dave Rolsky |
bump version to 0.84 0.84 |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dave Rolsky |
Apparently the recent Moose::Exporter changes mean... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dave Rolsky |
Document Moose::Meta::Role get_*_method_modifiers fix |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dave Rolsky |
Update release date |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Dave Rolsky |
Formatting tweaks |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Jesse Luehrs |
move _caller_info into Moose::Util |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Jesse Luehrs |
update Changes |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Jesse Luehrs |
fix tests for definition_context stuff |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Jesse Luehrs |
only warn if the attribute was defined in the same... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Jesse Luehrs |
make has in roles set definition_context |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Jesse Luehrs |
this is now tested by 020/027.t |
commit | commitdiff | tree | snapshot |
2009-06-26 |
nperez |
Make mispelled or unknown additional attribute construc... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dave Rolsky |
update Changes |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dave Rolsky |
Reformatting of changes a bit |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Hans Dieter... |
tab fix |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Jesse Luehrs |
update Changes |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Jesse Luehrs |
test warnings for accessors overwriting existing methods |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Jesse Luehrs |
warn if an accessor overrides a locally defined method |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
Fix stevanism in a comment |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
Apply josh's Moose::Exporter improvements so we have... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
TODOify rbuels's failing test, see [rt.cpan.org #47350] |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Prather |
add DUCKTYPE to the excluded spelling list |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Prather |
exclude DuckType methods from Pod::Coverage tests |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dave Rolsky |
Deprecated the Role type (use role_type instead). |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dave Rolsky |
The Role type simply checks if $object->can('does') |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Dave Rolsky |
Make indentation in hierarchy consistent |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Prather |
update Changes to document duck type documentation |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Prather |
correct some spelling |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
We don't use English in Moose, or in these test files |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
Merge commit 'origin/meta_role_modifiers_bug' |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Chris Prather |
add docs for ducktype handles that Sartak wrote |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Hans Dieter... |
s/XX/84/ |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
Allow Moose::Meta::TypeConstraint::DuckType in handles... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
Punctuation |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
Reify duck type from a regular subtype into an actual... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
Copy and paste doc is bad! :) |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
all does what we want anyway, no need for the weird... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
We no longer use $class |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Shawn M Moore |
The Object type constraint filters out Regexp |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
update Changes |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
associate methods installed by delegation |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
fix english |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
document 'bare' |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
finish the bare_attribute merge that I somehow screwed up |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
Merge branch 'bare_attribute' |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
warn instead of dying |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
document new behavior |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
warn instead of dying |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
document new behavior |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
back out 'bare' attribute changes (moving to a branch) |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
don't override attach_to_class, override install_accessors |
commit | commitdiff | tree | snapshot |
2009-06-24 |
Hans Dieter... |
die on attributes with no methods and no is => 'bare' |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Jay Kuri |
Doc patch to better explain BUILD arguments better |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Dave Rolsky |
Add release date 0.83 |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Dave Rolsky |
require CMOP 0.88 |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Dave Rolsky |
bump version to 0.83 |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Jesse Luehrs |
these todo tests work now, with cmop fixes |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Jesse Luehrs |
the metaclass is a Moose::Meta::Class, so it should... |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Jesse Luehrs |
test that the trait is still applied |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Jesse Luehrs |
make this test more correct with regards to immutabilit... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Robert Buels |
added fix for bug tested in 4c8c390 |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Robert Buels |
added failing test for Moose::Meta::Role::get_... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Robert Buels |
added little test for warning when an attribute overrid... |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 |
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 |
mention MooseX::NonMoose in extensions manual |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dave Rolsky |
Add a conflict on MX::Singleton 0.17 |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Dave Rolsky |
bump version to 0.82 |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 |
correct pod document name |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Jesse Luehrs |
readding the __MOP__ key fixes this TODO test |
commit | commitdiff | tree | snapshot |
2009-06-22 |
Jesse Luehrs |
update Changes |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Jesse Luehrs |
just use _construct_instance from CMOP |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
add changes version & release date |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
Shut up a warning about not overwriting DESTROY |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
work with Inlined changes in CMOP |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
require CMOP 0.87 ($NEXT) |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
The content of the warning for wrapped structors has... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
dictionary updates for spell test |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
No plural of syntax |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
Tone down the judgement, add another reason to use... |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Dave Rolsky |
Inherit from CMOP::Method::Inlined, not ::Generated |
commit | commitdiff | tree | snapshot |
2009-06-21 |
Yuval Kogman |
Check that the value is an object in duck_type TC |
commit | commitdiff | tree | snapshot |
2009-06-21 |
dandv |
Added POD about the 'documentation' option for the... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Moritz Onken |
test removed |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Moritz Onken |
failing test class_type meta class |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Dylan William... |
You CAN use trigger on read-only attributes. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Dave Rolsky |
single quotes for non-interpolating strings |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Dave Rolsky |
Remove useless BEGIN and tidy code |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Dave Rolsky |
Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Dylan William... |
added test for DESTROY/immutable regression in moose... |
commit | commitdiff | tree | snapshot |
next |