Fix reference to old MetaRole function name
[gitmo/Moose.git] / lib /
2010-07-24 Dave Rolsky Fix reference to old MetaRole function name
2010-07-24 Dave Rolsky Always check that a constraint has a coercion before...
2010-07-24 Dave Rolsky Ignore Moose::Meta::Attribute and Moose::Meta::Class...
2010-07-24 Dave Rolsky Add coerce without coercion to list of deprecated features
2010-07-24 Dave Rolsky Don't try to inline a coercion unless the type constrai...
2010-07-24 Dave Rolsky Remove with_caller from the deprecations
2010-07-24 Dave Rolsky Explicitly use Moose::Deprecated in all modules that...
2010-07-24 Dave Rolsky Issue deprecation warning on coerce => 1 without coerci...
2010-07-24 Dave Rolsky Doc deprecation warnings in Changes for Delta.pod
2010-07-24 Dave Rolsky Add docs for Moose::Deprecated
2010-07-24 Dave Rolsky Deprecation warning for Moose::init_meta
2010-07-24 Dave Rolsky Deprecation warning for calling type() or subtype(...
2010-07-24 Dave Rolsky Remove alias_method (it's been deprecated since 0.73_01)
2010-07-24 Dave Rolsky Deprecate the Role type
2010-07-24 Dave Rolsky Add Moose::Deprecated, and clean up use of deprecated...
2010-07-24 Jesse Luehrs fix a test and clarify some docs
2010-07-24 Shawn M Moore Minor corrections to satisfy pod_spell.t
2010-07-24 Shawn M Moore Merge remote branch 'origin/rfc/illegal_options_for_inh...
2010-07-24 Shawn M Moore Merge remote branch 'origin/rfc/accessor_overwrite_func...
2010-07-24 Jesse Luehrs implement a with_traits helper function
2010-07-24 Jesse Luehrs warn if we try to overwrite a local function with an...
2010-07-24 Jesse Luehrs clean up some things, and allow overriding unspecified...
2010-07-24 Tuomas Jormola Implement inversed logic when defining which attribute...
2010-07-19 Jesse Luehrs use the correct option name
2010-07-12 Dave Rolsky Include type name in error when coerce => 1 is given...
2010-07-12 Dave Rolsky If you pass coerce => 1 for an attr, its type must...
2010-07-12 Dave Rolsky Remove totally unused chunk of code
2010-07-08 Dave Rolsky L<> does not need the module name twice any more
2010-07-08 Dave Rolsky Don't mention number of releases, since that's already...
2010-07-08 Dave Rolsky No need for "find or create" logic on class types.
2010-07-08 Dave Rolsky Editing of MX::Types related bits
2010-07-08 Dave Rolsky Remove some trailing whitesapce, and rework a paragraph.
2010-07-08 Dave Rolsky Remove doubled word
2010-07-06 Shawn M Moore Move the MooseX:: namespace section under extending...
2010-07-06 Jesse Luehrs use 5.10's new recursive regex features for the tc...
2010-07-04 Dave Rolsky Fix pod error
2010-07-04 Dave Rolsky Revert the change that unimported strict ...
2010-06-30 Jesse Luehrs don't inline accessors unless the instance supports it
2010-06-15 Jesse Luehrs version bump 1.08
2010-06-15 Jesse Luehrs mention a couple extra release steps
2010-06-15 Jesse Luehrs factor out a small part of the constructor inlining
2010-06-10 Jesse Luehrs handle fixing when the child class already does all...
2010-06-08 Jesse Luehrs oops, this should have been mentioned in the docs
2010-06-05 Florian Ragwitz Version 1.07 1.07
2010-06-05 Jesse Luehrs need to use real_ref_name in one more place
2010-06-01 Florian Ragwitz Version 1.06 1.06
2010-06-01 John Napiorkowski Merge branch 'master' of git.moose.perl.org:Moose
2010-06-01 John Napiorkowski added bool context overload to m:m:tc
2010-05-31 Florian Ragwitz Line wrapping
2010-05-30 Dave Rolsky No need to write "0+$self" when we already overloaded...
2010-05-28 John Napiorkowski fix and test related to breakage in MX:Types and others...
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Jesse Luehrs move some metaclass compat docs back to cmop
2010-05-20 Jesse Luehrs delegations and modifiers shouldn't be seen as coming...
2010-05-20 Dave Rolsky Refactor code to determine if two metaclasses differ...
2010-05-20 Dave Rolsky No parens on call to defined
2010-05-20 Dave Rolsky Refactor code to replace $self with a new object into...
2010-05-20 Dave Rolsky Remove unused variable
2010-05-20 Dave Rolsky Fix a small comment typo
2010-05-20 Dave Rolsky Use _real_ref_name to get ref name for a metaclass...
2010-05-20 Jesse Luehrs complain about unsafe fixing, since cmop doesn't anymore
2010-05-20 Jesse Luehrs Changes and ::Delta
2010-05-20 Jesse Luehrs fix some immutability issues, and expand the tests
2010-05-20 Jesse Luehrs remove obsolete comment
2010-05-20 Jesse Luehrs don't initialize delegate classes with Moose::Meta...
2010-05-20 Jesse Luehrs reinitialize the metaclasses, rather than just reblessing
2010-05-20 Jesse Luehrs make variable naming more clear, and fix some bugs...
2010-05-20 Jesse Luehrs extend cmop's metaclass fixing to also fix metarole...
2010-05-20 Florian Ragwitz Version 1.04 1.04
2010-05-19 Jay Hannah Moose doesn't use SVN any more.
2010-05-16 Ricardo Signes make the new "distinct types not equal" tests pass
2010-05-16 Jesse Luehrs add ->consumers method to role metaclass
2010-05-16 Jesse Luehrs no strict and no warnings when 'no Moose' is called
2010-05-15 Dave Rolsky No space between method names and parens in docs
2010-05-15 Dave Rolsky Clarify several confusing invocants and variable names.
2010-05-12 Jesse Luehrs stick the call to BUILDALL in ->meta->new_object, rathe...
2010-05-12 Jesse Luehrs fix failing tests
2010-05-12 Jesse Luehrs add HasMethods to Role explicitly, since it's no longer...
2010-05-11 Tomas Doran 'Fix' has '+attr' in roles by exploding earlier.
2010-05-11 Florian Ragwitz undoublefail
2010-05-06 Florian Ragwitz Fix typo.
2010-05-06 Florian Ragwitz Version 1.03. 1.03
2010-05-06 Florian Ragwitz Fix doc typo.
2010-05-05 Florian Ragwitz Allow required versions to be specified when setting...
2010-05-01 Florian Ragwitz Version 1.02. 1.02
2010-04-30 Florian Ragwitz Stop making $class_tc->is_subtype_of behave like -...
2010-04-08 Jesse Luehrs fix instance application not passing along role args...
2010-04-01 Florian Ragwitz Stop Array::natatime from returning an exhausted iterat...
2010-03-31 Florian Ragwitz Make Moose::Meta::TypeConstraint::Class correctly rejec...
2010-03-30 Dave Rolsky Move docs around to keep related items together
2010-03-30 Dave Rolsky Tweak BUILD docs and fix bizarro code style in example.
2010-03-27 mateu some words for Meta Cookbook.
2010-03-26 Florian Ragwitz Version 1.01. 1.01
2010-03-26 Florian Ragwitz Make handles accept role TCs.
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-25 Florian Ragwitz Stop Moose::Meta::Attribute::Native::Trait::Code from...
2010-03-23 Florian Ragwitz Actually remove trailing whitespace.
2010-03-23 Jesse Luehrs add docs for the various ways to specify methods to...
2010-03-23 Jay Hannah add_attribute() POD correction from flatwhatson <whatso...
2010-03-22 Robin V removed trailing spaces and tabs
next