gitmo/Mouse.git
2008-12-02 Tokuhiro Matsuno - added Moose::Util::apply_all_roles
2008-12-02 Tokuhiro Matsuno support requires on Mouse::Role.
2008-12-02 大沢 和宏 add TODO
2008-12-02 Daisuke Maki branch correctly
2008-11-02 Shawn M Moore Bump to 0.12
2008-11-02 Shawn M Moore Factoring
2008-11-02 Shawn M Moore Small fixes
2008-11-02 Shawn M Moore If we have nothing left to do for the accessor, we...
2008-11-02 Shawn M Moore Update Changes
2008-11-02 Shawn M Moore Inline the key in predicate and clearer too
2008-11-02 Shawn M Moore Various optimizations to regular accessors
2008-11-02 Shawn M Moore inlined_name which quotes
2008-11-02 Shawn M Moore Throw an error if a method eval fails
2008-11-02 Shawn M Moore Localize $_ only if we're checking a type constraint
2008-10-29 Chris Prather doc patch for lazy_build
2008-10-28 Shawn M Moore Bump to 0.11
2008-10-28 Shawn M Moore Changes
2008-10-28 Shawn M Moore Remove the version number copied from oose
2008-10-28 Shawn M Moore require Moose 0.59 doesn't work, need to use: Moose...
2008-10-28 Shawn M Moore Require Moose 0.59 for these tests (not sure when this...
2008-10-24 Ricardo SIGNES ouse.pm!
2008-10-24 Ricardo SIGNES doc undef for init_arg
2008-10-19 Shawn M Moore Include CMM, why not
2008-10-19 Shawn M Moore Include CMOP and Moose versions in the dependency display
2008-09-29 Shawn M Moore Bump to 0.10
2008-09-29 Shawn M Moore Changes, 0.09
2008-09-29 Shawn M Moore Delete the role test for now, we need to track Class...
2008-09-29 Shawn M Moore We need to skip the moose_extends_mouse tests in the...
2008-09-29 Shawn M Moore use Carp so Carp::croak is defined (fixes some test...
2008-09-28 Shawn M Moore Failing test for mixing in a method from a role
2008-09-28 Shawn M Moore Ignore .prove
2008-09-28 Shawn M Moore Move generate-mouse-tiny into author/ so blib doesn...
2008-09-28 Shawn M Moore Tests for Mouse::Tiny + Mouse
2008-09-28 Shawn M Moore Bail out of Mouse::Tiny if Mouse is loaded -- we alread...
2008-09-28 Shawn M Moore Ignore the generated Mouse::Tiny
2008-09-28 Shawn M Moore First stab at generating Mouse::Tiny
2008-09-28 Shawn M Moore Don't construct a Test::Builder at BEGIN time, only...
2008-09-28 Shawn M Moore Run all of Mouse::Util at BEGIN time
2008-09-28 Shawn M Moore Notify us of what versions of everything we have from...
2008-09-28 Shawn M Moore Small doc tweaks
2008-09-28 Shawn M Moore Credit Yuval, he's done a bunch of hacking
2008-09-28 Shawn M Moore Note our deplessness
2008-09-28 Shawn M Moore Facts!
2008-09-28 Shawn M Moore Changes
2008-09-28 Shawn M Moore Doc that we have implementations for throws_ok and...
2008-09-28 Shawn M Moore Skip some tests if we don't have Class::Method::Modifiers
2008-09-28 Shawn M Moore Fixes for $Test::Builder::Tester, we want to invoke...
2008-09-28 Shawn M Moore We no longer depend on Test::Exception
2008-09-28 Shawn M Moore Test::Exception!
2008-09-28 Shawn M Moore Add throws_ok to Mouse::Util
2008-09-28 Shawn M Moore Begin replacing Test::Exception with a Moose::Util...
2008-09-28 Shawn M Moore We don't need to do both eval and Module::Name -> Modul...
2008-09-28 Shawn M Moore Simplification of blessed, we don't need to lift the...
2008-09-28 Shawn M Moore We need consistency for this one
2008-09-28 Shawn M Moore Bump to 0.08
2008-09-28 Shawn M Moore one day a stray empty line will kill me
2008-09-28 Shawn M Moore doc
2008-09-28 Shawn M Moore Alter the weaken support a bit
2008-09-28 Shawn M Moore Changes
2008-09-28 Shawn M Moore Remove dep on CMM by just delay-loading
2008-09-28 Shawn M Moore Remove dependency on Scalar::Util
2008-09-28 Shawn M Moore weaken for Mouse::Util which will load up Scalar::Util
2008-09-28 Shawn M Moore Skip t/021-weak-ref if we don't have Scalar::Util
2008-09-28 Shawn M Moore openhandle
2008-09-28 Shawn M Moore reftype (which is used by openhandle but not Mouse...
2008-09-28 Shawn M Moore looks_like_number
2008-09-28 Shawn M Moore Mouse::Util::blessed
2008-09-28 Shawn M Moore use Mouse::Util 'get_linear_isa' instead of MRO::Compat...
2008-09-28 Shawn M Moore Mouse::Util for pure-perl implementations of functions...
2008-09-28 Shawn M Moore Make requires/excludes an error until they are implemented
2008-09-28 Shawn M Moore ..and the Makefile.PL
2008-09-28 Shawn M Moore Drop Sub::Exporter from Mouse::Role
2008-09-27 Shawn M Moore Remove dependency on Sub::Exporter for Mouse (Mouse...
2008-09-11 Shawn M Moore Remove blessed from Mouse::Object because it's not...
2008-09-11 Shawn M Moore Remove MRO::Compat from Mouse::Object, it now uses...
2008-09-11 Shawn M Moore Remove before/around triggers
2008-07-30 Shawn M Moore On role apply, apply all method modifiers
2008-07-30 Shawn M Moore Refactor regular class method modifier addition to...
2008-07-30 Shawn M Moore Fix which add-modifier method gets called
2008-07-30 Shawn M Moore Add support for adding method modifiers to a role metaclass
2008-07-30 Shawn M Moore Add get_before_method_modifiers etc
2008-07-30 Shawn M Moore Failing tests for method modifiers in a role
2008-07-30 Shawn M Moore (no commit message)
2008-07-24 Yuval Kogman Moose extending Mouse test & minor fixes
2008-07-23 Shawn M Moore Bump to 0.07
2008-07-23 Shawn M Moore Deprecate hash-triggers
2008-07-20 Shawn M Moore Add a stub make_immutable for some Moose compat
2008-07-17 Shawn M Moore Saved by the peri grin! (trigger doc)
2008-07-17 Shawn M Moore Bump to 0.06
2008-07-16 Shawn M Moore Update some doc
2008-07-16 Shawn M Moore Remove dependency on Test::Warn by catching the warning...
2008-07-16 Shawn M Moore More consistent header
2008-07-16 Shawn M Moore Add the lamest changelog entry ever
2008-07-16 Shawn M Moore Keep track of the instantiated metaclass in associated_...
2008-07-16 Shawn M Moore Metaclass->add_method
2008-07-16 Shawn M Moore Moose compat: Rename attribute->class to attribute...
2008-07-16 Shawn M Moore Moose error compat
2008-07-16 Shawn M Moore Doc for the new trigger. Yikes. Save me perigrin!
2008-07-16 Shawn M Moore We already know $args->{trigger} is true in this codepath
2008-07-16 Shawn M Moore Flesh out Changes, because I want to release soonish..
next