2008-06-10 |
Stevan Little |
fixing bug, thanks to Sartak |
commit | commitdiff | tree | snapshot |
2008-06-06 |
Stevan Little |
adding stuff for MX::Literals |
commit | commitdiff | tree | snapshot |
2008-06-04 |
Stevan Little |
some speed gains and a new test |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Yuval Kogman |
Fix Evan's required/writer/accessor bug |
commit | commitdiff | tree | snapshot |
2008-06-03 |
Evan Carroll |
added a test for required=>1,undef with type that permi... |
commit | commitdiff | tree | snapshot |
2008-06-03 |
John Goulah |
first stab at a reserved keyword doc |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Stevan Little |
0.48 |
commit | commitdiff | tree | snapshot |
2008-05-29 |
Stevan Little |
0.47 |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Stevan Little |
0.46 |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Stevan Little |
fixing the destructor, so it doesnt need to be created |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Stevan Little |
fixing the destructor, so it doesnt need to be created |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Stevan Little |
initialize cleanup |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Stevan Little |
adding error message |
commit | commitdiff | tree | snapshot |
2008-05-28 |
Guillermo Roditi |
add test for modifier order to prevent regressions |
commit | commitdiff | tree | snapshot |
2008-05-27 |
Stevan Little |
some speedups in Moose |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Stevan Little |
0.45 |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Stevan Little |
0.45 |
commit | commitdiff | tree | snapshot |
2008-05-25 |
Stevan Little |
adding the Changes, and fixing the MANIFEST |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Dave Rolsky |
add a trustme for intialize_body, rather than actually... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Robert Boone |
so Moose::Meta::Method::Constructor can pass pod_coverage |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Shawn M Moore |
Describe how easy to is to create a (or reproduce an... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Shawn M Moore |
Some prose cleanups |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Dave Rolsky |
really update the manifest by re-running make manifest |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Dave Rolsky |
Sartak already renamed this more sensibly |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Dave Rolsky |
What was recipe 11 is now recipe 21 |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Shawn M Moore |
Rename the recipe tests to match the current layout... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Shawn M Moore |
Basic test for recipe 22 |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Shawn M Moore |
Most of recipe 22 (attribute traits). Could use more... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Shawn M Moore |
Whitespace tweaks. Gotta make those => line up |
commit | commitdiff | tree | snapshot |
2008-05-24 |
Shawn M Moore |
Add a confess to intialize_body in the Moose::Meta... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
Shawn M Moore |
Allow trigger on ro (or no-accessor) attributes |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Todd Hepler |
standardize on using croak instead of confess in the... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
Todd Hepler |
make has [...] => (...); work on a role |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Stevan Little |
method modifier with regexp is done now |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Stevan Little |
method modifier with regexp is done now |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Stevan Little |
fixed the test for method modifiers |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Stevan Little |
adding changes stuff |
commit | commitdiff | tree | snapshot |
2008-05-20 |
Dann |
supported RegExp method name for before/after/around... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Brian Manning |
- added some rough ideas for changes to the docs as... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Dave Rolsky |
Try to clarify when builder methods are called, and... |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Dave Rolsky |
A little bit of grammar/wordsmithing tweaks |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Stevan Little |
new DESCRIPTION, less justifiaction; |
commit | commitdiff | tree | snapshot |
2008-05-19 |
Stevan Little |
no more XS mah! |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Yuval Kogman |
ohloh link |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Stevan Little |
adding details ot the changelog |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Yuval Kogman |
Subtypes of parametrizables are parametrizable themselves |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Stevan Little |
trunk working again |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Shawn M Moore |
Ah.. it was called ProduceStoreArray because there... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Shawn M Moore |
Rename the ProduceStoreArray class to ProduceStore... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Shawn M Moore |
Fix a script's test count |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Shawn M Moore |
Ignore blib and Makefile.old |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Tomas Doran |
Failing test for Immutable issue (found by trying to... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Todd Hepler |
fix for Moose::Util::does_role() to handle non-Moose... |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Stevan Little |
fixing the trigger/constructor bug |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Jonathan Rockway |
use correct metaclass when applying roles to instances |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Stevan Little |
fixing a test bug about hash ordering |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Brian Manning |
- changed snack description to better describe how... |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Brian Manning |
- fixed extra comma in Perl5ObjsVsMooseObjs |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Dave Rolsky |
That's recipe 11, not 1. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Stevan Little |
0.44 release |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Dave Rolsky |
Add a missing semi-colon. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Stevan Little |
0.44 releaase soon |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Dave Rolsky |
A few tweaks. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Brian Manning |
- fixed the class name in the examples so that all... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Brian Manning |
- added a regex for Win32 for the FilePath subtype... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brian Manning |
- uploaded *correct* versions of HashRef/ArrayRef/Perl... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Brian Manning |
- initial commit of new snacks (short documents) for... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Yuval Kogman |
Avoid overloading in Moose::Object |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Matt S Trout |
cluck instead of warn |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Matt S Trout |
remove Build.PL, switch to tests_recursive, add auto_in... |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Dave Rolsky |
Add a missing brace |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Dave Rolsky |
Ok, this can be done with a default (but it'd be a... |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Dave Rolsky |
Recipe 11, method aliasing and exclusion with Roles |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dave Rolsky |
Fix changes for recipe 9 |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dave Rolsky |
Document builder names clearly. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dave Rolsky |
Remove bit about lazy attributes, since that's not... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dave Rolsky |
Add one more sentence justifying recommendation |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dave Rolsky |
Wrote recipe9, builder and lazy_build. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Dave Rolsky |
Remove duplicate =cut |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Dave Rolsky |
Took a shot at writing recipe 7 (it seemed easy enough) |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Stevan Little |
0.43 |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Stevan Little |
fixing stuff |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Stevan Little |
0.42 |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Tomas Doran |
Docs addition to go with the has '+' change I commited... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Stevan Little |
0.41 |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Yuval Kogman |
changelog |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Yuval Kogman |
tests for attr initialization in runtime roles |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Yuval Kogman |
support traits/metaclasses in clone_and_inherit_whateve... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Yuval Kogman |
metaclass and traits interpolation moved to Meta::Attribute |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Yuval Kogman |
more refactoring of _process_attribute |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Yuval Kogman |
Move the short name resolution magic of metaclass/trait... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Yuval Kogman |
more attr traits tests |
commit | commitdiff | tree | snapshot |
2008-04-20 |
Tomas Doran |
Allow overriding of metaclass and traits in has '+... |
commit | commitdiff | tree | snapshot |
2008-04-18 |
Yuval Kogman |
Allow type coercions to be declared from anon types |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Stevan Little |
cleaning up stuff; |
commit | commitdiff | tree | snapshot |
2008-04-17 |
Stevan Little |
adding the applied_traits method to attr |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Stevan Little |
adding changes and fixing some version numbers and... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Yuval Kogman |
unlink the DBM::Deep file at BEGIN time too to prevent... |
commit | commitdiff | tree | snapshot |
2008-04-16 |
Yuval Kogman |
inner() and super() no longer increment sub_generation... |
commit | commitdiff | tree | snapshot |
2008-04-14 |
Yuval Kogman |
allow isa => SomeRandomClass in +foo attr declarations |
commit | commitdiff | tree | snapshot |
next |