Version 2.0007
[gitmo/Moose.git] / lib /
2011-05-15 Florian Ragwitz Assert the correct version of CMOP being installed
2011-05-15 Jesse Luehrs pod coverage
2011-05-15 Jesse Luehrs more complete clone implementation
2011-05-15 Florian Ragwitz Make instance cloning go through attribute setters
2011-05-09 Jesse Luehrs revert this, the bump from 0.12 to 0.28 breaks backcompat
2011-05-09 Jesse Luehrs whoops again
2011-05-09 Jesse Luehrs sort some things to allow for some better caching
2011-05-09 Jesse Luehrs don't add the warning here until 2.02 2.0003
2011-05-07 Jesse Luehrs setting weaken should be based on the passed in cache...
2011-05-07 Jesse Luehrs and fix the reference to the test file
2011-05-07 Jesse Luehrs fix up Moose::Object docs a bit
2011-05-07 Jesse Luehrs mention that metaclass.pm shouldn't really be used...
2011-05-07 Jesse Luehrs fix up oose.pm docs a bit
2011-05-07 Jesse Luehrs fix recipe synopsis
2011-05-07 Jesse Luehrs overriding new isn't necessary when using mx-nonmoose
2011-05-07 Jesse Luehrs typo
2011-05-07 Jesse Luehrs this is not what gender means
2011-05-07 Jesse Luehrs typos
2011-05-07 Jesse Luehrs typo fixes
2011-05-07 Jesse Luehrs talking about things as "magical" isn't helpful
2011-05-07 Jesse Luehrs no need for this to be a footnote, since we talk about...
2011-05-07 Jesse Luehrs simplify a bit by giving this a default
2011-05-07 Jesse Luehrs note how BUILD works here, since it's the first time...
2011-05-07 Jesse Luehrs typo fixes
2011-05-07 Jesse Luehrs clarify a bit
2011-05-07 Jesse Luehrs stop recommending '.' as a type namespace separator
2011-05-07 Jesse Luehrs copy over some Moose.pm changes to Moose/Role.pm
2011-05-07 Jesse Luehrs don't talk about class metaclasses either
2011-05-07 Jesse Luehrs fix up some abstracts
2011-05-07 Jesse Luehrs note that this example really should be using native...
2011-05-07 Jesse Luehrs make this its own header
2011-05-07 Jesse Luehrs typo fixes
2011-05-07 Jesse Luehrs typo fixes
2011-05-07 Jesse Luehrs stop documenting BUILDALL and DEMOLISHALL
2011-05-07 Jesse Luehrs cmop is no longer a separate dist
2011-05-07 Jesse Luehrs more grammar cleanups
2011-05-07 Jesse Luehrs grammar and formatting cleanups
2011-05-07 Jesse Luehrs mention moosex-mangle
2011-05-07 Jesse Luehrs this has had an appropriate warning for a while now
2011-05-07 Jesse Luehrs we're already past 2.0
2011-05-07 Jesse Luehrs nobody is really working on xs accessors anymore
2011-05-07 Jesse Luehrs link to the list of moose-using organizations
2011-05-07 Jesse Luehrs use Try::Tiny in this example
2011-05-07 Jesse Luehrs clean up docs of blessed and confess
2011-05-07 Jesse Luehrs fix up ::Cookbook::Snack::Keywords
2011-05-07 Jesse Luehrs this is redundant
2011-05-07 Jesse Luehrs if these are internal use only, why are they in the...
2011-05-07 Jesse Luehrs seriously, who cares about ohloh
2011-05-07 Jesse Luehrs drop docs for the old extension stuff from Moose.pm
2011-05-07 Jesse Luehrs shift things around a bit
2011-05-07 Jesse Luehrs fix documentation for attribute overriding
2011-05-07 Jesse Luehrs mention that the list of attr options in Moose.pm isn...
2011-05-07 Jesse Luehrs stop documenting metaclass, lazy_build, and initializer...
2011-05-07 Jesse Luehrs lazy can be filled by default or builder
2011-05-07 Jesse Luehrs stop documenting auto_deref in Moose.pm
2011-05-07 Karen Etheridge fix all misuse of "it's"
2011-05-07 Jesse Luehrs handle caching of anon classes better, when role/class...
2011-05-07 Jesse Luehrs depend on the right version of Data::OptList
2011-05-07 Ricardo Signes use hypothetical next version of Data::OptList
2011-05-07 Jesse Luehrs fix references to test files
2011-05-07 Jesse Luehrs mention duck_type in ::Manual::Types
2011-05-07 Jesse Luehrs clean up type constraint declaration syntax in the...
2011-05-07 Jesse Luehrs docs about type constraint error messages
2011-05-07 Stevan Little doc tweak from John M. Dlugosz
2011-04-28 Jesse Luehrs add the Devel::PartialDump stuff to ::Delta
2011-04-28 Jesse Luehrs require Devel::PartialDump 0.14, to avoid infinite...
2011-04-28 Jesse Luehrs use Devel::PartialDump to dump tc failures, if possible
2011-04-28 Jesse Luehrs make the 'reset' delegation for Counter respect builders
2011-04-28 Jesse Luehrs allow immutable options to override file and line
2011-04-28 Jesse Luehrs add definition_context info for inlined constructors...
2011-04-28 Jesse Luehrs but with this, perl won't do anything at all
2011-04-28 Jesse Luehrs these aren't actually part of DEMOLISHALL
2011-04-23 Jesse Luehrs also document Class::MOP::Module::create 2.0001
2011-04-23 Jesse Luehrs document the new anon stuff in ::Package
2011-04-22 Jesse Luehrs stop encouraging wrapping BUILDALL, it's a bad idea
2011-04-22 Jesse Luehrs roles don't have throw_error
2011-04-22 Chris Weyl Moose::Meta::Role::create should honor "roles"
2011-04-22 Jesse Luehrs this is unnecessary (and broken on <5.8.8)
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...
next