Fix the timing triggers are invoked
[gitmo/Mouse.git] / Makefile.PL
2009-09-22 gfx Fix the timing triggers are invoked
2009-09-22 gfx Add Mouse->moose_version for compatible Moose version...
2009-09-22 gfx Change, Fix, Improve
2009-09-22 gfx Fix Makefile.PL to remove old xt/compatibility/* tests...
2009-09-21 gfx Remove xt/compatibility/* at make clean
2009-09-21 gfx More compatibility
2009-09-17 gfx Use mkpath instead of make_path in Makefile.PL
2009-09-15 gfx Use mkpath instead of make_path in Makefile.PL
2009-07-02 Shawn M Moore Typo fix
2009-07-02 Matt S Trout fixup Makefile.PL to generate Mouse/Tiny.pm so we actua...
2009-05-04 Chris Prather add minimum version for Test::More and Test::Exception...
2009-05-04 Chris Prather set perl version to 5.008 and document 5.6.2 bugs in POD
2009-04-13 Tokuhiro Matsuno added workaround for autogenerated Moose test
2009-04-02 Tokuhiro Matsuno less deps in Makefile.PL
2009-04-02 Tokuhiro Matsuno generate moose compatibility test automatically
2009-03-07 Shawn M Moore Just always depend on Scalar::Util 1.14
2009-03-02 Tokuhiro Matsuno depend to Scalar::Util 1.14.
2008-12-09 Shawn M Moore Remove build-dep on Sub::Uplevel, Test::Exception can...
2008-12-06 Tokuhiro Matsuno - depend to Scalar::Util when perl5.6.x
2008-12-06 Tokuhiro Matsuno revert XS related things
2008-12-03 Tokuhiro Matsuno (JUST A IDEA) copied from Scalar-List-Util/Util.xs
2008-12-03 Tokuhiro Matsuno move Test::Exception to inc/. suggested by autarch++
2008-12-03 大沢 和宏 add tests 't/*.t t/*/*.t';
2008-09-28 Shawn M Moore We no longer depend on Test::Exception
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 use Mouse::Util 'get_linear_isa' instead of MRO::Compat...
2008-09-28 Shawn M Moore ..and the Makefile.PL
2008-07-16 Shawn M Moore Remove dependency on Test::Warn by catching the warning...
2008-06-27 Shawn M Moore Bump the dep on CMM, since it has the prototype fix
2008-06-11 Shawn M Moore Use Class::Method::Modifiers 1.00 for before/after...
2008-06-03 Shawn M Moore Import Mouse