gitmo/MooseX-ClassAttribute.git
2009-04-07 Dave Rolsky require latest Moose 0.08
2009-04-07 Dave Rolsky Update changes date
2009-04-07 Dave Rolsky Bump version
2009-04-05 Dave Rolsky Wording tweak
2009-04-05 Dave Rolsky Changes to work with (and require) Moose 0.73_01
2009-03-13 Dave Rolsky pass bare names and quote them closer to the code gener...
2009-02-28 Dave Rolsky Fix indentation
2008-11-10 Dave Rolsky use modules in the place where they're really used
2008-11-10 Dave Rolsky bump version and update Changes 0.07
2008-11-10 Dave Rolsky Reformat to my style
2008-11-10 Dave Rolsky No need to actually get the instance, since we ignore...
2008-11-10 Shawn M Moore Fix the API for set_value; even though we don't need...
2008-11-10 Shawn M Moore Add failing tests for AttributeHelpers + ClassAttribute
2008-09-06 Dave Rolsky Add missing prereq on MX::AH. 0.06
2008-09-05 Dave Rolsky Doh wrong month
2008-09-05 Dave Rolsky add .shipit and ignore MANIFEST 0.05
2008-09-05 Dave Rolsky Update changes for release
2008-09-05 Dave Rolsky No need to be so fancy
2008-09-05 Dave Rolsky Only run tests for maintainer
2008-09-05 Dave Rolsky Update prereqs
2008-09-05 Dave Rolsky remove generated flie
2008-09-05 Dave Rolsky Plan the tests
2008-09-05 Dave Rolsky pod for everything
2008-09-05 Dave Rolsky Add tests for introspection methods
2008-09-05 Dave Rolsky Update docs for the new way.
2008-09-05 Dave Rolsky Everything works, with my uber hack of making the attri...
2008-09-02 Dave Rolsky I'm sick of critic
2008-09-02 Dave Rolsky Mostly working implementation, but mixing with MX:...
2008-09-02 Dave Rolsky Updates for latest Moose and MX::CA. Mostly small tweaks.
2008-08-25 Dave Rolsky Require latest MX::AH for tests.
2008-08-07 Dave Rolsky Only import has to avoid overwriting make_immutable
2008-07-15 Shawn M Moore Factor out a concatenation in grabbing the instance.
2008-06-24 Shawn M Moore The method is called container_class, not containing_class
2008-05-23 Dave Rolsky Shut up deprecation warnings
2008-01-21 Dave Rolsky Prep for 0.04 release 0.04
2008-01-21 Dave Rolsky Require Moose 0.34
2008-01-21 Dave Rolsky Use add_attribute rather than _process_attribute to...
2007-12-11 Dave Rolsky Fix braino
2007-12-08 Dave Rolsky Simplify code a smidge
2007-12-08 Dave Rolsky Updates for 0.03.
2007-12-06 Dave Rolsky Use Moose::_get_caller (unseemly, but maybe more flexible).
2007-12-06 Dave Rolsky It's good form to use all classes which we refer to...
2007-12-06 Dave Rolsky Tweaks based on Stevan's changes to make greater use...
2007-11-25 Dave Rolsky Update requires to actually be accurate 0.02
2007-11-25 Dave Rolsky inherit from Exporter for Perl 5.6.x
2007-11-24 Dave Rolsky Date for first release 0.01
2007-11-24 Dave Rolsky update manifest
2007-11-24 Dave Rolsky Require a recent Moose
2007-11-24 Dave Rolsky A bit more docs.
2007-11-24 Dave Rolsky A working version, with docs and all tests passing.
2007-11-24 Dave Rolsky Throw an error if the constructor receives a class...
2007-11-24 Dave Rolsky Some small test improvements.
2007-09-20 Dave Rolsky Remove the now no-longer-necessary non-inline method...
2007-09-20 Dave Rolsky The start of a working implementation. Several things...
2007-09-19 Dave Rolsky Initial import of stub code