| 1 | | --- |
| 2 | | global: |
| 3 | | name: Data-Semantic-URI |
| 4 | | releases: |
| 5 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 6 | | changes: |
| 7 | | - set the version to 0.03 |
| 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:03:45Z |
| 11 | | tags: [] |
| 12 | | version: 0.03 |
| 13 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 14 | | changes: |
| 15 | | - set the version to 0.02 |
| 16 | | - 'Makefile.PL: now requires Test::CompanionClasses 0.03; earlier versions had a bug in make_real_object()' |
| 17 | | date: 2007-11-22T13:09:03Z |
| 18 | | tags: [] |
| 19 | | version: 0.02 |
| 20 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 21 | | changes: |
| 22 | | - original version |
| 23 | | - 'Makefile.PL: fixed requirements' |
| 24 | | - "Data::Semantic::URI::TestData::*: there's not just 'good' and 'bad', there's 'well_formed', 'not_well_formed', 'valid' and 'invalid' under certain argument combinations" |
| 25 | | - "Data::Semantic::URI::*_TEST: don't inherit from Data::Semantic::RegexpTest, inherit from Data::Semantic::Test instead" |
| 26 | | - updated MANIFEST |
| 27 | | - getting rid of the distinction between well-formedness and validity. Only validity remains |
| 28 | | - 'all classes: added documentation' |
| 29 | | - 'Data::Semantic::URI::http_TEST: run() tests keep()' |
| 30 | | - 'Makefile.PL: build requires Test::Differences' |
| 31 | | - updated t/perlcriticrc |
| 32 | | date: 2007-11-21T18:22:13Z |
| 33 | | tags: [] |
| 34 | | version: 0.01 |
| | 1 | Revision history for Perl extension Data-Semantic-URI |
| | 2 | |
| | 3 | 0.03 Thu, 29 May 2008 12:03:45 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 4 | - set the version to 0.03 |
| | 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.02 Thu, 22 Nov 2007 13:09:03 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 10 | - set the version to 0.02 |
| | 11 | - Makefile.PL: now requires Test::CompanionClasses 0.03; earlier versions |
| | 12 | had a bug in make_real_object() |
| | 13 | |
| | 14 | 0.01 Wed, 21 Nov 2007 18:22:13 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 15 | - original version |
| | 16 | - Makefile.PL: fixed requirements |
| | 17 | - Data::Semantic::URI::TestData::*: there's not just 'good' and 'bad', |
| | 18 | there's 'well_formed', 'not_well_formed', 'valid' and 'invalid' under |
| | 19 | certain argument combinations |
| | 20 | - Data::Semantic::URI::*_TEST: don't inherit from |
| | 21 | Data::Semantic::RegexpTest, inherit from Data::Semantic::Test instead |
| | 22 | - updated MANIFEST |
| | 23 | - getting rid of the distinction between well-formedness and validity. |
| | 24 | Only validity remains |
| | 25 | - all classes: added documentation |
| | 26 | - Data::Semantic::URI::http_TEST: run() tests keep() |
| | 27 | - Makefile.PL: build requires Test::Differences |
| | 28 | - updated t/perlcriticrc |