gitmo/Mouse.git
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
2008-12-09 Shawn M Moore Add tokuhirom and Yappo to AUTHORS
2008-12-09 Shawn M Moore Make this coerce test more discriminating
2008-12-09 Shawn M Moore Need to specify is => 'rw' for the test to be closer...
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 Use Test::Exception in this test
2008-12-09 Shawn M Moore Remove pointless shebang in each module
2008-12-09 Shawn M Moore Remove TODO file, yay
2008-12-09 Shawn M Moore Remove build-dep on Sub::Uplevel, Test::Exception can...
2008-12-09 Shawn M Moore Merge in shika-based!
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 update todo list
2008-12-07 Tokuhiro Matsuno improvement the compatibility with Moose.
2008-12-07 Tokuhiro Matsuno added test case for compatibility
2008-12-07 Tokuhiro Matsuno added more test cases
2008-12-07 Tokuhiro Matsuno call by full path
2008-12-07 Tokuhiro Matsuno use Scalar::Util directly
2008-12-07 Tokuhiro Matsuno skip temporary file for vim
2008-12-06 Tokuhiro Matsuno change directory structure
2008-12-06 Tokuhiro Matsuno added 'get' in benchmark script
2008-12-06 Tokuhiro Matsuno bug fixed when perl 5.8
2008-12-06 Tokuhiro Matsuno oops
2008-12-06 Tokuhiro Matsuno - depend to Scalar::Util when perl5.6.x
2008-12-06 Tokuhiro Matsuno revert XS related things
2008-12-06 Tokuhiro Matsuno revert XS related things. this is no advantage orz
2008-12-06 Tokuhiro Matsuno display module version in benchmark script
2008-12-06 Tokuhiro Matsuno always inject method to DESTROY
2008-12-06 Tokuhiro Matsuno inject empty DESTRUCT method for performance improvement.
2008-12-06 Tokuhiro Matsuno added benchmark script
2008-12-05 大沢 和宏 Encapsulation
2008-12-05 大沢 和宏 add immutable test
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 Ricardo SIGNES mark 033 todo
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 Ricardo SIGNES more specific
2008-12-05 Ricardo SIGNES default needs invocant
2008-12-05 Ricardo SIGNES reader/writer
2008-12-05 Shawn M Moore Tweak changes for release
2008-12-05 大沢 和宏 more optimized of TypeRegistry
2008-12-05 大沢 和宏 oops remove t/800_shikabased/007-create_class.t
2008-12-05 Shawn M Moore (no commit message)
2008-12-05 Shawn M Moore Update Changes
2008-12-05 大沢 和宏 mv t/800_shikabased/007-create_class.t t/800_shikabased...
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 test for isa improvement
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-04 大沢 和宏 add mluti option with test
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...
next