2008-07-02 |
Yuval Kogman |
check that attr and method conflict in two different... |
tree | commitdiff |
2008-07-02 |
Yuval Kogman |
add TODO tests for various role/attr related features |
tree | commitdiff |
2008-06-30 |
Adam J. Foxson |
In the case where a child type constraint's parent... |
tree | commitdiff |
2008-06-28 |
Yuval Kogman |
add UNIVERSAL::DOES support to Moose::Object |
tree | commitdiff |
2008-06-27 |
Yuval Kogman |
renumber test from branch |
tree | commitdiff |
2008-06-27 |
Yuval Kogman |
Merge 'inline_wrapped_constructor' into 'trunk' |
tree | commitdiff |
2008-06-27 |
Yuval Kogman |
Merge 'inline_wrapped_constructor' into 'trunk' |
tree | commitdiff |
2008-06-27 |
Yuval Kogman |
do while sucks |
tree | commitdiff |
2008-06-27 |
Yuval Kogman |
test under various mutablation scenarios |
tree | commitdiff |
2008-06-27 |
Yuval Kogman |
comment for new test |
tree | commitdiff |
2008-06-27 |
Yuval Kogman |
t0m's around vs. immutable bug |
tree | commitdiff |
2008-06-26 |
Yuval Kogman |
test for BUILDARGS |
tree | commitdiff |
2008-06-24 |
Shawn M Moore |
Test that the sugar from Moose::Role is unimported... |
tree | commitdiff |
2008-06-24 |
Shawn M Moore |
Test that "no Moose::Role" doesn't explode, qualify... |
tree | commitdiff |
2008-06-24 |
Shawn M Moore |
Add support for meta_attr->does("ShortAlias") |
tree | commitdiff |
2008-06-23 |
Dave Rolsky |
Make the immutable constructor provide the same nice... |
tree | commitdiff |
2008-06-19 |
Dave Rolsky |
This change gets Recipe 11 working. Here are the detail... |
tree | commitdiff |
2008-06-13 |
Shawn M Moore |
Skip the recipe 11 tests, they don't work yet :( |
tree | commitdiff |
2008-06-11 |
Shawn M Moore |
Improve the DEMOLISHALL tests to check ordering, in... |
tree | commitdiff |
2008-06-11 |
Tokuhiro Matsuno |
added test for Moose::Cookbook::Recipe11. |
tree | commitdiff |
2008-06-10 |
Stevan Little |
fixing bug, thanks to Sartak |
tree | commitdiff |
2008-06-04 |
Stevan Little |
some speed gains and a new test |
tree | commitdiff |
2008-06-03 |
Yuval Kogman |
Fix Evan's required/writer/accessor bug |
tree | commitdiff |
2008-06-03 |
Evan Carroll |
added a test for required=>1,undef with type that permi... |
tree | commitdiff |
2008-05-28 |
Stevan Little |
fixing the destructor, so it doesnt need to be created |
tree | commitdiff |
2008-05-28 |
Guillermo Roditi |
add test for modifier order to prevent regressions |
tree | commitdiff |
2008-05-24 |
Dave Rolsky |
add a trustme for intialize_body, rather than actually... |
tree | commitdiff |
2008-05-24 |
Shawn M Moore |
Describe how easy to is to create a (or reproduce an... |
tree | commitdiff |
2008-05-24 |
Dave Rolsky |
Sartak already renamed this more sensibly |
tree | commitdiff |
2008-05-24 |
Dave Rolsky |
What was recipe 11 is now recipe 21 |
tree | commitdiff |
2008-05-24 |
Shawn M Moore |
Rename the recipe tests to match the current layout... |
tree | commitdiff |
2008-05-24 |
Shawn M Moore |
Basic test for recipe 22 |
tree | commitdiff |
2008-05-23 |
Shawn M Moore |
Allow trigger on ro (or no-accessor) attributes |
tree | commitdiff |
2008-05-21 |
Todd Hepler |
make has [...] => (...); work on a role |
tree | commitdiff |
2008-05-20 |
Stevan Little |
method modifier with regexp is done now |
tree | commitdiff |
2008-05-20 |
Stevan Little |
fixed the test for method modifiers |
tree | commitdiff |
2008-05-20 |
Dann |
supported RegExp method name for before/after/around... |
tree | commitdiff |
2008-05-17 |
Yuval Kogman |
Subtypes of parametrizables are parametrizable themselves |
tree | commitdiff |
2008-05-16 |
Shawn M Moore |
Fix a script's test count |
tree | commitdiff |
2008-05-15 |
Tomas Doran |
Failing test for Immutable issue (found by trying to... |
tree | commitdiff |
2008-05-14 |
Todd Hepler |
fix for Moose::Util::does_role() to handle non-Moose... |
tree | commitdiff |
2008-05-13 |
Stevan Little |
fixing the trigger/constructor bug |
tree | commitdiff |
2008-05-12 |
Stevan Little |
fixing a test bug about hash ordering |
tree | commitdiff |
2008-05-11 |
Stevan Little |
0.44 release |
tree | commitdiff |
2008-05-10 |
Stevan Little |
0.44 releaase soon |
tree | commitdiff |
2008-05-10 |
Brian Manning |
- added a regex for Win32 for the FilePath subtype... |
tree | commitdiff |
2008-04-29 |
Stevan Little |
0.42 |
tree | commitdiff |
2008-04-28 |
Stevan Little |
0.41 |
tree | commitdiff |
2008-04-25 |
Yuval Kogman |
tests for attr initialization in runtime roles |
tree | commitdiff |
2008-04-24 |
Yuval Kogman |
support traits/metaclasses in clone_and_inherit_whateve... |
tree | commitdiff |
2008-04-24 |
Yuval Kogman |
more attr traits tests |
tree | commitdiff |
2008-04-20 |
Tomas Doran |
Allow overriding of metaclass and traits in has '+... |
tree | commitdiff |
2008-04-17 |
Stevan Little |
cleaning up stuff; |
tree | commitdiff |
2008-04-17 |
Stevan Little |
adding the applied_traits method to attr |
tree | commitdiff |
2008-04-16 |
Yuval Kogman |
unlink the DBM::Deep file at BEGIN time too to prevent... |
tree | commitdiff |
2008-04-14 |
Yuval Kogman |
allow isa => SomeRandomClass in +foo attr declarations |
tree | commitdiff |
2008-04-13 |
Yuval Kogman |
finish role tc test |
tree | commitdiff |
2008-04-13 |
Yuval Kogman |
Introduce TypeConstraint::Role, and add find_or_create_... |
tree | commitdiff |
2008-04-13 |
Stevan Little |
fixing trigger/coerce bug, adding test and reformating... |
tree | commitdiff |
2008-04-12 |
Yuval Kogman |
fix and test equals for various TC classes, and introdu... |
tree | commitdiff |
2008-04-12 |
Yuval Kogman |
equals testing for class type constraint |
tree | commitdiff |
2008-04-12 |
Yuval Kogman |
add a test for the 'class' attribute of TC::Class |
tree | commitdiff |
2008-04-05 |
Stevan Little |
fixing bug; |
tree | commitdiff |
2008-03-28 |
Stevan Little |
some doc tweaks and removing the ->includes_type from... |
tree | commitdiff |
2008-03-28 |
Shawn M Moore |
Inherited attributes may now be extended without restri... |
tree | commitdiff |
2008-03-28 |
Guillermo Roditi |
more behavior |
tree | commitdiff |
2008-03-28 |
Guillermo Roditi |
adding new test |
tree | commitdiff |
2008-03-27 |
Shawn M Moore |
A bunch of tests for includes_type |
tree | commitdiff |
2008-03-27 |
Shawn M Moore |
Instead of belaboring the point, make sure that "Type... |
tree | commitdiff |
2008-03-27 |
Shawn M Moore |
Some error checks (I think it's time for a dedicated... |
tree | commitdiff |
2008-03-27 |
Shawn M Moore |
Test for narrowing "Str | Int | ArrayRef" down to ... |
tree | commitdiff |
2008-03-27 |
Shawn M Moore |
Failing tests for narrowing a consumed attribute's... |
tree | commitdiff |
2008-03-27 |
Shawn M Moore |
Remove Str isa Str|ArrayRef tests (for now anyway)... |
tree | commitdiff |
2008-03-22 |
Shawn M Moore |
Failing tests for Str and ArrayRef being subtypes of... |
tree | commitdiff |
2008-03-22 |
Stevan Little |
moving stuff around a bit |
tree | commitdiff |
2008-03-21 |
Dave Rolsky |
An immutable constructor called non-lazy attribute... |
tree | commitdiff |
2008-03-20 |
Stevan Little |
adding the test |
tree | commitdiff |
2008-03-16 |
Stevan Little |
s/metaclass/__PACKAGE__->meta/ |
tree | commitdiff |
2008-03-16 |
Stevan Little |
s/make_immutable/metaclass->make_immutable/ |
tree | commitdiff |
2008-03-16 |
Todd Hepler |
tests for metaclass() export |
tree | commitdiff |
2008-03-14 |
Stevan Little |
some changes |
tree | commitdiff |
2008-03-14 |
Stevan Little |
adding in the ability to pass params to rebles when... |
tree | commitdiff |
2008-03-13 |
Guillermo Roditi |
allow class_type to accept a custom message. sorry... |
tree | commitdiff |
2008-03-11 |
Stevan Little |
tweaking formatting to match existing tests and code... |
tree | commitdiff |
2008-03-11 |
Jonathan Rockway |
add cache attribute to M::Meta::Class->create_anon_class |
tree | commitdiff |
2008-03-11 |
Jonathan Rockway |
add support for roles => [] option to Moose::Meta:... |
tree | commitdiff |
2008-03-11 |
Stevan Little |
fixing sartaks test |
tree | commitdiff |
2008-03-03 |
Shawn M Moore |
Failing make_immutable test case. It seems that inherit... |
tree | commitdiff |
2008-02-26 |
Stevan Little |
adding in anon-enums |
tree | commitdiff |
2008-02-24 |
Stevan Little |
has +name from role officially supported |
tree | commitdiff |
2008-02-18 |
Stevan Little |
making handles and AUTOLOAD play a bit better |
tree | commitdiff |
2008-02-16 |
Stevan Little |
fixing delegation |
tree | commitdiff |
2008-02-15 |
Stevan Little |
changelog on it |
tree | commitdiff |
2008-02-15 |
Stevan Little |
whoops |
tree | commitdiff |
2008-02-15 |
Stevan Little |
fixing tests |
tree | commitdiff |
2008-02-14 |
Stevan Little |
0.37 |
tree | commitdiff |
2008-02-11 |
Stevan Little |
a bug fix and some tweaks 0_37 |
tree | commitdiff |
2008-02-07 |
Stevan Little |
tweaking tests |
tree | commitdiff |
2008-02-07 |
Stevan Little |
more tests and the constructor stuff as well |
tree | commitdiff |
2008-02-07 |
Matt S Trout |
failing test for two subclasses of the same non-Moose... |
tree | commitdiff |
next |