gitmo/Mouse.git
2009-03-01 Tokuhiro Matsuno added attribute metaclass support.
2009-02-23 Shawn M Moore Throw a more useful error when users try to use a param...
2009-02-18 Shawn M Moore Bump to 0.18
2009-02-18 Shawn M Moore Changes, bump to 0.17 for release
2009-02-14 Chris Prather Add dump method from Moose::Object into Mouse::Object
2009-02-12 Tokuhiro Matsuno added Mouse::Util::apply_all_roles to @EXPORT_OK for...
2009-02-10 Shawn M Moore Load mro directly if Perl is recent enough (Nicholas...
2009-02-10 Shawn M Moore Update Changes
2009-02-10 Shawn M Moore Include CMMF in t/000-load
2009-02-10 Shawn M Moore Skip these tests if you have an old Moose
2009-02-10 Shawn M Moore Describe which versions of Moose we need when we skip...
2009-02-10 Shawn M Moore Throw a better error message when using a method modifi...
2009-02-10 Shawn M Moore Name for Mouse::Role
2009-02-09 Shawn M Moore Support for anonymous enums: enum [elements]
2009-02-05 Jesse Vincent Moose's make_immutable returns true allowing calling...
2009-02-05 Shawn M Moore Upgrading Moose fixed test failures in these files...
2009-02-05 Shawn M Moore Implement get_all_method_names
2009-02-05 Shawn M Moore Factor out some bits of get_method_list so I can write
2009-02-05 Shawn M Moore Bump to 0.16
2009-02-05 Shawn M Moore We backed this baby out
2009-02-05 Shawn M Moore Don't need to filter out MouseX any more
2009-02-05 Shawn M Moore We no longer have shebangs in pm files, so stop removin...
2009-02-05 Shawn M Moore Don't put ouse.pm into Mouse::Tiny
2009-02-05 Shawn M Moore Changes time
2009-02-05 Shawn M Moore Use Any::Moose instead!
2009-02-05 Shawn M Moore Doc adjustments
2009-02-05 Shawn M Moore Avoid the warning about exporting sugar into main
2009-02-05 Shawn M Moore MouseX::Types is now in its own dist
2009-02-05 Shawn M Moore Need to ignore override and super in the method list
2009-02-05 Shawn M Moore Back out the exists($_[1]) change since exists($array...
2009-02-05 Shawn M Moore Note enum and override/super implementations in Changes
2009-02-05 Shawn M Moore Implement override/super
2009-02-05 Shawn M Moore Implement basic usage of "enum" type constraints
2009-02-05 Shawn M Moore Don't require there to be a BUILDARGS method; fix undef...
2009-02-05 Shawn M Moore Settle for respecting inline_constructor for now
2009-02-05 Shawn M Moore We can't support this yet, so TODO and make sure we...
2009-02-05 Shawn M Moore Ensure that we're not blowing away an inherited constructor
2009-02-05 Shawn M Moore Extra ;
2009-02-05 Shawn M Moore Add a shim Mouse::TypeRegistry that warns and sends...
2009-02-05 Shawn M Moore More changes
2009-02-05 Shawn M Moore Document more changes
2009-02-05 Shawn M Moore TODOify it for now
2009-02-05 Shawn M Moore Fix prototype on message {...}
2009-02-05 Shawn M Moore Failing test for using a custom message in a subtype
2009-02-03 Shawn M Moore Benchmarking indicates that exists($_[1]) is faster...
2009-02-03 Shawn M Moore MouseX::Types can now use MUTc->export_to_level
2009-02-03 Shawn M Moore Use Exporter for Mouse::Util::TypeConstraints
2009-01-18 Dann refactored out fast method modifier as Class::Method...
2009-01-13 Dann use Data::Util to make modifier fast if Data::Util...
2009-01-10 Dann suppress warnings when we use around and has "+..."
2009-01-06 Shawn M Moore MouseX::Stop::it!
2008-12-22 Shawn M Moore Typo fix
2008-12-22 Shawn M Moore Better test here; check the error message
2008-12-22 Shawn M Moore Rename this class to avoid a type collision
2008-12-22 Shawn M Moore Write the anon-class test such that we can run it again...
2008-12-22 Shawn M Moore We do need to copy %options so we can use $options...
2008-12-22 Shawn M Moore Begin stealing more Moose meta API
2008-12-22 Shawn M Moore Same API as Moose for Mouse::Meta::Attribute->new
2008-12-22 Shawn M Moore Need to specify package names
2008-12-22 Shawn M Moore Don't try to import Mouse's sugar into main here
2008-12-22 Shawn M Moore Don't do the use_ok test
2008-12-22 Shawn M Moore class_type shouldn't load the class (Moose compat;...
2008-12-22 Shawn M Moore Remove the redefine type tests for now, they'll go...
2008-12-22 Shawn M Moore You can redefine types in the original package
2008-12-22 Shawn M Moore Coerce a type that won't fail us later (damn you Moose)
2008-12-22 Shawn M Moore Only set @ARGV if it's empty
2008-12-22 Shawn M Moore Keep track of the source package of each type; other...
2008-12-22 Shawn M Moore Style
2008-12-22 Shawn M Moore Rename the has from %SUBTYPE to %TYPE
2008-12-22 Shawn M Moore HashRefa looks like a typo
2008-12-22 Shawn M Moore Moose::Tiny is not the same as Mouse::Tiny
2008-12-22 Shawn M Moore Rename the method to verify_against_type_constraint...
2008-12-22 Shawn M Moore Better linear-isa tests (using the meta API)
2008-12-22 Shawn M Moore More uses of type in the tests
2008-12-22 Shawn M Moore "type" sugar for when you're not subtyping anything
2008-12-22 Shawn M Moore Finish renaming Mouse::TypeRegistry to Mouse::Util...
2008-12-22 Shawn M Moore Begin renaming Mouse::TypeRegistry to Mouse::Util:...
2008-12-22 Shawn M Moore Test that we don't export sugar into main
2008-12-21 Shawn M Moore Skip squirrel tests when munging s/Mouse/Moose/
2008-12-21 Shawn M Moore Add the script I've been using to munge tests to run...
2008-12-21 Shawn M Moore Finish renaming these test modules
2008-12-21 Shawn M Moore Remove Anti
2008-12-21 Shawn M Moore Okay, these are the right names
2008-12-21 Shawn M Moore Begin renaming some test files so it's easier to test...
2008-12-21 Shawn M Moore Missing features aren't!
2008-12-20 Shawn M Moore Bump to 0.15
2008-12-20 Shawn M Moore 0.13 and 0.14 Changes
2008-12-20 Shawn M Moore Fix the header in MouseX::Types
2008-12-16 Shawn M Moore Bump to 0.14
2008-12-16 Shawn M Moore empty line
2008-12-16 Shawn M Moore MRO::Compat is the only module loaded by Mouse::Util...
2008-12-16 Shawn M Moore Changes.. too many to list right now
2008-12-16 Shawn M Moore Don't put MouseX files into Mouse::Tiny
2008-12-09 Chris Prather if you are gonna blame me, get the spelling correct
2008-12-09 Shawn M Moore Ignore "used only once" warning
2008-12-09 Shawn M Moore Make the constructor code easier to read
2008-12-09 Shawn M Moore Only inline BUILDARGS if the class has one that isn...
2008-12-09 Shawn M Moore Add type constraint
2008-12-09 Shawn M Moore Generated constructor cleanup
2008-12-09 Shawn M Moore Test for init_arg => undef
next