Factor out some bits of get_method_list so I can write
[gitmo/Mouse.git] / lib /
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 Use Any::Moose instead!
2009-02-05 Shawn M Moore Doc adjustments
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 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 Ensure that we're not blowing away an inherited constructor
2009-02-05 Shawn M Moore Add a shim Mouse::TypeRegistry that warns and sends...
2009-02-05 Shawn M Moore Fix prototype on message {...}
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 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 class_type shouldn't load the class (Moose compat;...
2008-12-22 Shawn M Moore You can redefine types in the original package
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 Rename the method to verify_against_type_constraint...
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 Missing features aren't!
2008-12-20 Shawn M Moore Bump to 0.15
2008-12-20 Shawn M Moore Fix the header in MouseX::Types
2008-12-16 Shawn M Moore Bump to 0.14
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 Generated constructor cleanup
2008-12-09 Shawn M Moore Add tokuhirom and Yappo to AUTHORS
2008-12-09 Shawn M Moore For class constraints, it's good enough to be a subclas...
2008-12-09 Shawn M Moore More tweaks
2008-12-09 Shawn M Moore Anchor this same regex in Mouse::Meta::Role
2008-12-09 Shawn M Moore Tweaks to metaclass
2008-12-09 Shawn M Moore Anchor this exclusion regex so "has_list" etc will...
2008-12-09 Shawn M Moore Comments, style
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-09 Shawn M Moore Bring shika-based up to trunk
2008-12-08 大沢 和宏 oops, add testcase ( subtype 'Foo' => as 'Bar'; AND...
2008-12-08 大沢 和宏 pre load class in class_type
2008-12-08 大沢 和宏 implement to subtype's as is moose way
2008-12-07 Tokuhiro Matsuno improvement the compatibility with Moose.
2008-12-07 Tokuhiro Matsuno call by full path
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-06 Tokuhiro Matsuno bug fixed when perl 5.8
2008-12-06 Tokuhiro Matsuno - depend to Scalar::Util when perl5.6.x
2008-12-06 Tokuhiro Matsuno revert XS related things. this is no advantage orz
2008-12-06 Tokuhiro Matsuno always inject method to DESTROY
2008-12-06 Tokuhiro Matsuno inject empty DESTRUCT method for performance improvement.
2008-12-05 大沢 和宏 Encapsulation
2008-12-05 大沢 和宏 optimize for constructor and attribute
2008-12-05 大沢 和宏 set instance to attributes default code
2008-12-05 大沢 和宏 optimaized default values in constructor
2008-12-05 大沢 和宏 micro optimized
2008-12-05 大沢 和宏 support MouseX::Types's isa or ( isa => Str | Undef )
2008-12-05 大沢 和宏 support of isa or ( isa => ' Str | Undef ')
2008-12-05 大沢 和宏 oops, revert of revision 6879
2008-12-05 大沢 和宏 support of isa or ( isa => ' Str | Undef ')
2008-12-05 Shawn M Moore Fix for default in a constructor reported and tested...
2008-12-05 Shawn M Moore Bump to 0.13
2008-12-05 大沢 和宏 more optimized of TypeRegistry
2008-12-05 大沢 和宏 optimized
2008-12-04 Tokuhiro Matsuno this argument is not needed
2008-12-04 Tokuhiro Matsuno micro optimization
2008-12-04 Ricardo SIGNES should accept subclasses
2008-12-04 Tokuhiro Matsuno shortcut the flow for micro optimization.
2008-12-04 Tokuhiro Matsuno bug fixed: BUILD method doesn't works
2008-12-04 Tokuhiro Matsuno do not use same variable name twice.
2008-12-04 大沢 和宏 add with qw( Role1 Role2 ) support
2008-12-04 Tokuhiro Matsuno added Mouse::Meta::Class->create(_anon_class)?
2008-12-04 Tokuhiro Matsuno micro optimization
2008-12-04 Tokuhiro Matsuno we want to use older Exporter
2008-12-03 大沢 和宏 remove of a lot of copied document
2008-12-03 大沢 和宏 added MouseX::Types, MouseX::Types::Mouse
2008-12-03 大沢 和宏 remove trash
2008-12-03 Daisuke Maki don't attempt to require Scalar::Util if we're going...
2008-12-03 Tokuhiro Matsuno Exporter::Heavy is too heavy.And, this is enough in...
2008-12-03 Daisuke Maki put a hack around in there
2008-12-03 Daisuke Maki change location
2008-12-03 Daisuke Maki oops, copied the wrong sub
2008-12-03 Daisuke Maki attempt to require MRO::Compat. If that fails, use...
2008-12-03 Daisuke Maki 024 fails, but successfully loads and uses the XS versi...
2008-12-03 Daisuke Maki just a simple XSLoader for now
2008-12-03 大沢 和宏 more more moose way to type constraints
2008-12-03 Tokuhiro Matsuno overload::StrVal is needed
next