gitmo/Moose.git
2011-04-02 Dave Rolsky bump version to 1.25 stable/1.x 1.25
2011-04-02 Dave Rolsky Tweak Changes file
2011-04-01 Jesse Luehrs changelog
2011-04-01 Jesse Luehrs yes, this is necessary for us
2011-02-22 Dave Rolsky bump version to 1.24 1.24
2011-02-22 Dave Rolsky Fix error message (missing "a")
2011-02-22 Dave Rolsky Release date for 1.24
2011-02-22 Dave Rolsky Changes entry for "Reverse the output from _follow_also"
2011-02-22 Dave Rolsky Fix release year for last two releases
2011-02-15 Dave Rolsky s/release/packaging/ changes section title
2011-02-15 Dave Rolsky This is a bug fix
2011-02-15 Chris Prather update Changes
2011-02-15 Chris Prather blog is a perfectly cromulent word (added to the except...
2011-02-15 Chris Prather Reverse the output from _follow_also
2011-02-14 Dave Rolsky Bump version in Changes 1.23
2011-02-14 Dave Rolsky Changes for 1.23
2011-02-14 Dave Rolsky bump version
2011-02-14 Dave Rolsky More compiled exclusions
2011-02-14 Dave Rolsky Fix MANIFEST.SKIP to exclude all compiled files
2011-02-13 Dave Rolsky Changes and date for 1.22 1.22
2011-02-13 Dave Rolsky bump version to 1.22
2011-02-13 Dave Rolsky Add some words to the spelling whitelist
2011-02-13 Jesse Luehrs never smoke author tests
2011-02-13 Dave Rolsky My previous role preservation fix made a todo test...
2011-02-13 Dave Rolsky Cherry pick reinitialization fix from master
2010-11-24 Dave Rolsky bump version to 1.21 1.21
2010-11-24 Dave Rolsky Changes for stable release - with release date
2010-11-24 Dave Rolsky s/for/from/ in docs
2010-11-24 Dave Rolsky spelling fixes
2010-11-24 Dave Rolsky Really fix ocnflicts
2010-11-24 Jesse Luehrs test for the metaroles of metaroles thing (ruoso)
2010-11-24 Jesse Luehrs MMR::Attribute is a metaclass, it needs to inherit...
2010-11-24 Karen Etheridge Doc note about explicit omission of each() in the nativ...
2010-11-24 Dave Rolsky Tweaks to clarify stable branch naming scheme.
2010-11-24 Dave Rolsky bump copyright year to 2010
2010-11-24 Dave Rolsky Clarify that one year starts at the major release which...
2010-11-24 Dave Rolsky Further clarify deprecation removal
2010-11-24 Chris Prather restore documentation for lazy_build and underscore...
2010-11-24 Karen Etheridge grammar correction in test descriptions
2010-11-24 Dave Rolsky Clarify sentence on removal of deprecated APIs
2010-11-24 Dave Rolsky Editing and updates for Support
2010-11-24 Jesse Luehrs typo fixes and reformatting
2010-11-24 Chris Prather make the Supported Behavior policy explicit
2010-11-24 Chris Prather update the support policy with changes to time-box...
2010-11-24 Ricardo Signes revert permissions changes from previous commit
2010-11-24 Ricardo Signes fix typo in docs: . instead of ;
2010-11-19 Dave Rolsky Include RT ticket in Changes 1.20
2010-11-19 Dave Rolsky bump version to 1.20
2010-11-19 Dave Rolsky Update Changes for release
2010-11-19 Dave Rolsky Fix error message generation when array or hash ref...
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-11-02 Dave Rolsky Changes for 1.19
2010-11-02 Karen Etheridge one last Test::Exception->Test::Fatal conversion
2010-11-01 Karen Etheridge pod typo fix
2010-10-31 Dave Rolsky Skip c compilation files 1.18
2010-10-31 Dave Rolsky Update release date
2010-10-31 Dave Rolsky Test that a lazy attr without a default or builder...
2010-10-30 Dave Rolsky Revert "Hash accessor should accept more than 2 arguments"
2010-10-30 Dave Rolsky Hash accessor should accept more than 2 arguments
2010-10-29 Dave Rolsky Fix error when array accessor delegation method is...
2010-10-29 Dave Rolsky Fix test description
2010-10-29 Dave Rolsky Fix error when no arguments are passed to Hash's access...
2010-10-29 Dave Rolsky Spelling fix in Changes
2010-10-29 Dave Rolsky Add changes entry for native delegation lazy default...
2010-10-29 Dave Rolsky Add tests for lazy default type checking and coercion
2010-10-29 Dave Rolsky Tidy code
2010-10-29 Dave Rolsky Add whitespace
2010-10-29 Dave Rolsky Test coercion of lazy defaults
2010-10-29 Dave Rolsky Make sure that lazy defaults are coerced and type checked
2010-10-29 Dave Rolsky Remove unneeded around modifier - we're already overrid...
2010-10-29 Dave Rolsky Test accessor read & write
2010-10-29 Dave Rolsky Add tests for keys & values delegations
2010-10-29 Dave Rolsky Test that accessor works with lazy generation
2010-10-29 Dave Rolsky Bump CMOP dep to get rid of Test::Exception in prereq...
2010-10-29 Dave Rolsky Don't index the native accessor method modules, which...
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-29 Dave Rolsky Add version and release date
2010-10-29 Dave Rolsky Remove a spurious comma
2010-10-29 Dave Rolsky Clarify a change
2010-10-28 Dave Rolsky Changes for accessor overwrite warning
2010-10-28 Dave Rolsky Warn when an accessor for one attr overwrites another...
2010-10-28 Dave Rolsky script to find tests with the same leading number
2010-10-28 Dave Rolsky rename test to avoid dupe number
2010-10-28 Dave Rolsky Redid conversion to Test::Fatal
2010-10-28 Dave Rolsky Standardize use of Test::Exception before converting...
2010-10-28 Dave Rolsky Load Test::Fatal
2010-10-28 Dave Rolsky Don't use explicit sub token with lives_ok
2010-10-28 Dave Rolsky Don't import Test::Exception into classes we are testing
2010-10-28 Dave Rolsky Remove spurious comma which broke test
2010-10-28 Dave Rolsky Replace comma with semi
2010-10-28 Dave Rolsky Revert most of the conversion to Test::Fatal so we...
2010-10-28 Dave Rolsky Tidy whitespace
2010-10-28 Dave Rolsky Bump Package::DeprecationManager dep to avoid Test...
2010-10-27 Dave Rolsky Remove doubled semi-colon
2010-10-27 Dave Rolsky Refactor _process_options into a set of much smaller...
2010-10-27 Dave Rolsky Make sure to handle the case where a CMOP::Attribute...
2010-10-27 Dave Rolsky Fix expected error message
2010-10-27 Dave Rolsky Fix grammar in warning
2010-10-26 Dave Rolsky Tidy code and add whitespace in _process_accessors
2010-10-26 Dave Rolsky Make sure attr conflict error includes attr name
next