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

Created:      2010-05-05
Home page:    <https://metacpan.org/release/RDF-RDFa-Generator>
Bug tracker:  <https://github.com/kjetilk/p5-rdf-rdfa-generator/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>
Maintainer:   Kjetil Kjernsmo (KJETILK) <kjetilk@cpan.org>

0.106	2017-12-22

 [ Bug Fixes ]
 - Prevent XML::LibXML::Element::setAttribute complaining about
   uninitialized value.
   ZORAN++

 [ Packaging ]
 - Many minor improvements in packaging.
 - Upgrade distribution build system to Dist::Inkt.

0.103	2012-12-12

 [ Bug Fixes ]
 - Fix strange buglet that affected RDF::RDFa::Linter.

 [ Packaging ]
 - Upgrade distribution build system.

 [ Other ]
 - Drop common::sense and parent.pm deps.

0.102	2011-07-06

 [ Bug Fixes ]
 - <meta> element should name @name, not @nane.
 - Namespaces in HTML::Head and HTML::Hidden.

0.101	2010-09-06

 - Added: Icons for a few extra classes.
 - Added: Support 'namespaces' option for the constructor, for
   compatibility with other Trine serialisers.
 - Added: use RDF::Prefixes.

0.100	2010-07-25

 - Added: HTML::Pretty now includes cross-links to other resources.

0.05	2010-05-27

 [ Bug Fixes ]
 - UTF-8 fixes.

0.04	2010-05-21

 - HTML::Hidden and HTML::Pretty now use @about instead of @src to set the
   subject URI.
 - HTML::Pretty no longer makes 'javascript:' URLs into links.

0.03	2010-05-19

 [ Bug Fixes ]
 - HTML::Pretty Fallback to sorting by object now works.

 [ Other ]
 - Added: HTML::Pretty can now force safe HTML (prevents injection
   attacks).

0.02	2010-05-18

 - Added: HTML::Pretty can now include additional textual notes in the
   output. This functionality added for RDF::RDFa::Linter.
 - Using FamFamFam Silk icons.

0.01	2010-05-09	Original version