| 1 | | --- |
| 2 | | global: |
| 3 | | name: Class-Accessor-FactoryTyped |
| 4 | | releases: |
| 5 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 6 | | changes: |
| 7 | | - Converted Changes file to YAML style |
| 8 | | - '.shipit: added Twitter step' |
| 9 | | - 'Makefile.PL: added auto_install() and process_templates()' |
| 10 | | - 'lib/*: converted to template' |
| 11 | | - updated MANIFEST |
| 12 | | - '.shipit: now uses ApplyYAMLChangeLogVersion' |
| 13 | | - started writing generated documentation |
| 14 | | - updated t/perlcriticrc |
| 15 | | - factory typed attribute accessor now also accepts subclasses of the expected class |
| 16 | | - '.shipit: fixed svk.tagpattern' |
| 17 | | date: 2008-05-29T12:01:23Z |
| 18 | | tags: |
| 19 | | - NEWFEATURE |
| 20 | | version: 0.03 |
| 21 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 22 | | changes: |
| 23 | | - now uses Class::Accessor::Installer |
| 24 | | date: 2007-10-24T11:41:27+02:00 |
| 25 | | tags: [] |
| 26 | | version: 0.02 |
| 27 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 28 | | changes: |
| 29 | | - original version |
| 30 | | date: 2007-10-21T20:05:00+02:00 |
| 31 | | tags: [] |
| 32 | | version: 0.01 |
| | 1 | Revision history for Perl extension Class-Accessor-FactoryTyped |
| | 2 | |
| | 3 | 0.03 Thu, 29 May 2008 12:01:23 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 4 | - Converted Changes file to YAML style |
| | 5 | - .shipit: added Twitter step |
| | 6 | - Makefile.PL: added auto_install() and process_templates() |
| | 7 | - lib/*: converted to template |
| | 8 | - updated MANIFEST |
| | 9 | - .shipit: now uses ApplyYAMLChangeLogVersion |
| | 10 | - started writing generated documentation |
| | 11 | - updated t/perlcriticrc |
| | 12 | - factory typed attribute accessor now also accepts subclasses of the |
| | 13 | expected class |
| | 14 | - .shipit: fixed svk.tagpattern |
| | 15 | - tags: NEWFEATURE |
| | 16 | |
| | 17 | 0.02 Wed, 24 Oct 2007 11:41:27 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 18 | - now uses Class::Accessor::Installer |
| | 19 | |
| | 20 | 0.01 Sun, 21 Oct 2007 20:05:00 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 21 | - original version |