2008-12-03 |
Dave Rolsky |
Document latest speed tweak |
commit | commitdiff | tree | snapshot |
2008-12-03 |
Dave Rolsky |
Make the type constraint classes immutable in |
commit | commitdiff | tree | snapshot |
2008-11-29 |
Shawn M Moore |
Use the new method->execute API for BUILDALL and DEMOLI... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Dave Rolsky |
Document chris's constructor fix 0.62 |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Dave Rolsky |
update MANIFEST |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Dave Rolsky |
Add release date |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Dave Rolsky |
bump version to 0.62 |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Dave Rolsky |
require Class::MOP 0.71 |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Dave Rolsky |
Fix the changelog whitespacing |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Tomas Doran |
Make removing attributes also remove their installed... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Shawn M Moore |
Attempt to explain why a role that just requires method... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Shawn M Moore |
Use single quotes for consistency |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Shawn M Moore |
Changes tweaks |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Shawn M Moore |
Fix the error message when we're composing role A with... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Shawn M Moore |
Make sure we properly blow away the anon role's symbol... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Shawn M Moore |
Weaken anonymous roles in the metaclass lookup table... |
commit | commitdiff | tree | snapshot |
2008-11-26 |
Shawn M Moore |
Test that we free anonymous roles automatically (we... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Shawn M Moore |
ditto load_class |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Shawn M Moore |
Make sure that creating an anonymous role satisfies... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Shawn M Moore |
More consistent errors for roles (don't really want... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Shawn M Moore |
Be more consistent with the Moose::Meta::Class->create... |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Shawn M Moore |
Make pod coverage happy |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Shawn M Moore |
More tests |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Shawn M Moore |
First cut of anonymous roles! |
commit | commitdiff | tree | snapshot |
2008-11-25 |
Shawn M Moore |
Moose::Meta::Role->create for dynamic role construction |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Prather |
remove the number check from M:M:Constructor.pm to... |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Prather |
add '0 but true' |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Prather |
add more use cases |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Prather |
move to teh right name |
commit | commitdiff | tree | snapshot |
2008-11-21 |
Chris Prather |
add failing test for octal problem |
commit | commitdiff | tree | snapshot |
2008-11-17 |
Shawn M Moore |
Remove the make_immutable keyword, it's been deprecated... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Tomas Doran |
Add a comment as per the traits case |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Tomas Doran |
Fix another reentrancy issue in Moose::Exporter by... |
commit | commitdiff | tree | snapshot |
2008-11-16 |
Tomas Doran |
Fix 1 char POD bug |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Dave Rolsky |
Depend on Task::Weaken so we know we have an XS Scalar... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Shawn M Moore |
typo fix |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Shawn M Moore |
Factor out wrapper creation so users can give a prototy... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Stevan Little |
fixed a method exclusion/aliasing bug |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
Update changes for 0.61 0.61 |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
Tidy the code (and clean up rampant wacky whitespace... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
Tidy the code, which also removes whitespace on otherwi... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Dave Rolsky |
Add the version bits to all .pm files |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Dave Rolsky |
Fix typo in my own name |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Dave Rolsky |
used perl-reversion to bump version to 0.61 |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Dave Rolsky |
Small formatting fix |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Dave Rolsky |
Add a few more tests for ->associated_metaclass on... |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Dave Rolsky |
Moose::Meta::Class->get_method_map was both broken... |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Dave Rolsky |
Remove a bunch of commented out code (all tests still... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Yuval Kogman |
more create_child_type fixes (Role, Enum) |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Yuval Kogman |
more create_child_type fixes (Role, Enum) |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Chris Prather |
doc patch for lazy_build and clean up some other attrib... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
Dave Rolsky |
Fix lie in the docs (error_class does to have a default) |
commit | commitdiff | tree | snapshot |
2008-10-29 |
John Napiorkowski |
moved name attribute normalization out of Moose::Util... |
commit | commitdiff | tree | snapshot |
2008-10-29 |
John Napiorkowski |
make sure a type constrain name makes sense, properly... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Dave Rolsky |
changes cleanup (gah, no tabs!) |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Prather |
load_class for a Role if the Role isn't already loaded... |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Prather |
fix the doap tag on the cabal |
commit | commitdiff | tree | snapshot |
2008-10-27 |
Chris Prather |
add the Cabal to the doap file |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dave Rolsky |
Remove doubled changes entry |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dave Rolsky |
Dates are confusing |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dave Rolsky |
Update the MANIFEST 0.60 |
commit | commitdiff | tree | snapshot |
2008-10-24 |
John Napiorkowski |
added tests for the subtyping parameterized constraints... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
John Napiorkowski |
if a parameterizable constraint get parameterized,... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
John Napiorkowski |
parameterized contstraints when subclassing should... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Florian Ragwitz |
Fix some typos in the pod. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dave Rolsky |
Final change log updates before 0.60. Just cleaning... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
John Napiorkowski |
updated changelog |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Shawn M Moore |
No need to waste time binding arguments that are just... |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Dave Rolsky |
Add tests for creating subtype of a Class type constraint. |
commit | commitdiff | tree | snapshot |
2008-10-24 |
Yuval Kogman |
update pod link to not use a search.cpan.org uri |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
Need to override create_child_type for Class TC's so... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
bump all versions to 0.60 |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
Small wording tweak |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
Add changes entry for restoration of parameterized... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
Remove some redundant comments and tidy the code. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
Tidy some code here. Also remove an unused variable. |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
s/childtype/child_type/g - why ignore every naming... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
Dave Rolsky |
Merge the parameterized_type_fixes to trunk |
commit | commitdiff | tree | snapshot |
2008-10-23 |
John Napiorkowski |
removed some debug stuff |
commit | commitdiff | tree | snapshot |
2008-10-23 |
John Napiorkowski |
changed the way subtypes are made so that we delegate... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Dave Rolsky |
Require a more modern Test::More, because 0.75 (at... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Dave Rolsky |
Just require the latest Scalar::Util (which is still... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Dave Rolsky |
Tests for resolve_meta{class,trait}_alias in Moose... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Tomas Doran |
Also bump version in Moose.pm, as pointed out by autarc... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
Tomas Doran |
Speedups in does for MooseX::Storage, should also make... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
John Napiorkowski |
first pass at restoring parametrization changes and... |
commit | commitdiff | tree | snapshot |
2008-10-22 |
John Napiorkowski |
new branch to fix parameter types |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dave Rolsky |
Make gross construct ever so slightly less gross in... |
commit | commitdiff | tree | snapshot |
2008-10-21 |
Dave Rolsky |
Fix typo in comment |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Dave Rolsky |
Fix bug with -traits to Moose |
commit | commitdiff | tree | snapshot |
2008-10-16 |
Tomas Doran |
TODO Test for bug in Moose::Exporter |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dave Rolsky |
bump version to 0.59 0.59 |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dave Rolsky |
Add release date |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Dave Rolsky |
Add () which apparently was needed for at least one... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Dave Rolsky |
Really fix the speling mistake |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Dave Rolsky |
Fix a spelling mistake |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Dave Rolsky |
Add my email address |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Prather |
organize alphabetically / by time they entered the... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Prather |
spellcheck community |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Chris Prather |
refactor the AUTHORS into CABAL/NonCabal |
commit | commitdiff | tree | snapshot |
next |