gitmo/Role-Tiny.git
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
2010-11-08 Matt S Trout fix bugs in XS support
2010-11-08 Matt S Trout use XSAccessor if available
2010-11-08 Matt S Trout fixup whitespace once again
2010-11-08 Matt S Trout add predicate and clearer
2010-11-08 Matt S Trout refactor constructor generation and test more complex...
2010-11-08 Matt S Trout BUILDALL for generated constructor
2010-11-08 Matt S Trout add BUILDALL support
2010-11-08 Matt S Trout refactor Role::Tiny and add class w/roles construction
2010-11-07 Matt S Trout support for default at construction time
2010-11-07 Matt S Trout working lazy default and builder
2010-11-07 Matt S Trout factor out sub quote unrolling code, add isa support
2010-11-07 Matt S Trout detab. again. think I might've fixed it this time.
2010-11-07 Matt S Trout handle trigger with captures
2010-11-07 Matt S Trout inline quoted trigger
2010-11-07 Matt S Trout support trigger
2010-11-07 Matt S Trout subclassing and role composition for attributes
2010-11-07 Matt S Trout deferred constructor construction
2010-11-07 Matt S Trout remove more tabs. frackers are breeding in the pipes.
2010-11-07 Matt S Trout remove tab. how the fsck did a tab get into my source...
2010-11-07 Matt S Trout fix indentation in generated constructor
2010-11-07 Matt S Trout constructor generation, add option to quote_sub to...
2010-11-07 Matt S Trout clean up quote debugging output
2010-11-07 Matt S Trout clean up method naming
2010-11-07 Matt S Trout ro and rw accessor generation
2010-11-07 Matt S Trout import strictures
2010-11-07 Matt S Trout explain no warnings closure
2010-11-07 Matt S Trout add Sub::Quote and rename Defer routines
2010-11-06 Matt S Trout Class::Tiny and refactor _getglob out into _Utils
2010-11-06 Matt S Trout first cut at Sub::Defer
2010-11-06 Matt S Trout rename test and switch to done_testing since Test:...
2010-11-06 Matt S Trout clean up, add with and ->does
2010-11-06 Matt S Trout basic Role::Tiny code