2011-05-07 |
Jesse Luehrs |
mention that metaclass.pm shouldn't really be used... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
fix up oose.pm docs a bit |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
couple more things to ignore for pod coverage |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
fix recipe synopsis |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
overriding new isn't necessary when using mx-nonmoose |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
typo |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
this is not what gender means |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
typos |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
typo fixes |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
talking about things as "magical" isn't helpful |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
no need for this to be a footnote, since we talk about... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
simplify a bit by giving this a default |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
note how BUILD works here, since it's the first time... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
typo fixes |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
clarify a bit |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
stop recommending '.' as a type namespace separator |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
copy over some Moose.pm changes to Moose/Role.pm |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
don't talk about class metaclasses either |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
fix up some abstracts |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
one more package to hide |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
note that this example really should be using native... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
make this its own header |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
typo fixes |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
typo fixes |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
stop documenting BUILDALL and DEMOLISHALL |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
cmop is no longer a separate dist |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
more grammar cleanups |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
grammar and formatting cleanups |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
mention moosex-mangle |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
this has had an appropriate warning for a while now |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
we're already past 2.0 |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
nobody is really working on xs accessors anymore |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
link to the list of moose-using organizations |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
use Try::Tiny in this example |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
clean up docs of blessed and confess |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
fix up ::Cookbook::Snack::Keywords |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
stop indexing a bunch of private modules |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
this is redundant |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
if these are internal use only, why are they in the... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
fix pod coverage |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
seriously, who cares about ohloh |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
drop docs for the old extension stuff from Moose.pm |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
shift things around a bit |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
fix documentation for attribute overriding |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
mention that the list of attr options in Moose.pm isn... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
stop documenting metaclass, lazy_build, and initializer... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
lazy can be filled by default or builder |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
stop documenting auto_deref in Moose.pm |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Karen Etheridge |
fix all misuse of "it's" |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
handle caching of anon classes better, when role/class... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
depend on the right version of Data::OptList |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Ricardo Signes |
use hypothetical next version of Data::OptList |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
fix references to test files |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
mention duck_type in ::Manual::Types |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
clean up type constraint declaration syntax in the... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Jesse Luehrs |
docs about type constraint error messages |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Stevan Little |
doc tweak from John M. Dlugosz |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
version bump 2.0002 |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
add the Devel::PartialDump stuff to ::Delta |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
fix authordep syntax |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Dave Rolsky |
200000 iterations of the 12-attr class is way too many |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Dave Rolsky |
Bump iteration counts back up |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
more benchmarks |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Dave Rolsky |
Improve benchmark (don't include object construction... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Dave Rolsky |
Add benchmark for various builtin TCs |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
require Devel::PartialDump 0.14, to avoid infinite... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
use Devel::PartialDump to dump tc failures, if possible |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
make the 'reset' delegation for Counter respect builders |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
fix tests |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
allow immutable options to override file and line |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
add definition_context info for inlined constructors... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
but with this, perl won't do anything at all |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jesse Luehrs |
these aren't actually part of DEMOLISHALL |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Jesse Luehrs |
also document Class::MOP::Module::create 2.0001 |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Jesse Luehrs |
document the new anon stuff in ::Package |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
version bump |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
also note the Eval::Closure bump in Changes |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
stop encouraging wrapping BUILDALL, it's a bad idea |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
roles don't have throw_error |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Chris Weyl |
Moose::Meta::Role::create should honor "roles" |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
clear out build cruft before building |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
manually specify ::MakeMaker::Awesome as an authordep |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
this is unnecessary (and broken on <5.8.8) |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
Revert "conflict on mxrp 0.25 for its broken test suite" |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
add App::Termcast back, since its test suite should... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
conflict on mxrp 0.25 for its broken test suite |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Dave Rolsky |
Remove unneeded comma |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Dave Rolsky |
Escape any metacharacters in the anon prefix before... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
tests |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
don't calculate the cache key unless we're going to... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
changelog |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
no reason to not be using ::Package api here |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Jesse Luehrs |
unify the anon package stuff in CMOP::Package |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Shawn M Moore |
Remove these weird useless comments |
commit | commitdiff | tree | snapshot |
next |