| 1 | | --- |
| 2 | | global: |
| 3 | | name: String-FlexMatch |
| 4 | | releases: |
| 5 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 6 | | changes: |
| 7 | | - set the version to 0.12 |
| 8 | | - moved generated documentation of interited methods to after documentation of this class' methods so the manpage is more readable |
| 9 | | - '.shipit: fixed svk.tagpattern' |
| 10 | | date: 2008-05-29T12:07:50Z |
| 11 | | tags: [] |
| 12 | | version: 0.12 |
| 13 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 14 | | changes: |
| 15 | | - Converted Changes file to YAML style |
| 16 | | - '.shipit: added Twitter step' |
| 17 | | - 'Makefile.PL: added auto_install() and process_templates()' |
| 18 | | - 'lib/*: converted to template' |
| 19 | | - updated MANIFEST |
| 20 | | - updated t/perlcriticrc |
| 21 | | - 'Makefile.PL: now requires Class::Accessor::Complex 0.12' |
| 22 | | date: 2007-11-24T21:56:44Z |
| 23 | | tags: |
| 24 | | - NEWFEATURE |
| 25 | | version: 0.11 |
| 26 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 27 | | changes: |
| 28 | | - simplified accessor declaration |
| 29 | | date: 2007-10-20T22:35:03+02:00 |
| 30 | | tags: [] |
| 31 | | version: 0.10 |
| 32 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 33 | | changes: |
| 34 | | - fixed version requirement of Test::More |
| 35 | | date: 2007-10-18T10:09:39+02:00 |
| 36 | | tags: [] |
| 37 | | version: 0.09 |
| 38 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 39 | | changes: |
| 40 | | - switched from Class::MethodMaker to Class::Accessor::Complex |
| 41 | | date: 2007-10-17T13:07:50+02:00 |
| 42 | | tags: [] |
| 43 | | version: 0.08 |
| 44 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 45 | | changes: |
| 46 | | - brought it into shape for CPAN release |
| 47 | | date: 2007-10-04T17:31:55+02:00 |
| 48 | | tags: [] |
| 49 | | version: 0.07 |
| 50 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 51 | | changes: |
| 52 | | - added support for YAML::Active's Dump() |
| 53 | | date: 2005-02-16T12:45:19+01:00 |
| 54 | | tags: [] |
| 55 | | version: 0.06 |
| 56 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 57 | | changes: |
| 58 | | - now uses Module::Build and generates META.yml and Makefile.PL |
| 59 | | - added documentation for accessors and overloaded operators |
| 60 | | date: 2003-09-04T12:47:18+02:00 |
| 61 | | tags: [] |
| 62 | | version: 0.05 |
| 63 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 64 | | changes: |
| 65 | | - added YAML and Test::More to Makefile.PL's PREREQ_PM (thanks Andrew Savige) |
| 66 | | - simplified is_eq() somewhat (thanks Steffen Mueller) |
| 67 | | date: 2003-09-04T00:20:30+02:00 |
| 68 | | tags: [] |
| 69 | | version: 0.04 |
| 70 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 71 | | changes: |
| 72 | | - now uses Class::MethodMaker for constructor generation |
| 73 | | date: 2003-09-02T13:01:15+02:00 |
| 74 | | tags: [] |
| 75 | | version: 0.03 |
| 76 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 77 | | changes: |
| 78 | | - first working implementation |
| 79 | | date: 2003-09-02T10:45:23+02:00 |
| 80 | | tags: [] |
| 81 | | version: 0.02 |
| 82 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 83 | | changes: |
| 84 | | - original version |
| 85 | | date: 2003-09-01T23:52:02+01:00 |
| 86 | | tags: [] |
| 87 | | version: 0.01 |
| | 1 | Revision history for Perl extension String-FlexMatch |
| | 2 | |
| | 3 | 0.12 Thu, 29 May 2008 12:07:50 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 4 | - set the version to 0.12 |
| | 5 | - moved generated documentation of interited methods to after |
| | 6 | documentation of this class' methods so the manpage is more readable |
| | 7 | - .shipit: fixed svk.tagpattern |
| | 8 | |
| | 9 | 0.11 Sat, 24 Nov 2007 21:56:44 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 10 | - Converted Changes file to YAML style |
| | 11 | - .shipit: added Twitter step |
| | 12 | - Makefile.PL: added auto_install() and process_templates() |
| | 13 | - lib/*: converted to template |
| | 14 | - updated MANIFEST |
| | 15 | - updated t/perlcriticrc |
| | 16 | - Makefile.PL: now requires Class::Accessor::Complex 0.12 |
| | 17 | - tags: NEWFEATURE |
| | 18 | |
| | 19 | 0.10 Sat, 20 Oct 2007 22:35:03 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 20 | - simplified accessor declaration |
| | 21 | |
| | 22 | 0.09 Thu, 18 Oct 2007 10:09:39 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 23 | - fixed version requirement of Test::More |
| | 24 | |
| | 25 | 0.08 Wed, 17 Oct 2007 13:07:50 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 26 | - switched from Class::MethodMaker to Class::Accessor::Complex |
| | 27 | |
| | 28 | 0.07 Thu, 04 Oct 2007 17:31:55 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 29 | - brought it into shape for CPAN release |
| | 30 | |
| | 31 | 0.06 Wed, 16 Feb 2005 12:45:19 +0100 (Marcel Gruenauer <marcel@cpan.org>) |
| | 32 | - added support for YAML::Active's Dump() |
| | 33 | |
| | 34 | 0.05 Thu, 04 Sep 2003 12:47:18 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 35 | - now uses Module::Build and generates META.yml and Makefile.PL |
| | 36 | - added documentation for accessors and overloaded operators |
| | 37 | |
| | 38 | 0.04 Thu, 04 Sep 2003 00:20:30 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 39 | - added YAML and Test::More to Makefile.PL's PREREQ_PM (thanks Andrew |
| | 40 | Savige) |
| | 41 | - simplified is_eq() somewhat (thanks Steffen Mueller) |
| | 42 | |
| | 43 | 0.03 Tue, 02 Sep 2003 13:01:15 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 44 | - now uses Class::MethodMaker for constructor generation |
| | 45 | |
| | 46 | 0.02 Tue, 02 Sep 2003 10:45:23 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 47 | - first working implementation |
| | 48 | |
| | 49 | 0.01 Mon, 01 Sep 2003 23:52:02 +0100 (Marcel Gruenauer <marcel@cpan.org>) |
| | 50 | - original version |