bump version to 0.56 and update changes for release
[gitmo/Moose.git] / lib / Moose.pm
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-09-01 Dave Rolsky Remove references to
2008-09-01 Dave Rolsky require stable MOP 0.65
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-30 Dave Rolsky bump the Class::MOP dep to 0.64_07
2008-08-29 Dave Rolsky require the latest MOP 0.55_02
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-21 Dave Rolsky make Perl 5.8+ requirement explicit in both Makefile...
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-15 Yuval Kogman metaclass compatibility checking/fixing corrections
2008-08-15 Yuval Kogman improve error message for existing &meta
2008-08-13 Yuval Kogman also immutablize Parametrizable
2008-08-13 Yuval Kogman make more things immutable
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-12 Dave Rolsky Tweak wording of "New to Moose" section.
2008-08-12 Dave Rolsky Add a reference to the cookbook very early in the Moose...
2008-08-12 Dave Rolsky Say that Moose::init_meta is deprecated.
2008-08-12 Dave Rolsky Documented metaclass traits, and moved trait name resol...
2008-08-08 Dave Rolsky Small doc tweak (better wording)
2008-08-07 Dave Rolsky Updated the extending recipes to use Moose::Exporter.
2008-08-07 Dave Rolsky Made init_meta a public API again and got rid of init_m...
2008-08-07 Dave Rolsky Add Moose::_get_caller for more backwards compat
2008-08-06 Dave Rolsky Revert the change to get rid of caller()-currying for...
2008-08-06 Dave Rolsky I realized that all the "with caller" wrapper stuff...
2008-08-06 Dave Rolsky Removed __CURRY_EXPORTS_FOR_CLASS__
2008-08-06 Dave Rolsky Step 2: eliminate the need for import and unimport...
2008-08-06 Dave Rolsky Step 1: Moose::Exporter lets Moose ...
2008-08-05 Shawn M Moore Hide remove_keywords a bit, rename it to _remove_keywor...
2008-08-05 Dave Rolsky Moose now warns when you try to load it from the main...
2008-08-04 Shawn M Moore Add a remove_keywords function so if you extend Moose...
2008-08-04 Shawn M Moore Bump to 0.56
2008-08-02 Dave Rolsky Add link to extending recipe 2
2008-08-02 Dave Rolsky Having init_meta() in the same scope as $CALLER always...
2008-07-30 Dave Rolsky Fix all references to cookbook recipes
2008-07-29 Paul Jamieson Fenwick Correction of broken links to MooseX::
2008-07-29 Paul Jamieson Fenwick Removed "whitespace only" lines in POD, making podcheck...
2008-07-29 Paul Jamieson Fenwick Added additional documentation links:
2008-07-28 Dave Rolsky Explicitly require Class::MOP 0.64.
2008-07-22 Stevan Little rolling back
2008-07-18 Paul Driver Updated some documentation
2008-07-08 Stevan Little some refactoring of handles
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Stevan Little setting up 0.53
2008-07-03 Stevan Little 0.52
2008-07-02 Wallace Reis added legal_options_for_inheritance
2008-07-02 Stevan Little some changes, seee changes for details
2008-07-02 Stevan Little some doc cleanup
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-06 Stevan Little adding stuff for MX::Literals
2008-06-04 Stevan Little some speed gains and a new test
2008-05-29 Stevan Little 0.48
2008-05-29 Stevan Little 0.47
2008-05-27 Stevan Little some speedups in Moose
2008-05-21 Todd Hepler standardize on using croak instead of confess in the...
2008-05-20 Stevan Little adding changes stuff
2008-05-20 Dann supported RegExp method name for before/after/around...
2008-05-19 Stevan Little new DESCRIPTION, less justifiaction;
2008-05-19 Stevan Little no more XS mah!
2008-05-18 Yuval Kogman ohloh link
2008-05-13 Stevan Little fixing the trigger/constructor bug
2008-05-10 Stevan Little 0.44 releaase soon
2008-05-07 Matt S Trout cluck instead of warn
2008-04-29 Stevan Little fixing stuff
2008-04-29 Stevan Little 0.42
2008-04-28 Tomas Doran Docs addition to go with the has '+' change I commited...
2008-04-16 Yuval Kogman inner() and super() no longer increment sub_generation...
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-03 Stevan Little s/die/croak/
2008-03-28 Stevan Little some doc tweaks and removing the ->includes_type from...
2008-03-20 Stevan Little adding the test
2008-03-17 Stevan Little doc updates
2008-03-16 Stevan Little make_immutable is now deprecated, stop using it and...
2008-03-16 Stevan Little s/metaclass/__PACKAGE__->meta/
2008-03-16 Stevan Little s/make_immutable/metaclass->make_immutable/
2008-03-15 Chris Prather export metaclass() to give a functional export for...
2008-03-15 Stevan Little POD-COVERAGE SUCKS!
2008-02-26 Stevan Little ovidsbug
2008-02-24 Stevan Little has +name from role officially supported
2008-02-24 Stevan Little has +name from role officially supported
2008-02-18 Stevan Little making handles and AUTOLOAD play a bit better
2008-02-15 Stevan Little whoops nother bug, dammit
2008-02-15 Stevan Little fixing tests
2008-02-06 Stevan Little adding make_immutable sugar
2008-02-05 Stevan Little making has $name => {} fail
2008-01-28 Matt S Trout comment the strict/warnings hack because I'm bored...
2008-01-28 Stevan Little type constraint messages work now (kinda) and other...
2008-01-23 Stevan Little some additional tests for better coverage 0_36
2008-01-22 Stevan Little some version changes and such
2008-01-19 Stevan Little just some more cleanup
2008-01-13 Yuval Kogman Moose::Meta::TypeConstraint::Class
2008-01-13 Stevan Little some minor tweaks
2008-01-10 Stevan Little doc fixes, version updates and changelog
2008-01-01 Stevan Little adding method exclusion
2007-12-31 Stevan Little updating copyright dates
2007-12-21 Stevan Little some doc tweaks
2007-12-14 Stevan Little 0.33
2007-12-12 Stevan Little Moose taking advantage of the XS
next