The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
RDF-DOAP
========

Created:      2013-08-11
Home page:    <https://metacpan.org/release/RDF-DOAP>
Bug tracker:  <https://github.com/kjetilk/p5-rdf-doap/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>
Maintainer:   Kjetil Kjernsmo (KJETILK) <kjetilk@cpan.org>

0.105	2022-07-18

 - RDF::DOAP::Types->make_immutable.

0.104	2019-12-10

 - Sort the output of $project->homepage to prioritize non-metacpan
   homepages over metacpan homepages.

0.103	2019-11-23

 - If versions 10 and 12 both offer changelogs since version 8, then omit
   details for all releases between 8 and 12 (not inclusive) instead of
   just 8 and 10 (not inclusive).

0.102	2019-11-23

 [ Bug Fixes ]
 - Cope with versions that have no changeset.

0.101	2019-11-23

 - If a changeset for version 10 indicates that it's versus version 8, then
   the details for version 9 will be left out of changelog.

0.100	2017-12-21

 - Added: RDF::DOAP::Project now has methods for fora.
 - Replace List::MoreUtils with List::Util.
 - Some minor changes.

0.012	2014-09-07

 [ Bug Fixes ]
 - Prevent gather_objects from returning non-references.

0.011	2014-08-12

 [ Bug Fixes ]
 - Don't import Types::Standard type constraints twice over.

0.010	2013-09-30

 [ Bug Fixes ]
 - Use Exporter::Tiny instead of Exporter::TypeTiny.

0.009	2013-09-07

 [ Bug Fixes ]
 - Fix entries in changelog for changes with no explicit rdf:type.

0.008	2013-09-03

 [ Bug Fixes ]
 - Fix some 'uninitialized' warnings.

0.007	2013-09-03


 - Make sure entries within changelog groups are lexicograpically sorted.

0.006	2013-09-03


 - Updated: New roles added for dcs:BackCompat and dcs:Tests.

0.005	2013-08-13

 [ Bug Fixes ]
 - Further fix for `rdf_get`, `rdf_get_literal` and `rdf_get_uri` methods.

0.004	2013-08-13

 [ Bug Fixes ]
 - Fix `rdf_get`, `rdf_get_literal` and `rdf_get_uri` methods.

 [ Packaging ]
 - Add missing dep on Test::LongString.

 [ Other ]
 - Improved stringification for RDF::DOAP::Person.

0.003	2013-08-13

 - Added: RDF::DOAP::Resource now has `rdf_get`, `rdf_get_literal` and
   `rdf_get_uri` methods.

0.002	2013-08-12

 [ Packaging ]
 - Various mini fixes.

0.001	2013-08-12	Initial release