Revision history for Perl extension Class-Accessor-Constructor

0.06  Wed Oct  8 18:39:34 CEST 2008 (Marcel Gruenauer <marcel@cpan.org>)
     - Dropped support for SORT_CONSTRUCTOR_ARGS; slowed down things too much
       if called often, as it would be in large OOP apps.
     - Changed dist style and Changes back to standard. People didn't like it -
       the nail that sticks out gets hammered down.
     - Added standard test files; this will also help with CPANTS.

0.05  Thu, 29 May 2008 12:01:17 -0000 (Marcel Gruenauer <marcel@cpan.org>)
     - Converted Changes file to YAML style
     - now imports cluck() from Carp.pm to make clucking on unknown setters
       work
     - .shipit: added Twitter step
     - Makefile.PL: added auto_install() and process_templates()
     - lib/*: converted to template
     - updated MANIFEST
     - added documentation generated to all accessor generators
     - documented that it generates documentation
     - updated t/perlcriticrc
     - .shipit: fixed svk.tagpattern
     - tags: NEWFEATURE

0.04  Wed, 24 Oct 2007 11:40:58 +0200 (Marcel Gruenauer <marcel@cpan.org>)
     - now uses Class::Accessor::Installer

0.03  Sun, 21 Oct 2007 20:00:29 +0200 (Marcel Gruenauer <marcel@cpan.org>)
     - removed stray Class::MethodMaker artefact

0.02  Sat, 20 Oct 2007 22:17:31 +0200 (Marcel Gruenauer <marcel@cpan.org>)
     - simplified accessor declaration

0.01  Fri, 19 Oct 2007 17:42:30 +0200 (Marcel Gruenauer <marcel@cpan.org>)
     - original version