conflict on mxrp 0.25 for its broken test suite
[gitmo/Moose.git] / lib /
2011-04-22 Dave Rolsky Escape any metacharacters in the anon prefix before...
2011-04-22 Jesse Luehrs don't calculate the cache key unless we're going to...
2011-04-22 Jesse Luehrs no reason to not be using ::Package api here
2011-04-22 Jesse Luehrs unify the anon package stuff in CMOP::Package
2011-04-22 Shawn M Moore Remove these weird useless comments
2011-04-22 Shawn M Moore Document free_anon_{class, role}
2011-04-22 Shawn M Moore Still need no warnings 'uninitialized'
2011-04-22 Shawn M Moore Missing a :: after $first_fragments
2011-04-22 Shawn M Moore Make anon role DESTROY logic match that of anon class
2011-04-22 Shawn M Moore Depend less on $ANON_CLASS_PREFIX
2011-04-22 Shawn M Moore Use the is_anon_class method we already have
2011-04-22 Shawn M Moore Factor out a free_anon_class method to minimize the...
2011-04-12 Jesse Luehrs clarify Support a bit more
2011-04-11 Dave Rolsky The new release policy was actually release in 1.21
2011-04-11 Dave Rolsky Mention new release policy in Delta
2011-04-11 Dave Rolsky Add paragraph on release windows
2011-04-11 Dave Rolsky s/toolchain/tool chain/ for spelling test
2011-04-09 David Leadbeater Test RegexpRef type using SvRX or checking PERL_magic_qr
2011-04-05 Jesse Luehrs add some things to ::Delta
2011-04-03 Jesse Luehrs the created type here isn't anonymous
2011-03-30 Jesse Luehrs fix up some docs
2011-03-19 Dave Rolsky Croak with useful errors when trying to apply meta...
2011-03-19 Dave Rolsky A little code tidying
2011-03-19 Dave Rolsky Remove unused variable
2011-03-14 Dave Rolsky Prep for removing deprecated features or making them...
2011-03-14 Dave Rolsky Store the role which first defines an attribute, and...
2011-03-04 Jesse Luehrs yes, this is necessary for us
2011-03-03 Matthew Horsfall Int type constraint allowed for a newline character...
2011-03-02 Matthew Horsfall Minor pod grammar fixes.
2011-02-28 Jesse Luehrs pod-spelling fixes 1.9903
2011-02-25 Karen Etheridge add example for combining an initializer with a writer...
2011-02-15 Chris Prather Reverse the output from _follow_also
2011-02-14 Dave Rolsky Fix error message (missing "a")
2011-02-13 Dave Rolsky Fixed reinitialization bug that lost all role meta...
2011-02-08 Karen Etheridge also mention MX::NM:IO
2011-02-07 Karen Etheridge remove meat of recipe - replace with reference to Moose...
2011-02-07 Dave Rolsky Clarify what happens when weak refs go out of scope
2011-02-07 Dave Rolsky Tweaks Sam's patch on weak_ref expiration
2011-02-07 Hans Dieter Pearcey notes on weak_ref (based on patch from Sam Vilain)
2011-01-19 Mateu X Hunter correct wording to use 'hash' instead of 'array'
2011-01-04 Jesse Luehrs don't initialize lazy attrs with defaults in the constr...
2011-01-03 Karen Etheridge trivial punctuation improvement
2011-01-03 Jesse Luehrs fix up ::Contributing a bit
2011-01-01 Jesse Luehrs Merge branch 'topic/cmop-merge'
2010-12-31 Dave Rolsky Mention dist.ini and remove mention of .shipit
2010-12-30 Chip avoid unnecessary copies in Str validation
2010-12-28 Dave Rolsky Clean up various bits of code that broke when dzil...
2010-12-28 Dave Rolsky Fix XS loading to actually use the right VERSION var
2010-12-28 Dave Rolsky Dzil-ize all the .pod files so they can be pod-woven
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-27 Dave Rolsky Remove _XS_VERSION hack
2010-12-27 Dave Rolsky Merged CMOP into Moose
2010-12-26 Dave Rolsky Beginning of dzilization
2010-12-24 chromatic Fixed a couple of typos.
2010-12-04 Ricardo Signes correct method call in Hash trait documentation
2010-11-25 Karen Etheridge Revert "clarification re the limitations of the "map...
2010-11-25 Karen Etheridge clarification re the limitations of the "map" array...
2010-11-24 Dave Rolsky We're not doing weekly minor releases
2010-11-24 Dave Rolsky s/for/from/ in docs
2010-11-24 Karen Etheridge spelling fixes
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-19 Dave Rolsky Tweaks to clarify stable branch naming scheme.
2010-11-19 Dave Rolsky bump copyright year to 2010
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
2010-11-19 Dave Rolsky Merge branch 'topic/native-trait-bugfix'
2010-11-19 Dave Rolsky Fix error message generation when array or hash ref...
2010-11-19 Dave Rolsky Some small tweaks, and section on writing docs
2010-11-19 Dave Rolsky Mention where cabal members are listed and mention irc
2010-11-19 Jesse Luehrs update our workflow
2010-11-18 Jesse Luehrs comment
2010-11-18 Jesse Luehrs refactor constructor inlining to reuse attribute code
2010-11-18 Jesse Luehrs push constructor generation back into Moose::Meta:...
2010-11-18 Jesse Luehrs shift a few more things around
2010-11-18 Jesse Luehrs use _eval_environment here
2010-11-18 Jesse Luehrs push the accessor inlining code back into the attribute
2010-11-18 Jesse Luehrs stop duplicating code here
2010-11-18 Jesse Luehrs use new method names from cmop
2010-11-18 Jesse Luehrs error if we have a lazy attr with no default or builder
2010-11-18 Jesse Luehrs more cleanups
2010-11-18 Jesse Luehrs make native trait inlining work
2010-11-18 Jesse Luehrs clean up ::Destructor
2010-11-18 Jesse Luehrs make ::Constructor readable
2010-11-18 Jesse Luehrs serious cleanup of ::Accessor (native traits are broken...
2010-11-18 Jesse Luehrs use type_constraint_obj here
2010-11-18 Jesse Luehrs use the new _compile_code interface in cmop
2010-11-18 Jesse Luehrs this was pushed back to ::HasMethods
2010-11-18 Dave Rolsky Clarify that one year starts at the major release which...
2010-11-18 Dave Rolsky Further clarify deprecation removal
2010-11-18 Chris Prather restore documentation for lazy_build and underscore...
2010-11-18 Dave Rolsky Clarify sentence on removal of deprecated APIs
2010-11-18 Dave Rolsky Editing and updates for Support
2010-11-18 Jesse Luehrs typo fixes and reformatting
2010-11-18 Chris Prather make the Supported Behavior policy explicit
2010-11-18 Chris Prather update the support policy with changes to time-box...
2010-11-16 Jesse Luehrs tests and changelogging
2010-11-16 Jesse Luehrs add a applied_attribute_metaclass to roles
2010-11-15 Jesse Luehrs lazily load the native trait accessor roles
2010-11-12 Ricardo Signes fix typo in docs: . instead of ;
2010-11-02 Ricardo Signes clarify how to define multiple coercions
next