Use dzil Authority plugin - remove $AUTHORITY from code
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
2010-12-27 Dave Rolsky Use dzil Authority plugin - remove $AUTHORITY from...
2010-12-26 Dave Rolsky Beginning of dzilization
2010-11-19 Dave Rolsky Bump version to 1.9900 for new version numbering scheme
2010-11-18 Jesse Luehrs refactor constructor inlining to reuse attribute code
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 Chris Prather restore documentation for lazy_build and underscore...
2010-11-02 Dave Rolsky bump version to 1.19 1.19
2010-10-29 Dave Rolsky bump version to 1.18
2010-10-28 Dave Rolsky Warn when an accessor for one attr overwrites another...
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-26 Dave Rolsky Tidy code and add whitespace in _process_accessors
2010-10-26 Dave Rolsky When we need a metaclass for delegation, die when the...
2010-10-26 Dave Rolsky Fix sub order so caller comes before callee
2010-10-26 Dave Rolsky Move lazy_build processing to its own sub and make...
2010-10-19 Dave Rolsky bump version to 1.17 1.17
2010-10-18 Dave Rolsky Bump version to 1.16
2010-09-27 Dave Rolsky bump version to 1.15
2010-09-27 Jesse Luehrs stop testing for methods named 'meta'
2010-09-27 Jesse Luehrs override metaclass compat stuff in a trait for CMOP...
2010-09-27 Dave Rolsky When generating inline_store code, don't weaken non...
2010-09-27 Dave Rolsky Get inline slot access snippets from attr, not direct...
2010-09-27 Dave Rolsky Moved some inlining duties to Attribute class, which...
2010-09-21 Dave Rolsky bump version to 1.14 1.14
2010-09-13 Dave Rolsky bump version to 1.13 1.13
2010-09-13 Dave Rolsky Clarify that coerce requires a TC with a coercion
2010-08-28 Dave Rolsky bump version to 1.12 1.12
2010-08-28 Dave Rolsky bump version to 1.11
2010-08-26 Jesse Luehrs actually, there's no reason that overriding 'is' is...
2010-08-20 Dave Rolsky Bump version to 1.10
2010-07-25 Dave Rolsky bump version to 1.09 1.09
2010-07-24 Dave Rolsky Always check that a constraint has a coercion before...
2010-07-24 Dave Rolsky Issue deprecation warning on coerce => 1 without coerci...
2010-07-24 Shawn M Moore Merge remote branch 'origin/rfc/illegal_options_for_inh...
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-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-06-15 Jesse Luehrs version bump 1.08
2010-06-05 Florian Ragwitz Version 1.07 1.07
2010-06-01 Florian Ragwitz Version 1.06 1.06
2010-05-20 Florian Ragwitz Version 1.05 1.05
2010-05-20 Jesse Luehrs don't initialize delegate classes with Moose::Meta...
2010-05-20 Florian Ragwitz Version 1.04 1.04
2010-05-06 Florian Ragwitz Version 1.03. 1.03
2010-05-01 Florian Ragwitz Version 1.02. 1.02
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-16 Graham Knop Fix various broken links in POD
2010-03-08 Florian Ragwitz Version 0.99. 0.99
2010-02-10 Dave Rolsky bump version to 0.98
2010-02-10 Dave Rolsky bump version to 0.97 0.97
2010-02-06 Florian Ragwitz Version 0.96. 0.96
2010-02-04 Florian Ragwitz Version 0.95. 0.95
2010-01-18 Dave Rolsky set version to 0.94
2010-01-05 Dave Rolsky bump version to 0.93_03 0.93_03
2010-01-05 Dave Rolsky bump version to 0.93_02 0.93_02
2010-01-04 Dave Rolsky bump version to 0.93_01
2010-01-04 Dave Rolsky Change BUGS so it always tells people to look at Moose...
2010-01-04 Dave Rolsky bump copyright year to 2010
2010-01-04 Dave Rolsky Merged topic/metarole-distinguishes-role-meta (which...
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.93... 0.93
2009-11-05 Jesse Luehrs oops, associated_methods returns an arrayref of method...
2009-10-24 Jesse Luehrs don't remove accessors we never installed
2009-10-12 Jesse Luehrs preserve aliasing for delegated methods
2009-09-25 Jesse Luehrs replace several uses of eval with try
2009-09-22 Dave Rolsky Tidy and make weaken_value private
2009-09-22 Dave Rolsky bump version to 0.92
2009-09-22 Yuval Kogman Test semantics for raw_value
2009-09-17 Dave Rolsky bump version to 0.91 0.91
2009-09-14 Dave Rolsky bump version to 0.90
2009-09-14 Dave Rolsky more work on ignoring meta in role method list
2009-09-11 Dave Rolsky bump version to 0.89_02 and set release date 0.89_02
2009-09-02 Dave Rolsky bump version to 0.89_01
2009-08-20 Jesse Luehrs redo the currying syntax to get rid of one of the arrayrefs
2009-08-15 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-08-13 Dave Rolsky bump version to 0.89
2009-08-12 Dave Rolsky Implement passing the old value to a trigger when appro...
2009-08-03 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-24 Dave Rolsky bump version to 0.88 0.88
2009-07-24 Matt S Trout make weak_ref permitted as part of attribute inheritance
2009-07-08 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-07-07 Dave Rolsky bump version to 0.87 0.87
2009-07-03 Dave Rolsky bump version to 0.86
2009-06-26 Yuval Kogman accessor overwriting warning now reflects reality
2009-06-26 Dave Rolsky Merge branch 'master' into attribute_helpers
2009-06-26 Dave Rolsky bump version to 0.85 0.85
2009-06-26 Dave Rolsky Merge branch 'master' into attribute_helpers
2009-06-26 Hans Dieter Pearcey rename to _check_associated_methods
2009-06-26 Hans Dieter Pearcey Merge branch 'master' into attribute_helpers
2009-06-26 Hans Dieter Pearcey make check_associated_methods better
2009-06-26 Shawn M Moore Include the class name in the method-less attribute...
2009-06-26 Dave Rolsky bump version to 0.84 0.84
2009-06-26 Jesse Luehrs only warn if the attribute was defined in the same...
2009-06-26 nperez Make mispelled or unknown additional attribute construc...
next