bump version
[gitmo/Role-Tiny.git] / lib /
2013-02-01 Matt S Trout bump version
2013-02-01 Matt S Trout complain loudly if Class::Method::Modifiers is too...
2012-11-12 Dagfinn Ilmari Man... don't use $_ as loop variable when calling arbitrary...
2012-11-02 Dagfinn Ilmari Man... bump version
2012-10-29 Dagfinn Ilmari Man... bump version
2012-10-29 Dagfinn Ilmari Man... fix method modifier breakage on 5.10.0
2012-10-28 Dagfinn Ilmari Man... replace open-coded stash access with _getstash()
2012-10-27 Karen Etheridge bump version
2012-10-26 Dagfinn Ilmari Man... bump version
2012-10-26 Dagfinn Ilmari Man... don't die when looking for 'DOES' on perl < 5.10 (RT...
2012-10-19 Matt S Trout bump version (to 1.2 due to addition of DOES feature)
2012-10-19 Toby Inkster implementations for DOES and around does => sub {...}
2012-09-03 Arthur Axel 'fREW... load class in addition to roles when using create_class...
2012-07-18 Dagfinn Ilmari Man... bump version for release
2012-07-18 Dagfinn Ilmari Man... properly report roles consumed by superclasses
2012-07-12 Matt S Trout bump version for release
2012-07-04 Arthur Axel 'fREW... runtime applied roles include roles from original class...
2012-06-19 Matt S Trout bump version
2012-06-19 Matt S Trout modifiers and composition fix
2012-05-25 Matt S Trout bloddy empty hashrefs
2012-05-25 Matt S Trout conflicts on application to object
2012-05-09 Matt S Trout return; from with/etc.
2012-05-06 Matt S Trout store coderefs as well as their refaddrs
2012-05-05 Matt S Trout bump version
2012-04-27 Matt S Trout version bump for release
2012-04-27 Matt S Trout bump version to 1.1.0 for release
2012-04-16 Christian Walde restored an unintentionally removed bit of documentatio...
2012-04-16 Christian Walde changed order of documentation to make it easier to...
2012-04-12 Matt S Trout new stupid mistake, new dev release
2012-04-11 Matt S Trout remove ::Restricted
2012-04-11 Matt S Trout compat restoration trick
2012-04-11 Matt S Trout method cache is required so Moose::Role inhalation...
2012-04-11 Matt S Trout rename union to composite internally to match Moose...
2012-04-11 Matt S Trout more cleanup
2012-04-10 Matt S Trout bump version expecting devrel
2012-04-09 Matt S Trout clean up composition handling
2012-04-08 Matt S Trout restricted code
2012-04-08 Matt S Trout basic role composition support
2012-04-03 Matt S Trout bump version
2012-04-03 Matt S Trout doc updates explaining why you need to ask for CMM
2012-03-30 Graham Knop fix error propagation when creating broken method modifiers
2012-03-30 Graham Knop correct typo in abstract
2012-03-29 Matt S Trout remove redundant code in create_class_with_roles
2012-03-29 Matt S Trout typo fix in does_role docs
2012-03-29 Matt S Trout remove last strictures dependency
2012-03-29 Matt S Trout update versions and copyright
2012-03-29 Matt S Trout annihilate Moo since this is going to be the Role-Tiny...
2012-03-24 Matt S Trout clean up coerce generation a bit
2012-03-24 Matt S Trout Fix a bug where coercions weren't called on lazy defaul...
2012-03-16 Peter Rabbitson Fix spurious 'once' warnings
2012-03-16 Matt S Trout Module::Runtime-ify
2012-02-19 Chris Prather add myself to CONTRIBUTORS as per mst
2012-02-19 Chris Prather add line about ->dump missing from Moo objects too
2012-02-19 Matt S Trout improve incompat w/Moose docs
2012-02-17 Matt S Trout remove the outstanding queue from Sub::Quote; benchamar...
2012-02-11 Matt S Trout additional local $\@ removals
2012-02-11 Matt S Trout remove vestigial _is_scalar_ref sub
2012-02-11 Matt S Trout revert local $\@ around require to avoid eating errors
2011-12-23 Peter Rabbitson Explicitly require Role::Tiny in Role::Tiny::With ...
2011-12-23 Peter Rabbitson Bump Moo.pm version
2011-12-23 Peter Rabbitson Fix missing escape on < 5.8.3 codepath
2011-12-23 Arthur Axel 'fREW... stop documenting in terms of private methods
2011-12-15 Mateu X Hunter No need for ScalarRef when using Sub::Quote
2011-12-14 John Napiorkowski added some docs regarding how handles works, and also...
2011-12-12 John Napiorkowski deal when the case when Class::XSAccessor is a trial...
2011-11-26 Justin Hunter document handles
2011-11-14 Matt S Trout bump Moo.pm version
2011-11-14 Matt S Trout fix $obj->new
2011-11-14 Matt S Trout also update Role::Tiny to handle VSTRING and credit...
2011-11-06 Matt S Trout fix bug where constants containing a reference weren...
2011-10-03 Matt S Trout bump version for release
2011-10-03 Matt S Trout update DESTROY documentation
2011-10-03 Matt S Trout move to early generation of DESTROY/DEMOLISHALL where...
2011-10-03 Matt S Trout cleanup require usage so we don't trample on $@ and...
2011-10-03 Matt S Trout Tenative switch to a generated DEMOLISHALL - see rest...
2011-10-03 Alex J. G. Burzyński provide DEMOLISH
2011-10-03 Alex J. G. Burzyński use Moo::_Utils::_get_linear_isa
2011-10-03 Alex J. G. Burzyński add _get_linear_isa and _in_global_destruction
2011-08-26 Alex J. G. Burzyński decrease indent in method generator
2011-08-26 Alex J. G. Burzyński decrease indent on BUILD calls
2011-08-26 Alex J. G. Burzyński more readable subconstructor handling for BUILDALL
2011-08-26 Alex J. G. Burzyński fix BUILDALL constructor
2011-07-29 Alex J. G. Burzyński inline BUILDARGS
2011-07-29 Alex J. G. Burzyński add newlines at die messages
2011-07-29 Alex J. G. Burzyński call BUILDARGS if defined
2011-07-29 Alex J. G. Burzyński die rather than warn on odd number of arguments
2011-07-29 Alex J. G. Burzyński added BUILDARGS support
2011-07-21 Arthur Axel 'fREW... document reader and writer
2011-07-20 Matt S Trout bump version
2011-07-20 Matt S Trout bump version
2011-07-20 Matt S Trout remove the big scary warning because we seem to be...
2011-07-20 Matt S Trout helps to get the package name right (Role::Tiny::With)
2011-07-20 Matt S Trout make ro accessor die
2011-07-20 Matt S Trout Changes entry for Role::Tiny::With and add chip to...
2011-07-20 Chip Salzenberg Role::Tiny::With try1
2011-07-20 Matt S Trout generate constructors in subclasses on demand
2011-07-11 Alex J. G. Burzyński document coerce handling
2011-07-11 Alex J. G. Burzyński coerce value from eager defaults
2011-07-11 Alex J. G. Burzyński pass coerce tests
2011-06-03 Matt S Trout increment version for 0.9.8
next