gitmo/Role-Tiny.git
2011-07-20 Matt S Trout bump version
2011-07-20 Matt S Trout use Test::Fatal since we already need it
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-15 Matt S Trout auto-fetch Distar
2011-07-11 Alex J. G.... move adding coercion to next release
2011-07-11 Alex J. G.... document coerce handling
2011-07-11 Alex J. G.... coerce value from eager defaults
2011-07-11 Alex J. G.... add tests for attributes with eager default
2011-07-11 Alex J. G.... pass coerce tests
2011-07-11 Alex J. G.... fix test
2011-07-11 Arthur Axel... initial test for coerce
2011-06-03 Matt S Trout Release commit for 0.009008 release_0.009008
2011-06-03 Matt S Trout increment version for 0.9.8
2011-06-03 Matt S Trout add distar lib line to maint Makefile.PL.include
2011-06-03 Matt S Trout transfer changes to _load_module to Role::Tiny's inline...
2011-04-22 Peter Rabbitson Bring back 5.8.1 support
2011-03-14 Justin Hunter fix typo
2011-02-25 Matt S Trout Release commit for 0.009007 release_0.009007
2011-02-25 Matt S Trout bump to 0.9.7 for the 'mst is an idiot' release
2011-02-25 Matt S Trout fix copyright
2011-02-25 Matt S Trout Release commit for 0.009006 release_0.009006
2011-02-25 Matt S Trout bump version to 0.9.6 for point release
2011-02-25 Matt S Trout fixup contributors list
2011-02-25 Matt S Trout factor out eager default calculation
2011-02-25 Matt S Trout handle non-lazy default and builder when init_arg is...
2011-02-25 Matt S Trout Switch to Distar for author side tooling
2011-02-25 Matt S Trout add copyright statements
2011-01-12 Matt S Trout add weak ref checking to Sub::Quote
2011-01-12 Matt S Trout Switch package name for class+role composed class to...
2011-01-11 Matt S Trout 0.9.5 release commit release_0.9.5
2011-01-08 Matt S Trout fix clobberage of runtime-installed wrappers by Sub...
2011-01-08 Matt S Trout fix constructor firing for nonMoo through multiple...
2011-01-08 Matt S Trout rewrite nonMoo detection
2010-12-13 Matt S Trout version bump for 0.9.4 release_0.9.4
2010-12-06 Matt S Trout handle non-Moo superclass constructors
2010-12-05 matthewt update Changes for release release_0.9.3
2010-12-05 matthewt test for load_module fixes
2010-12-05 matthewt bump version of strictures
2010-12-05 matthewt version bump
2010-12-05 matthewt fix _load_module to deal with subpackages correctly
2010-11-20 Peter Rabbitson .gitignore
2010-11-20 Andrew Rodland docs: is => 'ro' gives a get-only accessor, not a set...
2010-11-17 Matt S Trout bump version, set Changes for release 0.009002
2010-11-17 Matt S Trout add rationale section
2010-11-16 Matt S Trout fixes for 5.10.0
2010-11-16 Matt S Trout Make perl -Moo DTRT
2010-11-16 Matt S Trout Makefile.PL and maint code 0.009001
2010-11-16 Matt S Trout Changes file
2010-11-16 Matt S Trout apparently working MYMETA generation
2010-11-16 Peter Rabbitson Fix wording on global unquote
2010-11-16 Matt S Trout fix up tests to new calling convention
2010-11-16 Matt S Trout cleanup and warning notice
2010-11-16 Matt S Trout clean up and add NAME sections
2010-11-16 Matt S Trout make role application interface consistent
2010-11-16 Matt S Trout clean up, expand, undocument 'not yet' features
2010-11-16 Matt S Trout Moo - Miminalist Object Orientation
2010-11-16 Matt S Trout correct Sub::Quote docs
2010-11-16 Matt S Trout clean up does_role docs
2010-11-16 Arthur Axel... Documentation for Moo::Role
2010-11-16 Arthur Axel... Documentation for Role::Tiny
2010-11-16 Arthur Axel... Documentation for Moo
2010-11-16 Arthur Axel... Documentation for Sub::Quote
2010-11-16 Arthur Axel... Documentation for Sub::Defer
2010-11-16 Matt S Trout guard against double import
2010-11-15 Matt S Trout make does_role work on objects
2010-11-14 Matt S Trout move _getglob def above strict for elegance
2010-11-14 Matt S Trout oo!
2010-11-13 John Napiorkowski mst: jnap: now you write me a test
2010-11-13 Matt S Trout don't try and apply modifiers during role composition
2010-11-13 Matt S Trout Makefile.PL
2010-11-13 Matt S Trout _load_module
2010-11-13 Arthur Axel... test hashref arg for new
2010-11-13 Matt S Trout support weak_ref
2010-11-13 Matt S Trout add inlinability for Accessor.pm
2010-11-13 Peter Rabbitson MOAR bench options
2010-11-13 Matt S Trout improved quoted sub inlining
2010-11-13 Peter Rabbitson More attrs to bench
2010-11-13 Peter Rabbitson Refactor object benchmarks even more
2010-11-12 Arthur Axel... tests for handles
2010-11-12 Matt S Trout handles and asserter support
2010-11-12 Arthur Axel... Test for reader/writer/accessor
2010-11-12 Matt S Trout add support for reader/writer/accessor
2010-11-12 Matt S Trout remove return from M::G::Accessor to make inlining...
2010-11-11 Peter Rabbitson Enable C::XSA on win32 until proven problematic
2010-11-11 Andrew Rodland Make bench require XSAccessor to fix blowups when it...
2010-11-11 Peter Rabbitson Bake some mousse
2010-11-11 Peter Rabbitson MOAR bench
2010-11-10 Matt S Trout split benches up for readability
2010-11-10 Matt S Trout remove bless because it confuses things
2010-11-10 Peter Rabbitson Now --run works
2010-11-10 Peter Rabbitson This benchmark is even saner
2010-11-10 Peter Rabbitson This benchmark is saner
2010-11-10 Peter Rabbitson Initial benchmark (totally incomplete)
2010-11-10 Matt S Trout Moo/Role was new, not an mv, so got missed
2010-11-10 Matt S Trout factor out and rename
next