[librdf-rdfa-generator-perl] 49/64: New upstream version 0.106

Jonas Smedegaard dr at jones.dk
Sat Dec 23 12:22:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.106-1
in repository librdf-rdfa-generator-perl.

commit 37538f28bcd5d985e771a9cc9ac23b5adec82781
Merge: 61f8f07 b91d396
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Dec 23 12:01:21 2017 +0100

    New upstream version 0.106

 COPYRIGHT                                  |  98 ++-
 CREDITS                                    |   7 +
 Changes                                    |  69 ++-
 HACKING                                    |  43 --
 INSTALL                                    |  38 ++
 LICENSE                                    |   8 +-
 MANIFEST                                   |  47 +-
 META.json                                  |  95 +++
 META.yml                                   |  71 ++-
 Makefile.PL                                | 161 ++++-
 README                                     |  73 +--
 lib/RDF/RDFa/Generator.pm => README.pod    |  10 +-
 SIGNATURE                                  |  76 ++-
 dist.ini                                   |   3 +
 doap.ttl                                   | 184 ++++++
 inc/Module/AutoInstall.pm                  | 930 -----------------------------
 inc/Module/Install.pm                      | 470 ---------------
 inc/Module/Install/AutoInstall.pm          |  93 ---
 inc/Module/Install/AutoManifest.pm         |  45 --
 inc/Module/Install/Base.pm                 |  83 ---
 inc/Module/Install/Can.pm                  | 154 -----
 inc/Module/Install/Fetch.pm                |  93 ---
 inc/Module/Install/Include.pm              |  34 --
 inc/Module/Install/Makefile.pm             | 418 -------------
 inc/Module/Install/Metadata.pm             | 722 ----------------------
 inc/Module/Install/Package.pm              | 323 ----------
 inc/Module/Install/TrustMetaYml.pm         |  50 --
 inc/Module/Install/Win32.pm                |  64 --
 inc/Module/Install/WriteAll.pm             |  63 --
 inc/Module/Package.pm                      |  71 ---
 inc/Module/Package/Dist/RDF.pm             |  47 --
 inc/Scalar/Util.pm                         |  49 --
 inc/YAML/Tiny.pm                           | 643 --------------------
 inc/unicore/Name.pm                        | 416 -------------
 inc/utf8.pm                                |  27 -
 lib/RDF/RDFa/Generator.pm                  |  10 +-
 lib/RDF/RDFa/Generator/HTML/Head.pm        |   2 +-
 lib/RDF/RDFa/Generator/HTML/Hidden.pm      |   2 +-
 lib/RDF/RDFa/Generator/HTML/Pretty.pm      |   4 +-
 lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm |   2 +-
 meta/changes.pret                          |  59 --
 meta/doap.pret                             |  26 -
 meta/makefile.pret                         |  13 -
 t/uninit_lang_warning.t                    |  32 +
 44 files changed, 757 insertions(+), 5171 deletions(-)

diff --cc COPYRIGHT
index 54f4975,0000000..1d9d5de
mode 100644,000000..100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@@ -1,71 -1,0 +1,61 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: RDF-RDFa-Generator
- Upstream-Contact: <http://purl.org/NET/cpan-uri/person/tobyink>
++Upstream-Contact: Kjetil Kjernsmo (KJETILK) <kjetilk at cpan.org> and Toby Inkster (TOBYINK) <tobyink at cpan.org>
 +Source: https://metacpan.org/release/RDF-RDFa-Generator
 +
++Files: Changes
++ META.json
++ META.yml
++ dist.ini
++ doap.ttl
++ lib/RDF/RDFa/Generator/HTML/Head.pm
++ lib/RDF/RDFa/Generator/HTML/Hidden.pm
++ lib/RDF/RDFa/Generator/HTML/Pretty.pm
++ t/01basic.t
++ t/02_kk_namespaces.t
++ t/uninit_lang_warning.t
++Copyright: Copyright 2017 Kjetil Kjernsmo and Toby Inkster.
++License: GPL-1.0+ or Artistic-1.0
++
++Files: INSTALL
++ LICENSE
++ TODO
++ examples/example1-out.html
++ examples/example1.css
++ examples/example1.pl
++Copyright: Unknown
++License: Unknown
++
 +Files: COPYRIGHT
++ CREDITS
++ SIGNATURE
 +Copyright: None
 +License: public-domain
- Comment: This file! Automatically generated.
- 
- Files: inc/Module/Install.pm
- Copyright: Copyright 2002 - 2012 Brian Ingerson, Audrey Tang and Adam Kennedy.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/Module/Install/Base.pm
- Copyright: Copyright 2003, 2004 by Audrey Tang <autrijus at autrijus.org>.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/Module/Install/Include.pm
- Copyright: Copyright 2002 - 2012 Brian Ingerson, Audrey Tang and Adam Kennedy.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/Module/Install/Makefile.pm
- Copyright: Copyright 2002, 2003, 2004 Audrey Tang and Brian Ingerson.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/Module/Install/Metadata.pm
- Copyright: Copyright 2002 - 2012 Brian Ingerson, Audrey Tang and Adam Kennedy.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/Module/Install/Package.pm
- Copyright: Copyright (c) 2011. Ingy doet Net.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/Module/Install/TrustMetaYml.pm
- Copyright: This software is copyright (c) 2011-2012 by Toby Inkster.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/Scalar/Util.pm
- Copyright: Copyright (c) 1997-2007 Graham Barr <gbarr at pobox.com>. All rights reserved. Copyright (c) 1999 Tuomas J. Lukka <lukka at iki.fi>. All rights reserved.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/YAML/Tiny.pm
- Copyright: Copyright 2006 - 2012 Adam Kennedy.
- License: GPL-1.0+ or Artistic-1.0
- 
- Files: inc/unicore/Name.pm
- Copyright: 1993-2012, Larry Wall and others
- License: GPL-1.0+ or Artistic-1.0
 +
- Files: inc/utf8.pm
- Copyright: 1993-2012, Larry Wall and others
++Files: README
++ README.pod
++ lib/RDF/RDFa/Generator.pm
++Copyright: Copyright (C) 2010 by Toby Inkster, 2017 Kjetil Kjernsmo.
 +License: GPL-1.0+ or Artistic-1.0
 +
- Files: lib/RDF/RDFa/Generator.pm
++Files: lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
 +Copyright: Copyright (C) 2010 by Toby Inkster.
 +License: GPL-1.0+ or Artistic-1.0
 +
- Files: lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
- Copyright: Copyright (C) 2010 by Toby Inkster.
++Files: Makefile.PL
++Copyright: Copyright 2013 Toby Inkster.
 +License: GPL-1.0+ or Artistic-1.0
 +
- Files: Changes HACKING LICENSE MANIFEST.SKIP Makefile.PL README TODO examples/example1-out.html examples/example1.css examples/example1.pl inc/Module/Package/Dist/RDF.pm lib/RDF/RDFa/Generator/HTML/Head.pm lib/RDF/RDFa/Generator/HTML/Hidden.pm lib/RDF/RDFa/Generator/HTML/Pretty.pm meta/changes.pret meta/doap.pret meta/makefile.pret t/01basic.t t/02_kk_namespaces.t
- Copyright: Unknown
- License: Unknown
++License: Artistic-1.0
++ This software is Copyright (c) 2017 by the copyright holder(s).
++ 
++ This is free software, licensed under:
++ 
++   The Artistic License 1.0
 +
- License: GPL-1.0+ or Artistic-1.0
-  This software is copyright (c) 2012 by the copyright holder(s).
++License: GPL-1.0
++ This software is Copyright (c) 2017 by the copyright holder(s).
++ 
++ This is free software, licensed under:
 + 
-  This is free software; you can redistribute it and/or modify it under
-  the same terms as the Perl 5 programming language system itself.
++   The GNU General Public License, Version 1, February 1989
diff --cc CREDITS
index 0000000,0000000..272b97b
new file mode 100644
--- /dev/null
+++ b/CREDITS
@@@ -1,0 -1,0 +1,7 @@@
++Maintainer:
++- Kjetil Kjernsmo (KJETILK) <kjetilk at cpan.org>
++- Toby Inkster (TOBYINK) <tobyink at cpan.org>
++
++Contributor:
++- ZORAN <zoran at cpan.org>
++
diff --cc Changes
index 0ca7b18,0000000..437b828
mode 100644,000000..100644
--- a/Changes
+++ b/Changes
@@@ -1,54 -1,0 +1,75 @@@
 +RDF-RDFa-Generator
 +==================
 +
 +Created:      2010-05-05
 +Home page:    <https://metacpan.org/release/RDF-RDFa-Generator>
- Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=RDF-RDFa-Generator>
++Bug tracker:  <https://github.com/kjetilk/p5-rdf-rdfa-generator/issues>
++Maintainer:   Toby Inkster (TOBYINK) <tobyink at cpan.org>
++Maintainer:   Kjetil Kjernsmo (KJETILK) <kjetilk at cpan.org>
 +
- 0.103  2012-12-12
++0.106	2017-12-22
 +
-  - (Bugfix) Fix strange buglet that affected RDF::RDFa::Linter.
-  - (Packaging) Upgrade distribution build system.
++ [ 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
++0.102	2011-07-06
 +
-  - (Bugfix) <meta> element should name @name, not @nane.
-  - (Bugfix) Namespaces in HTML::Head and HTML::Hidden.
++ [ Bug Fixes ]
++ - <meta> element should name @name, not @nane.
++ - Namespaces in HTML::Head and HTML::Hidden.
 +
- 0.101  2010-09-06
++0.101	2010-09-06
 +
-  - (Addition) Icons for a few extra classes.
-  - (Addition) Support 'namespaces' option for the constructor, for
++ - Added: Icons for a few extra classes.
++ - Added: Support 'namespaces' option for the constructor, for
 +   compatibility with other Trine serialisers.
-  - (Addition) use RDF::Prefixes.
++ - Added: use RDF::Prefixes.
 +
- 0.100  2010-07-25
++0.100	2010-07-25
 +
-  - (Addition) HTML::Pretty now includes cross-links to other resources.
++ - Added: HTML::Pretty now includes cross-links to other resources.
 +
- 0.05  2010-05-27
++0.05	2010-05-27
 +
-  - (Bugfix) UTF-8 fixes.
++ [ Bug Fixes ]
++ - UTF-8 fixes.
 +
- 0.04  2010-05-21
++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
++0.03	2010-05-19
++
++ [ Bug Fixes ]
++ - HTML::Pretty Fallback to sorting by object now works.
 +
-  - (Addition) HTML::Pretty can now force safe HTML (prevents injection
++ [ Other ]
++ - Added: HTML::Pretty can now force safe HTML (prevents injection
 +   attacks).
-  - (Bugfix) HTML::Pretty Fallback to sorting by object now works.
 +
- 0.02  2010-05-18
++0.02	2010-05-18
 +
-  - (Addition) HTML::Pretty can now include additional textual notes in the
++ - 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
- 
- 
++0.01	2010-05-09	Original version
diff --cc INSTALL
index 0000000,0000000..6407960
new file mode 100644
--- /dev/null
+++ b/INSTALL
@@@ -1,0 -1,0 +1,38 @@@
++    Installing RDF-RDFa-Generator should be straightforward.
++
++INSTALLATION WITH CPANMINUS
++    If you have cpanm, you only need one line:
++
++            % cpanm RDF::RDFa::Generator
++
++    If you are installing into a system-wide directory, you may need to pass
++    the "-S" flag to cpanm, which uses sudo to install the module:
++
++            % cpanm -S RDF::RDFa::Generator
++
++INSTALLATION WITH THE CPAN SHELL
++    Alternatively, if your CPAN shell is set up, you should just be able to
++    do:
++
++            % cpan RDF::RDFa::Generator
++
++MANUAL INSTALLATION
++    As a last resort, you can manually install it. Download the tarball and
++    unpack it.
++
++    Consult the file META.json for a list of pre-requisites. Install these
++    first.
++
++    To build RDF-RDFa-Generator:
++
++            % perl Makefile.PL
++            % make && make test
++
++    Then install it:
++
++            % make install
++
++    If you are installing into a system-wide directory, you may need to run:
++
++            % sudo make install
++
diff --cc LICENSE
index 6e342ee,0000000..0b5d723
mode 100644,000000..100644
--- a/LICENSE
+++ b/LICENSE
@@@ -1,379 -1,0 +1,379 @@@
- This software is copyright (c) 2012 by <http://purl.org/NET/cpan-uri/person/tobyink>.
++This software is copyright (c) 2017 by Kjetil Kjernsmo and Toby Inkster.
 +
 +This is free software; you can redistribute it and/or modify it under
 +the same terms as the Perl 5 programming language system itself.
 +
 +Terms of the Perl programming language system itself
 +
 +a) the GNU General Public License as published by the Free
 +   Software Foundation; either version 1, or (at your option) any
 +   later version, or
 +b) the "Artistic License"
 +
 +--- The GNU General Public License, Version 1, February 1989 ---
 +
- This software is Copyright (c) 2012 by <http://purl.org/NET/cpan-uri/person/tobyink>.
++This software is Copyright (c) 2017 by Kjetil Kjernsmo and Toby Inkster.
 +
 +This is free software, licensed under:
 +
 +  The GNU General Public License, Version 1, February 1989
 +
 +                    GNU GENERAL PUBLIC LICENSE
 +                     Version 1, February 1989
 +
 + Copyright (C) 1989 Free Software Foundation, Inc.
-  51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
++ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 +
 + Everyone is permitted to copy and distribute verbatim copies
 + of this license document, but changing it is not allowed.
 +
 +                            Preamble
 +
 +  The license agreements of most software companies try to keep users
 +at the mercy of those companies.  By contrast, our General Public
 +License is intended to guarantee your freedom to share and change free
 +software--to make sure the software is free for all its users.  The
 +General Public License applies to the Free Software Foundation's
 +software and to any other program whose authors commit to using it.
 +You can use it for your programs, too.
 +
 +  When we speak of free software, we are referring to freedom, not
 +price.  Specifically, the General Public License is designed to make
 +sure that you have the freedom to give away or sell copies of free
 +software, that you receive source code or can get it if you want it,
 +that you can change the software or use pieces of it in new free
 +programs; and that you know you can do these things.
 +
 +  To protect your rights, we need to make restrictions that forbid
 +anyone to deny you these rights or to ask you to surrender the rights.
 +These restrictions translate to certain responsibilities for you if you
 +distribute copies of the software, or if you modify it.
 +
 +  For example, if you distribute copies of a such a program, whether
 +gratis or for a fee, you must give the recipients all the rights that
 +you have.  You must make sure that they, too, receive or can get the
 +source code.  And you must tell them their rights.
 +
 +  We protect your rights with two steps: (1) copyright the software, and
 +(2) offer you this license which gives you legal permission to copy,
 +distribute and/or modify the software.
 +
 +  Also, for each author's protection and ours, we want to make certain
 +that everyone understands that there is no warranty for this free
 +software.  If the software is modified by someone else and passed on, we
 +want its recipients to know that what they have is not the original, so
 +that any problems introduced by others will not reflect on the original
 +authors' reputations.
 +
 +  The precise terms and conditions for copying, distribution and
 +modification follow.
 +
 +                    GNU GENERAL PUBLIC LICENSE
 +   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 +
 +  0. This License Agreement applies to any program or other work which
 +contains a notice placed by the copyright holder saying it may be
 +distributed under the terms of this General Public License.  The
 +"Program", below, refers to any such program or work, and a "work based
 +on the Program" means either the Program or any work containing the
 +Program or a portion of it, either verbatim or with modifications.  Each
 +licensee is addressed as "you".
 +
 +  1. You may copy and distribute verbatim copies of the Program's source
 +code as you receive it, in any medium, provided that you conspicuously and
 +appropriately publish on each copy an appropriate copyright notice and
 +disclaimer of warranty; keep intact all the notices that refer to this
 +General Public License and to the absence of any warranty; and give any
 +other recipients of the Program a copy of this General Public License
 +along with the Program.  You may charge a fee for the physical act of
 +transferring a copy.
 +
 +  2. You may modify your copy or copies of the Program or any portion of
 +it, and copy and distribute such modifications under the terms of Paragraph
 +1 above, provided that you also do the following:
 +
 +    a) cause the modified files to carry prominent notices stating that
 +    you changed the files and the date of any change; and
 +
 +    b) cause the whole of any work that you distribute or publish, that
 +    in whole or in part contains the Program or any part thereof, either
 +    with or without modifications, to be licensed at no charge to all
 +    third parties under the terms of this General Public License (except
 +    that you may choose to grant warranty protection to some or all
 +    third parties, at your option).
 +
 +    c) If the modified program normally reads commands interactively when
 +    run, you must cause it, when started running for such interactive use
 +    in the simplest and most usual way, to print or display an
 +    announcement including an appropriate copyright notice and a notice
 +    that there is no warranty (or else, saying that you provide a
 +    warranty) and that users may redistribute the program under these
 +    conditions, and telling the user how to view a copy of this General
 +    Public License.
 +
 +    d) You may charge a fee for the physical act of transferring a
 +    copy, and you may at your option offer warranty protection in
 +    exchange for a fee.
 +
 +Mere aggregation of another independent work with the Program (or its
 +derivative) on a volume of a storage or distribution medium does not bring
 +the other work under the scope of these terms.
 +
 +  3. You may copy and distribute the Program (or a portion or derivative of
 +it, under Paragraph 2) in object code or executable form under the terms of
 +Paragraphs 1 and 2 above provided that you also do one of the following:
 +
 +    a) accompany it with the complete corresponding machine-readable
 +    source code, which must be distributed under the terms of
 +    Paragraphs 1 and 2 above; or,
 +
 +    b) accompany it with a written offer, valid for at least three
 +    years, to give any third party free (except for a nominal charge
 +    for the cost of distribution) a complete machine-readable copy of the
 +    corresponding source code, to be distributed under the terms of
 +    Paragraphs 1 and 2 above; or,
 +
 +    c) accompany it with the information you received as to where the
 +    corresponding source code may be obtained.  (This alternative is
 +    allowed only for noncommercial distribution and only if you
 +    received the program in object code or executable form alone.)
 +
 +Source code for a work means the preferred form of the work for making
 +modifications to it.  For an executable file, complete source code means
 +all the source code for all modules it contains; but, as a special
 +exception, it need not include source code for modules which are standard
 +libraries that accompany the operating system on which the executable
 +file runs, or for standard header files or definitions files that
 +accompany that operating system.
 +
 +  4. You may not copy, modify, sublicense, distribute or transfer the
 +Program except as expressly provided under this General Public License.
 +Any attempt otherwise to copy, modify, sublicense, distribute or transfer
 +the Program is void, and will automatically terminate your rights to use
 +the Program under this License.  However, parties who have received
 +copies, or rights to use copies, from you under this General Public
 +License will not have their licenses terminated so long as such parties
 +remain in full compliance.
 +
 +  5. By copying, distributing or modifying the Program (or any work based
 +on the Program) you indicate your acceptance of this license to do so,
 +and all its terms and conditions.
 +
 +  6. Each time you redistribute the Program (or any work based on the
 +Program), the recipient automatically receives a license from the original
 +licensor to copy, distribute or modify the Program subject to these
 +terms and conditions.  You may not impose any further restrictions on the
 +recipients' exercise of the rights granted herein.
 +
 +  7. The Free Software Foundation may publish revised and/or new versions
 +of the General Public License from time to time.  Such new versions will
 +be similar in spirit to the present version, but may differ in detail to
 +address new problems or concerns.
 +
 +Each version is given a distinguishing version number.  If the Program
 +specifies a version number of the license which applies to it and "any
 +later version", you have the option of following the terms and conditions
 +either of that version or of any later version published by the Free
 +Software Foundation.  If the Program does not specify a version number of
 +the license, you may choose any version ever published by the Free Software
 +Foundation.
 +
 +  8. If you wish to incorporate parts of the Program into other free
 +programs whose distribution conditions are different, write to the author
 +to ask for permission.  For software which is copyrighted by the Free
 +Software Foundation, write to the Free Software Foundation; we sometimes
 +make exceptions for this.  Our decision will be guided by the two goals
 +of preserving the free status of all derivatives of our free software and
 +of promoting the sharing and reuse of software generally.
 +
 +                            NO WARRANTY
 +
 +  9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
 +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
 +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
 +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
 +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
 +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
 +REPAIR OR CORRECTION.
 +
 +  10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
 +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
 +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
 +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
 +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
 +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
 +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 +POSSIBILITY OF SUCH DAMAGES.
 +
 +                     END OF TERMS AND CONDITIONS
 +
 +        Appendix: How to Apply These Terms to Your New Programs
 +
 +  If you develop a new program, and you want it to be of the greatest
 +possible use to humanity, the best way to achieve this is to make it
 +free software which everyone can redistribute and change under these
 +terms.
 +
 +  To do so, attach the following notices to the program.  It is safest to
 +attach them to the start of each source file to most effectively convey
 +the exclusion of warranty; and each file should have at least the
 +"copyright" line and a pointer to where the full notice is found.
 +
 +    <one line to give the program's name and a brief idea of what it does.>
 +    Copyright (C) 19yy  <name of author>
 +
 +    This program is free software; you can redistribute it and/or modify
 +    it under the terms of the GNU General Public License as published by
 +    the Free Software Foundation; either version 1, or (at your option)
 +    any later version.
 +
 +    This program is distributed in the hope that it will be useful,
 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 +    GNU General Public License for more details.
 +
 +    You should have received a copy of the GNU General Public License
 +    along with this program; if not, write to the Free Software
 +    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
 +
 +
 +Also add information on how to contact you by electronic and paper mail.
 +
 +If the program is interactive, make it output a short notice like this
 +when it starts in an interactive mode:
 +
 +    Gnomovision version 69, Copyright (C) 19xx name of author
 +    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
 +    This is free software, and you are welcome to redistribute it
 +    under certain conditions; type `show c' for details.
 +
 +The hypothetical commands `show w' and `show c' should show the
 +appropriate parts of the General Public License.  Of course, the
 +commands you use may be called something other than `show w' and `show
 +c'; they could even be mouse-clicks or menu items--whatever suits your
 +program.
 +
 +You should also get your employer (if you work as a programmer) or your
 +school, if any, to sign a "copyright disclaimer" for the program, if
 +necessary.  Here a sample; alter the names:
 +
 +  Yoyodyne, Inc., hereby disclaims all copyright interest in the
 +  program `Gnomovision' (a program to direct compilers to make passes
 +  at assemblers) written by James Hacker.
 +
 +  <signature of Ty Coon>, 1 April 1989
 +  Ty Coon, President of Vice
 +
 +That's all there is to it!
 +
 +
 +--- The Artistic License 1.0 ---
 +
- This software is Copyright (c) 2012 by <http://purl.org/NET/cpan-uri/person/tobyink>.
++This software is Copyright (c) 2017 by Kjetil Kjernsmo and Toby Inkster.
 +
 +This is free software, licensed under:
 +
 +  The Artistic License 1.0
 +
 +The Artistic License
 +
 +Preamble
 +
 +The intent of this document is to state the conditions under which a Package
 +may be copied, such that the Copyright Holder maintains some semblance of
 +artistic control over the development of the package, while giving the users of
 +the package the right to use and distribute the Package in a more-or-less
 +customary fashion, plus the right to make reasonable modifications.
 +
 +Definitions:
 +
 +  - "Package" refers to the collection of files distributed by the Copyright
 +    Holder, and derivatives of that collection of files created through
 +    textual modification. 
 +  - "Standard Version" refers to such a Package if it has not been modified,
 +    or has been modified in accordance with the wishes of the Copyright
 +    Holder. 
 +  - "Copyright Holder" is whoever is named in the copyright or copyrights for
 +    the package. 
 +  - "You" is you, if you're thinking about copying or distributing this Package.
 +  - "Reasonable copying fee" is whatever you can justify on the basis of media
 +    cost, duplication charges, time of people involved, and so on. (You will
 +    not be required to justify it to the Copyright Holder, but only to the
 +    computing community at large as a market that must bear the fee.) 
 +  - "Freely Available" means that no fee is charged for the item itself, though
 +    there may be fees involved in handling the item. It also means that
 +    recipients of the item may redistribute it under the same conditions they
 +    received it. 
 +
 +1. You may make and give away verbatim copies of the source form of the
 +Standard Version of this Package without restriction, provided that you
 +duplicate all of the original copyright notices and associated disclaimers.
 +
 +2. You may apply bug fixes, portability fixes and other modifications derived
 +from the Public Domain or from the Copyright Holder. A Package modified in such
 +a way shall still be considered the Standard Version.
 +
 +3. You may otherwise modify your copy of this Package in any way, provided that
 +you insert a prominent notice in each changed file stating how and when you
 +changed that file, and provided that you do at least ONE of the following:
 +
 +  a) place your modifications in the Public Domain or otherwise make them
 +     Freely Available, such as by posting said modifications to Usenet or an
 +     equivalent medium, or placing the modifications on a major archive site
 +     such as ftp.uu.net, or by allowing the Copyright Holder to include your
 +     modifications in the Standard Version of the Package.
 +
 +  b) use the modified Package only within your corporation or organization.
 +
 +  c) rename any non-standard executables so the names do not conflict with
 +     standard executables, which must also be provided, and provide a separate
 +     manual page for each non-standard executable that clearly documents how it
 +     differs from the Standard Version.
 +
 +  d) make other distribution arrangements with the Copyright Holder.
 +
 +4. You may distribute the programs of this Package in object code or executable
 +form, provided that you do at least ONE of the following:
 +
 +  a) distribute a Standard Version of the executables and library files,
 +     together with instructions (in the manual page or equivalent) on where to
 +     get the Standard Version.
 +
 +  b) accompany the distribution with the machine-readable source of the Package
 +     with your modifications.
 +
 +  c) accompany any non-standard executables with their corresponding Standard
 +     Version executables, giving the non-standard executables non-standard
 +     names, and clearly documenting the differences in manual pages (or
 +     equivalent), together with instructions on where to get the Standard
 +     Version.
 +
 +  d) make other distribution arrangements with the Copyright Holder.
 +
 +5. You may charge a reasonable copying fee for any distribution of this
 +Package.  You may charge any fee you choose for support of this Package. You
 +may not charge a fee for this Package itself. However, you may distribute this
 +Package in aggregate with other (possibly commercial) programs as part of a
 +larger (possibly commercial) software distribution provided that you do not
 +advertise this Package as a product of your own.
 +
 +6. The scripts and library files supplied as input to or produced as output
 +from the programs of this Package do not automatically fall under the copyright
 +of this Package, but belong to whomever generated them, and may be sold
 +commercially, and may be aggregated with this Package.
 +
 +7. C or perl subroutines supplied by you and linked into this Package shall not
 +be considered part of this Package.
 +
 +8. The name of the Copyright Holder may not be used to endorse or promote
 +products derived from this software without specific prior written permission.
 +
 +9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 +WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 +MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 +
 +The End
 +
diff --cc MANIFEST
index 334bddf,0000000..591bf01
mode 100644,000000..100644
--- a/MANIFEST
+++ b/MANIFEST
@@@ -1,43 -1,0 +1,26 @@@
- Changes
 +COPYRIGHT
++CREDITS
++Changes
++INSTALL
++LICENSE
++MANIFEST
++META.json
++META.yml
++Makefile.PL
++README
++README.pod
++SIGNATURE
++TODO
++dist.ini
++doap.ttl
 +examples/example1-out.html
 +examples/example1.css
 +examples/example1.pl
- HACKING
- inc/Module/AutoInstall.pm
- inc/Module/Install.pm
- inc/Module/Install/AutoInstall.pm
- inc/Module/Install/AutoManifest.pm
- inc/Module/Install/Base.pm
- inc/Module/Install/Can.pm
- inc/Module/Install/Fetch.pm
- inc/Module/Install/Include.pm
- inc/Module/Install/Makefile.pm
- inc/Module/Install/Metadata.pm
- inc/Module/Install/Package.pm
- inc/Module/Install/TrustMetaYml.pm
- inc/Module/Install/Win32.pm
- inc/Module/Install/WriteAll.pm
- inc/Module/Package.pm
- inc/Module/Package/Dist/RDF.pm
- inc/Scalar/Util.pm
- inc/unicore/Name.pm
- inc/utf8.pm
- inc/YAML/Tiny.pm
 +lib/RDF/RDFa/Generator.pm
 +lib/RDF/RDFa/Generator/HTML/Head.pm
 +lib/RDF/RDFa/Generator/HTML/Hidden.pm
 +lib/RDF/RDFa/Generator/HTML/Pretty.pm
 +lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
- LICENSE
- Makefile.PL
- MANIFEST			This list of files
- META.yml
- meta/changes.pret
- meta/doap.pret
- meta/makefile.pret
- README
 +t/01basic.t
 +t/02_kk_namespaces.t
- TODO
- SIGNATURE                                Public-key signature (added by MakeMaker)
++t/uninit_lang_warning.t
diff --cc META.json
index 0000000,0000000..dcf93bd
new file mode 100644
--- /dev/null
+++ b/META.json
@@@ -1,0 -1,0 +1,95 @@@
++{
++   "abstract" : "Generate data for RDFa serialization",
++   "author" : [
++      "Toby Inkster (TOBYINK) <tobyink at cpan.org>",
++      "Kjetil Kjernsmo (KJETILK) <kjetilk at cpan.org>"
++   ],
++   "dynamic_config" : 0,
++   "generated_by" : "Dist::Inkt::Profile::TOBYINK version 0.024, CPAN::Meta::Converter version 2.150010",
++   "keywords" : [],
++   "license" : [
++      "perl_5"
++   ],
++   "meta-spec" : {
++      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
++      "version" : "2"
++   },
++   "name" : "RDF-RDFa-Generator",
++   "no_index" : {
++      "directory" : [
++         "eg",
++         "examples",
++         "inc",
++         "t",
++         "xt"
++      ]
++   },
++   "optional_features" : {},
++   "prereqs" : {
++      "configure" : {
++         "requires" : {
++            "ExtUtils::MakeMaker" : "6.17"
++         }
++      },
++      "runtime" : {
++         "requires" : {
++            "Data::Dumper" : "0",
++            "Icon::FamFamFam::Silk" : "0",
++            "RDF::Prefixes" : "0",
++            "RDF::Trine" : "0.112",
++            "XML::LibXML" : "1.60"
++         }
++      },
++      "test" : {
++         "requires" : {
++            "Test::More" : "0.96",
++            "Test::Output" : "0"
++         }
++      }
++   },
++   "provides" : {
++      "RDF::RDFa::Generator" : {
++         "file" : "lib/RDF/RDFa/Generator.pm",
++         "version" : "0.106"
++      },
++      "RDF::RDFa::Generator::HTML::Head" : {
++         "file" : "lib/RDF/RDFa/Generator/HTML/Head.pm",
++         "version" : "0.106"
++      },
++      "RDF::RDFa::Generator::HTML::Hidden" : {
++         "file" : "lib/RDF/RDFa/Generator/HTML/Hidden.pm",
++         "version" : "0.106"
++      },
++      "RDF::RDFa::Generator::HTML::Pretty" : {
++         "file" : "lib/RDF/RDFa/Generator/HTML/Pretty.pm",
++         "version" : "0.106"
++      },
++      "RDF::RDFa::Generator::HTML::Pretty::Note" : {
++         "file" : "lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm",
++         "version" : "0.106"
++      }
++   },
++   "release_status" : "stable",
++   "resources" : {
++      "bugtracker" : {
++         "web" : "https://github.com/kjetilk/p5-rdf-rdfa-generator/issues"
++      },
++      "homepage" : "https://metacpan.org/release/RDF-RDFa-Generator",
++      "license" : [
++         "http://dev.perl.org/licenses/"
++      ],
++      "repository" : {
++         "type" : "git",
++         "url" : "git://github.com/kjetilk/p5-rdf-rdfa-generator.git",
++         "web" : "https://github.com/kjetilk/p5-rdf-rdfa-generator"
++      },
++      "x_IRC" : "irc://irc.perl.org/#perlrdf",
++      "x_identifier" : "http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/project"
++   },
++   "version" : "0.106",
++   "x_contributors" : [
++      "ZORAN <zoran at cpan.org>"
++   ],
++   "x_serialization_backend" : "JSON::PP version 2.27300_01",
++   "x_static_install" : 1
++}
diff --cc META.yml
index 330a654,0000000..080741e
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,47 -1,0 +1,60 @@@
 +---
- abstract: 'generate some data in RDFa'
++abstract: 'Generate data for RDFa serialization'
 +author:
-   - '<http://purl.org/NET/cpan-uri/person/tobyink>'
++  - 'Toby Inkster (TOBYINK) <tobyink at cpan.org>'
++  - 'Kjetil Kjernsmo (KJETILK) <kjetilk at cpan.org>'
 +build_requires:
-   ExtUtils::MakeMaker: 6.59
-   Test::More: 0.61
++  Test::More: '0.96'
++  Test::Output: '0'
 +configure_requires:
-   ExtUtils::MakeMaker: 6.59
- distribution_type: module
++  ExtUtils::MakeMaker: '6.17'
 +dynamic_config: 0
- generated_by: 'Module::Install version 1.06'
- keywords:
-   - Generator
-   - HTML
-   - Output
-   - RDF
-   - RDFa
-   - 'Semantic Web'
-   - Serialiser
-   - Serializer
-   - Writer
-   - XHTML
++generated_by: 'Dist::Inkt::Profile::TOBYINK version 0.024, CPAN::Meta::Converter version 2.150010'
++keywords: []
 +license: perl
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-   version: 1.4
- module_name: RDF::RDFa::Generator
++  version: '1.4'
 +name: RDF-RDFa-Generator
 +no_index:
 +  directory:
++    - eg
 +    - examples
 +    - inc
 +    - t
++    - xt
++optional_features: {}
++provides:
++  RDF::RDFa::Generator:
++    file: lib/RDF/RDFa/Generator.pm
++    version: '0.106'
++  RDF::RDFa::Generator::HTML::Head:
++    file: lib/RDF/RDFa/Generator/HTML/Head.pm
++    version: '0.106'
++  RDF::RDFa::Generator::HTML::Hidden:
++    file: lib/RDF/RDFa/Generator/HTML/Hidden.pm
++    version: '0.106'
++  RDF::RDFa::Generator::HTML::Pretty:
++    file: lib/RDF/RDFa/Generator/HTML/Pretty.pm
++    version: '0.106'
++  RDF::RDFa::Generator::HTML::Pretty::Note:
++    file: lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
++    version: '0.106'
 +requires:
-   Data::Dumper: 0
-   Icon::FamFamFam::Silk: 0
-   RDF::Prefixes: 0
-   RDF::Trine: 0.112
-   XML::LibXML: 1.60
-   perl: 5.8.0
++  Data::Dumper: '0'
++  Icon::FamFamFam::Silk: '0'
++  RDF::Prefixes: '0'
++  RDF::Trine: '0.112'
++  XML::LibXML: '1.60'
 +resources:
-   bugtracker: http://rt.cpan.org/Dist/Display.html?Queue=RDF-RDFa-Generator
++  IRC: irc://irc.perl.org/#perlrdf
++  Identifier: http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/project
++  bugtracker: https://github.com/kjetilk/p5-rdf-rdfa-generator/issues
 +  homepage: https://metacpan.org/release/RDF-RDFa-Generator
 +  license: http://dev.perl.org/licenses/
-   repository: https://bitbucket.org/tobyink/p5-rdf-rdfa-generator
- version: 0.103
++  repository: git://github.com/kjetilk/p5-rdf-rdfa-generator.git
++version: '0.106'
++x_contributors:
++  - 'ZORAN <zoran at cpan.org>'
++x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
++x_static_install: 1
diff --cc Makefile.PL
index 2e535f2,0000000..1a7284d
mode 100644,000000..100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@@ -1,1 -1,0 +1,160 @@@
- use inc::Module::Package 'RDF:tobyink 0.009';
++use strict;
++use ExtUtils::MakeMaker 6.17;
++
++my $EUMM = eval( $ExtUtils::MakeMaker::VERSION );
++
++my $meta = {
++  "abstract"         => "Generate data for RDFa serialization",
++  "author"           => [
++                          "Toby Inkster (TOBYINK) <tobyink\@cpan.org>",
++                          "Kjetil Kjernsmo (KJETILK) <kjetilk\@cpan.org>",
++                        ],
++  "dynamic_config"   => 0,
++  "generated_by"     => "Dist::Inkt::Profile::TOBYINK version 0.024, CPAN::Meta::Converter version 2.150010",
++  "keywords"         => [],
++  "license"          => ["perl_5"],
++  "meta-spec"        => {
++                          url => "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
++                          version => 2,
++                        },
++  "name"             => "RDF-RDFa-Generator",
++  "no_index"         => { directory => ["eg", "examples", "inc", "t", "xt"] },
++  "prereqs"          => {
++                          configure => { requires => { "ExtUtils::MakeMaker" => 6.17 } },
++                          runtime => {
++                            requires => {
++                              "Data::Dumper"          => 0,
++                              "Icon::FamFamFam::Silk" => 0,
++                              "RDF::Prefixes"         => 0,
++                              "RDF::Trine"            => 0.112,
++                              "XML::LibXML"           => "1.60",
++                            },
++                          },
++                          test => { requires => { "Test::More" => 0.96, "Test::Output" => 0 } },
++                        },
++  "provides"         => {
++                          "RDF::RDFa::Generator"                     => { file => "lib/RDF/RDFa/Generator.pm", version => 0.106 },
++                          "RDF::RDFa::Generator::HTML::Head"         => { file => "lib/RDF/RDFa/Generator/HTML/Head.pm", version => 0.106 },
++                          "RDF::RDFa::Generator::HTML::Hidden"       => { file => "lib/RDF/RDFa/Generator/HTML/Hidden.pm", version => 0.106 },
++                          "RDF::RDFa::Generator::HTML::Pretty"       => { file => "lib/RDF/RDFa/Generator/HTML/Pretty.pm", version => 0.106 },
++                          "RDF::RDFa::Generator::HTML::Pretty::Note" => {
++                                                                          file => "lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm",
++                                                                          version => 0.106,
++                                                                        },
++                        },
++  "release_status"   => "stable",
++  "resources"        => {
++                          bugtracker   => {
++                                            web => "https://github.com/kjetilk/p5-rdf-rdfa-generator/issues",
++                                          },
++                          homepage     => "https://metacpan.org/release/RDF-RDFa-Generator",
++                          license      => ["http://dev.perl.org/licenses/"],
++                          repository   => {
++                                            type => "git",
++                                            url  => "git://github.com/kjetilk/p5-rdf-rdfa-generator.git",
++                                            web  => "https://github.com/kjetilk/p5-rdf-rdfa-generator",
++                                          },
++                          x_identifier => "http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/project",
++                          x_IRC        => "irc://irc.perl.org/#perlrdf",
++                        },
++  "version"          => 0.106,
++  "x_contributors"   => ["ZORAN <zoran\@cpan.org>"],
++  "x_static_install" => 1,
++};
++
++my %dynamic_config;
++
++my %WriteMakefileArgs = (
++	ABSTRACT   => $meta->{abstract},
++	AUTHOR     => ($EUMM >= 6.5702 ? $meta->{author} : $meta->{author}[0]),
++	DISTNAME   => $meta->{name},
++	VERSION    => $meta->{version},
++	EXE_FILES  => [ map $_->{file}, values %{ $meta->{x_provides_scripts} || {} } ],
++	NAME       => do { my $n = $meta->{name}; $n =~ s/-/::/g; $n },
++	test       => { TESTS => "t/*.t" },
++	%dynamic_config,
++);
++
++$WriteMakefileArgs{LICENSE} = $meta->{license}[0] if $EUMM >= 6.3001;
++
++sub deps
++{
++	my %r;
++	for my $stage (@_)
++	{
++		for my $dep (keys %{$meta->{prereqs}{$stage}{requires}})
++		{
++			next if $dep eq 'perl';
++			my $ver = $meta->{prereqs}{$stage}{requires}{$dep};
++			$r{$dep} = $ver if !exists($r{$dep}) || $ver >= $r{$dep};
++		}
++	}
++	\%r;
++}
++
++my ($build_requires, $configure_requires, $runtime_requires, $test_requires);
++if ($EUMM >= 6.6303)
++{
++	$WriteMakefileArgs{BUILD_REQUIRES}     ||= deps('build');
++	$WriteMakefileArgs{CONFIGURE_REQUIRES} ||= deps('configure');
++	$WriteMakefileArgs{TEST_REQUIRES}      ||= deps('test');
++	$WriteMakefileArgs{PREREQ_PM}          ||= deps('runtime');
++}
++elsif ($EUMM >= 6.5503)
++{
++	$WriteMakefileArgs{BUILD_REQUIRES}     ||= deps('build', 'test');
++	$WriteMakefileArgs{CONFIGURE_REQUIRES} ||= deps('configure');
++	$WriteMakefileArgs{PREREQ_PM}          ||= deps('runtime');	
++}
++elsif ($EUMM >= 6.52)
++{
++	$WriteMakefileArgs{CONFIGURE_REQUIRES} ||= deps('configure');
++	$WriteMakefileArgs{PREREQ_PM}          ||= deps('runtime', 'build', 'test');	
++}
++else
++{
++	$WriteMakefileArgs{PREREQ_PM}          ||= deps('configure', 'build', 'test', 'runtime');	
++}
++
++{
++	my ($minperl) = reverse sort(
++		grep defined && /^[0-9]+(\.[0-9]+)?$/,
++		map $meta->{prereqs}{$_}{requires}{perl},
++		qw( configure build runtime )
++	);
++	
++	if (defined($minperl))
++	{
++		die "Installing $meta->{name} requires Perl >= $minperl"
++			unless $] >= $minperl;
++		
++		$WriteMakefileArgs{MIN_PERL_VERSION} ||= $minperl
++			if $EUMM >= 6.48;
++	}
++}
++
++sub FixMakefile
++{
++	return unless -d 'inc';
++	my $file = shift;
++	
++	local *MAKEFILE;
++	open MAKEFILE, "< $file" or die "FixMakefile: Couldn't open $file: $!; bailing out";
++	my $makefile = do { local $/; <MAKEFILE> };
++	close MAKEFILE or die $!;
++	
++	$makefile =~ s/\b(test_harness\(\$\(TEST_VERBOSE\), )/$1'inc', /;
++	$makefile =~ s/( -I\$\(INST_ARCHLIB\))/ -Iinc$1/g;
++	$makefile =~ s/( "-I\$\(INST_LIB\)")/ "-Iinc"$1/g;
++	$makefile =~ s/^(FULLPERL = .*)/$1 "-Iinc"/m;
++	$makefile =~ s/^(PERL = .*)/$1 "-Iinc"/m;
++	
++	open  MAKEFILE, "> $file" or die "FixMakefile: Couldn't open $file: $!; bailing out";
++	print MAKEFILE $makefile or die $!;
++	close MAKEFILE or die $!;
++}
++
++my $mm = WriteMakefile(%WriteMakefileArgs);
++FixMakefile($mm->{FIRST_MAKEFILE} || 'Makefile');
++exit(0);
++
diff --cc README
index ed1aee1,0000000..489fd79
mode 100644,000000..100644
--- a/README
+++ b/README
@@@ -1,115 -1,0 +1,116 @@@
 +NAME
-     RDF::RDFa::Generator - generate some data in RDFa
++    RDF::RDFa::Generator - Generate data for RDFa serialization
 +
 +DESCRIPTION
 +  Constructor
-     "$gen = RDF::RDFa::Generator->new(style => $style, %options)"
++    `$gen = RDF::RDFa::Generator->new(style => $style, %options)`
 +        Creates a new generator object. $style is one of the following
-         case-sensitive strings: 'HTML::Head' (the default), 'HTML::Hidden'
-         or 'HTML::Pretty'. You can also construct an object like this:
++        case-sensitive strings: 'HTML::Head' (the default), 'HTML::Hidden' or
++        'HTML::Pretty'. You can also construct an object like this:
 +
 +          $gen = RDF::RDFa::Generator::HTML::Head->new(%options);
 +
 +        Options include:
 +
-         *   base - the base URL where the output data will be published.
-             This allows in some cases for the generated RDFa to include
-             relative URIs.
++        *   base - the base URL where the output data will be published. This
++            allows in some cases for the generated RDFa to include relative
++            URIs.
 +
 +        *   data_context - if non-null, a URI (string) which indicates the
 +            context (named graph) containing the data to generate RDFa for.
 +
-         *   namespaces - a {prefix=>uri} hashref of preferred CURIE
-             prefixes.
++        *   namespaces - a {prefix=>uri} hashref of preferred CURIE prefixes.
 +
 +        *   ns - a {uri=>prefix} hashref of preferred CURIE prefixes.
 +            DEPRECATED - use namespaces instead.
 +
 +        *   prefix_attr - use the @prefix attribute for CURIE prefixes (RDFa
 +            1.1 only). Boolean, defaults to false.
 +
-         *   safe_xml_literals - prevents XML literals from injecting
-             arbitrary XHTML into the output. Boolean, defaults to FALSE.
++        *   safe_xml_literals - prevents XML literals from injecting arbitrary
++            XHTML into the output. Boolean, defaults to FALSE.
 +
 +        *   title - assign a <title> element for generated XHTML documents.
 +
-         *   version - set generated RDFa version. Valid values are '1.0'
-             (the default) or '1.1'.
++        *   version - set generated RDFa version. Valid values are '1.0' (the
++            default) or '1.1'.
 +
 +  Public Methods
-     "$gen->create_document($model)"
++    `$gen->create_document($model)`
 +        Creates a new RDFa file containing triples. $model is an
 +        RDF::Trine::Model object providing the triples. Returns an
 +        XML::LibXML::Document object suitable for serialising using its
-         "toString" method.
++        `toString` method.
 +
-         If you're planning on serving the RDFa with the text/html media
-         type, then it is recommended that you use HTML::HTML5::Writer to
-         serialise the document rather than "toString".
++        If you're planning on serving the RDFa with the text/html media type,
++        then it is recommended that you use HTML::HTML5::Writer to serialise
++        the document rather than `toString`.
 +
 +        Can also be called as a class method:
 +
 +         $document = RDF::RDFa::Generator->create_document($model)
 +         # Same as:
 +         # $document = RDF::RDFa::Generator->new->create_document($model)
 +
-     "$gen->inject_document($document, $model)"
++    `$gen->inject_document($document, $model)`
 +        Injects an existing document with triples. $document is an
 +        XML::LibXML::Document to inject, or a well-formed XML string. $model
 +        is an RDF::Trine::Model object providing the triples. Returns an
 +        XML::LibXML::Document object suitable for serialising using its
-         "toString" method.
++        `toString` method.
 +
-         See "create_document" for information about serving the RDFa with
-         the text/html media type.
++        See `create_document` for information about serving the RDFa with the
++        text/html media type.
 +
-         Can also be called as a class method. See "create_document" for
++        Can also be called as a class method. See `create_document` for
 +        details.
 +
-     "$gen->nodes($model)"
-         Provides triple-laden XML::LibXML::Elements to be added to a
-         document. $model is an RDF::Trine::Model object providing the
-         triples. If called in list context, returns a list of
-         XML::LibXML::Element objects which can be added to a document;
-         otherwise returns an XML::LibXML::NodeList containing a list of such
-         elements.
++    `$gen->nodes($model)`
++        Provides triple-laden XML::LibXML::Elements to be added to a document.
++        $model is an RDF::Trine::Model object providing the triples. If called
++        in list context, returns a list of XML::LibXML::Element objects which
++        can be added to a document; otherwise returns an XML::LibXML::NodeList
++        containing a list of such elements.
 +
-         Can also be called as a class method. See "create_document" for
++        Can also be called as a class method. See `create_document` for
 +        details.
 +
 +        The HTML::Pretty generator can be passed a couple of additional
 +        options:
 +
 +          $gen->nodes($model, notes_heading=>'Additional Info', notes=>\@notes);
 +
 +        The notes are a list of RDF::RDFa::Generator::HTML::Pretty::Note
 +        objects which are added as notes to the end of each subject's data.
 +
-     Additionally the methods "serialize_model_to_file",
-     "serialize_model_to_string", "serialize_iterator_to_file" and
-     "serialize_iterator_to_string" are provided for compatibility with the
++    Additionally the methods `serialize_model_to_file`,
++    `serialize_model_to_string`, `serialize_iterator_to_file` and
++    `serialize_iterator_to_string` are provided for compatibility with the
 +    RDF::Trine::Serializer interface.
 +
 +BUGS
-     Please report any bugs to <http://rt.cpan.org/>.
++    Please report any bugs to
++    <https://github.com/kjetilk/p5-rdf-rdfa-generator/issues>.
 +
 +SEE ALSO
 +    HTML::HTML5::Writer, XML::LibXML, RDF::RDFa::Parser, RDF::Trine,
 +    RDF::Prefixes.
 +
 +    <http://www.perlrdf.org/>.
 +
 +AUTHOR
 +    Toby Inkster <tobyink at cpan.org>.
 +
++    Kjetil Kjernsmo <kjetilk at cpan.org>.
++
 +COPYRIGHT AND LICENCE
-     Copyright (C) 2010 by Toby Inkster
++    Copyright (C) 2010 by Toby Inkster, 2017 Kjetil Kjernsmo
 +
 +    This library is free software; you can redistribute it and/or modify it
 +    under the same terms as Perl itself, either Perl version 5.8 or, at your
 +    option, any later version of Perl 5 you may have available.
 +
 +  Icons
 +    RDF::RDFa::Generator::HTML::Pretty uses the FamFamFam Silk icons; see
 +    <http://famfamfam.com/lab/icons/silk/>.
 +
diff --cc README.pod
index 272c895,0ba9168..48594ef
mode 100644,120000..100644
--- a/README.pod
+++ b/README.pod
@@@ -1,226 -1,1 +1,228 @@@
 -lib/RDF/RDFa/Generator.pm
 +=head1 NAME
 +
- RDF::RDFa::Generator - generate some data in RDFa
++RDF::RDFa::Generator - Generate data for RDFa serialization
 +
 +=cut
 +
 +package RDF::RDFa::Generator;
 +
 +use 5.008;
 +use strict;
 +
- our $VERSION = '0.103';
++our $VERSION = '0.106';
 +
 +use RDF::RDFa::Generator::HTML::Head;
 +use RDF::RDFa::Generator::HTML::Hidden;
 +use RDF::RDFa::Generator::HTML::Pretty;
 +use RDF::Trine;
 +
 +BEGIN
 +{
 +	$RDF::Trine::Serializer::serializer_names{ 'rdfa' }   = __PACKAGE__;
 +	foreach my $type (qw(application/xhtml+xml text/html))
 +	{
 +		$RDF::Trine::Serializer::media_types{ $type }   = __PACKAGE__;
 +	}
 +}
 +
 +=head1 DESCRIPTION
 +
 +=head2 Constructor
 +
 +=over 4
 +
 +=item C<< $gen = RDF::RDFa::Generator->new(style => $style, %options) >>
 +
 +Creates a new generator object. $style is one of the following case-sensitive strings:
 +'HTML::Head' (the default), 'HTML::Hidden' or 'HTML::Pretty'. You can also construct
 +an object like this:
 +
 +  $gen = RDF::RDFa::Generator::HTML::Head->new(%options);
 +
 +Options include:
 +
 +=over 4
 +
 +=item * B<base> - the base URL where the output data will be published. This allows in some cases for the generated RDFa to include relative URIs.
 +
 +=item * B<data_context> - if non-null, a URI (string) which indicates the context (named graph) containing the data to generate RDFa for.
 +
 +=item * B<namespaces> - a {prefix=>uri} hashref of preferred CURIE prefixes. 
 +
 +=item * B<ns> - a {uri=>prefix} hashref of preferred CURIE prefixes. DEPRECATED - use B<namespaces> instead.
 +
 +=item * B<prefix_attr> - use the @prefix attribute for CURIE prefixes (RDFa 1.1 only).  Boolean, defaults to false.
 +
 +=item * B<safe_xml_literals> - prevents XML literals from injecting arbitrary XHTML into the output. Boolean, B<defaults to FALSE>.
 +
 +=item * B<title> - assign a <title> element for generated XHTML documents.
 +
 +=item * B<version> - set generated RDFa version. Valid values are '1.0' (the default) or '1.1'.
 +
 +=back
 +
 +=back
 +
 +=cut
 +
 +sub new
 +{
 +	my ($class, %opts) = @_;
 +	my $implementation = sprintf('%s::%s', __PACKAGE__, $opts{'style'} || 'HTML::Head');
 +	return $implementation->new(%opts);
 +}
 +
 +=head2 Public Methods
 +
 +=over 4
 +
 +=item C<< $gen->create_document($model) >>
 +
 +Creates a new RDFa file containing triples. $model is an RDF::Trine::Model object
 +providing the triples. Returns an XML::LibXML::Document object suitable
 +for serialising using its C<toString> method.
 +
 +If you're planning on serving the RDFa with the text/html media type, then
 +it is recommended that you use HTML::HTML5::Writer to serialise the
 +document rather than C<toString>.
 +
 +Can also be called as a class method:
 +
 + $document = RDF::RDFa::Generator->create_document($model)
 + # Same as:
 + # $document = RDF::RDFa::Generator->new->create_document($model)
 +
 +=cut
 +
 +sub create_document
 +{
 +	my $proto = shift;
 +	my $self = (ref $proto) ? $proto : $proto->new;
 +	return $self->create_document(@_);
 +}
 +
 +=item C<< $gen->inject_document($document, $model) >>
 +
 +Injects an existing document with triples. $document is an XML::LibXML::Document
 +to inject, or a well-formed XML string. $model is an RDF::Trine::Model object providing
 +the triples. Returns an XML::LibXML::Document object suitable
 +for serialising using its C<toString> method.
 +
 +See C<create_document> for information about serving the RDFa with the
 +text/html media type.
 +
 +Can also be called as a class method. See C<create_document> for details.
 +
 +=cut
 +
 +sub inject_document
 +{
 +	my $proto = shift;
 +	my $self = (ref $proto) ? $proto : $proto->new;
 +	return $self->inject_document(@_);
 +}
 +
 +=item C<< $gen->nodes($model) >>
 +
 +Provides triple-laden XML::LibXML::Elements to be added to a document.
 +$model is an RDF::Trine::Model object providing the triples. If called in
 +list context, returns a list of XML::LibXML::Element objects which can be
 +added to a document; otherwise returns an XML::LibXML::NodeList containing
 +a list of such elements.
 +
 +Can also be called as a class method. See C<create_document> for details.
 +
 +The HTML::Pretty generator can be passed a couple of additional options:
 +
 +  $gen->nodes($model, notes_heading=>'Additional Info', notes=>\@notes);
 +
 +The notes are a list of RDF::RDFa::Generator::HTML::Pretty::Note objects
 +which are added as notes to the end of each subject's data.
 +
 +=cut
 +
 +sub nodes
 +{
 +	my $proto = shift;
 +	my $self = (ref $proto) ? $proto : $proto->new;
 +	return $self->nodes(@_);
 +}
 +
 +=back
 +
 +Additionally the methods C<serialize_model_to_file>, C<serialize_model_to_string>,
 +C<serialize_iterator_to_file> and C<serialize_iterator_to_string> are provided for
 +compatibility with the L<RDF::Trine::Serializer> interface.
 +
 +=cut
 +
 +sub serialize_model_to_string
 +{
 +	my ($proto, $model) = @_;
 +	return $proto->create_document($model)->toString;
 +}
 +
 +sub serialize_model_to_file
 +{
 +	my ($proto, $fh, $model) = @_;
 +	print {$fh} $proto->create_document($model)->toString;
 +}
 +
 +sub serialize_iterator_to_string
 +{
 +	my ($proto, $iter) = @_;
 +	my $model = RDF::Trine::Model->temporary_model;
 +	while (my $st = $iter->next)
 +	{
 +		$model->add_statement($st);
 +	}
 +	return $proto->serialize_model_to_string($model);
 +}
 +
 +sub serialize_iterator_to_file
 +{
 +	my ($proto, $fh, $iter) = @_;
 +	my $model = RDF::Trine::Model->temporary_model;
 +	while (my $st = $iter->next)
 +	{
 +		$model->add_statement($st);
 +	}
 +	return $proto->serialize_model_to_file($fh, $model);
 +}
 +
 +1;
 +
 +__END__
 +
 +=head1 BUGS
 +
- Please report any bugs to L<http://rt.cpan.org/>.
++Please report any bugs to L<https://github.com/kjetilk/p5-rdf-rdfa-generator/issues>.
 +
 +=head1 SEE ALSO
 +
 +L<HTML::HTML5::Writer>, L<XML::LibXML>, L<RDF::RDFa::Parser>, L<RDF::Trine>,
 +L<RDF::Prefixes>.
 +
 +L<http://www.perlrdf.org/>.
 +
 +=head1 AUTHOR
 +
 +Toby Inkster E<lt>tobyink at cpan.orgE<gt>.
 +
++Kjetil Kjernsmo E<lt>kjetilk at cpan.orgE<gt>.
++
 +=head1 COPYRIGHT AND LICENCE
 +
- Copyright (C) 2010 by Toby Inkster
++Copyright (C) 2010 by Toby Inkster, 2017 Kjetil Kjernsmo
 +
 +This library is free software; you can redistribute it and/or modify
 +it under the same terms as Perl itself, either Perl version 5.8 or,
 +at your option, any later version of Perl 5 you may have available.
 +
 +=head2 Icons
 +
 +RDF::RDFa::Generator::HTML::Pretty uses the FamFamFam Silk icons;
 +see L<http://famfamfam.com/lab/icons/silk/>.
 +
 +=cut
 +
diff --cc SIGNATURE
index 178a811,0000000..57a7e34
mode 100644,000000..100644
--- a/SIGNATURE
+++ b/SIGNATURE
@@@ -1,65 -1,0 +1,57 @@@
 +This file contains message digests of all files listed in MANIFEST,
- signed via the Module::Signature module, version 0.68.
++signed via the Module::Signature module, version 0.81.
 +
 +To verify the content in this distribution, first make sure you have
 +Module::Signature installed, then type:
 +
 +    % cpansign -v
 +
 +It will check each file's integrity, as well as the signature's
 +validity.  If "==> Signature verified OK! <==" is not displayed,
 +the distribution may already have been compromised, and you should
 +not run its Makefile.PL or Build.PL.
 +
 +-----BEGIN PGP SIGNED MESSAGE-----
- Hash: SHA1
++Hash: SHA256
 +
- SHA1 e6112986cc8521b84aa7c8657ea9264101a85ea1 COPYRIGHT
- SHA1 2f6225364f4c93e686a8bece0bae8b2a32f1be68 Changes
- SHA1 58e47fed556f626572681c48158a3ecd44ce179d HACKING
- SHA1 0ac1a8d3fa9c1050df6e720dec09f8acea8bb0ea LICENSE
- SHA1 3d4c1c7144a6f3796a094ee155b855c3074eb93e MANIFEST
- SHA1 e666a13b2e8b66884ed09ab6cf88664ab79db899 META.yml
- SHA1 e43588806edb861623f266122d112f5329ef8821 Makefile.PL
- SHA1 3bb505bd93d2cf1af2833b8d8ca2abb910ee4a18 README
++SHA1 7b5d208800e6d75929c9fc8460bada94765653f0 COPYRIGHT
++SHA1 50ff1164ce6a80b19cf718197559e6fec454b9b1 CREDITS
++SHA1 125b501027ea9d6e5631e76d57a36de8212de4bb Changes
++SHA1 4ff8b9c58bb0c75deffb5f515f261e1c89169987 INSTALL
++SHA1 1afd04fac8d7ac4c1394adc84336667e82af1717 LICENSE
++SHA1 9e905317af507662dc62a6cc076ff72fdbee42de MANIFEST
++SHA1 96c850ba1b9758c277b4ff9172a0d11ef475397b META.json
++SHA1 62e66a9b1095baade547bb68f4393ef2bfe0ea4f META.yml
++SHA1 14a5c103b1cc6b1a071bb925e5fd0beafac1d6e4 Makefile.PL
++SHA1 c00346de257677198de3383e44c9773b22ff219e README
++SHA1 d30c24ef906a136b022e6a086f2db8d99698ff72 README.pod
 +SHA1 7c3202fe551655d70b690f389f10a348b614294a TODO
++SHA1 08212f2a6e388e70dcc89e35c5a2862a142efd6c dist.ini
++SHA1 036b0796dccfe0998bad9dbe54d4a700fc4c440b doap.ttl
 +SHA1 c7aee86ed37f40b6ef6122ad21114e2cdac427f8 examples/example1-out.html
 +SHA1 1e494669f72f4cd350c2aec64901989643320234 examples/example1.css
 +SHA1 49e255ea736380898d62fd73b5f62037b1eb50ff examples/example1.pl
- SHA1 06c410f05488c1612ed66b06d3a86b2580581e4a inc/Module/AutoInstall.pm
- SHA1 8a924add836b60fb23b25c8506d45945e02f42f4 inc/Module/Install.pm
- SHA1 61ab1dd37e33ddbe155907ce51df8a3e56ac8bbf inc/Module/Install/AutoInstall.pm
- SHA1 c04f94f91fa97b9f8cfb5a36071098ab0e6c78e3 inc/Module/Install/AutoManifest.pm
- SHA1 2d0fad3bf255f8c1e7e1e34eafccc4f595603ddc inc/Module/Install/Base.pm
- SHA1 f0e01fff7d73cd145fbf22331579918d4628ddb0 inc/Module/Install/Can.pm
- SHA1 7328966e4fda0c8451a6d3850704da0b84ac1540 inc/Module/Install/Fetch.pm
- SHA1 66d3d335a03492583a3be121a7d888f63f08412c inc/Module/Install/Include.pm
- SHA1 b62ca5e2d58fa66766ccf4d64574f9e1a2250b34 inc/Module/Install/Makefile.pm
- SHA1 1aa925be410bb3bfcd84a16985921f66073cc1d2 inc/Module/Install/Metadata.pm
- SHA1 3b9281ddf7dd6d6f5de0a9642c69333023193c80 inc/Module/Install/Package.pm
- SHA1 9de7b5129351499c048328dfa718d0eab557cf30 inc/Module/Install/TrustMetaYml.pm
- SHA1 e4196994fa75e98bdfa2be0bdeeffef66de88171 inc/Module/Install/Win32.pm
- SHA1 c3a6d0d5b84feb3280622e9599e86247d58b0d18 inc/Module/Install/WriteAll.pm
- SHA1 26d58a041cd6b3d21db98b32e8fd1841aae21204 inc/Module/Package.pm
- SHA1 c18deb3025b83dda8ac7c97f1e29599e1d2c7378 inc/Module/Package/Dist/RDF.pm
- SHA1 0e0eed2e69d9583081868cf4f220068d0a018568 inc/Scalar/Util.pm
- SHA1 feb933cefe2e3762e8322bd6071a2499f3440da1 inc/YAML/Tiny.pm
- SHA1 8105c0510a773b56840995fb4dd2dc64fe9ddaee inc/unicore/Name.pm
- SHA1 36df501c7c9b73c282c5174ed54d8283b2f2cbf2 inc/utf8.pm
- SHA1 bcec8aa5dfa451d7e8f8434c05e793c55d2ef57a lib/RDF/RDFa/Generator.pm
- SHA1 4ac431b9f58934422a1919e6782f0bd0c62b7cb1 lib/RDF/RDFa/Generator/HTML/Head.pm
- SHA1 f240b2700544d7d4acf8d10bfecdc8bf1c42aa20 lib/RDF/RDFa/Generator/HTML/Hidden.pm
- SHA1 219e22467a5923a8c08e82fc93d2a5c9b151da10 lib/RDF/RDFa/Generator/HTML/Pretty.pm
- SHA1 478dd26f80bd5988950f7d1db5c2367d4ec141b1 lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
- SHA1 3f0dcb3ac7451841a6b2e8fd631f4cbdcac7e147 meta/changes.pret
- SHA1 314ea41ba15f09a63387e497ed372f68460d2448 meta/doap.pret
- SHA1 35a20fd4c81bf7aa5be82e2941c31f67644b4729 meta/makefile.pret
++SHA1 d30c24ef906a136b022e6a086f2db8d99698ff72 lib/RDF/RDFa/Generator.pm
++SHA1 e96c03dea3940ab6b60525c28b6b12f03caae49d lib/RDF/RDFa/Generator/HTML/Head.pm
++SHA1 c196cf8a94aa5f54233c0c8858eb8c4e896f78ea lib/RDF/RDFa/Generator/HTML/Hidden.pm
++SHA1 7287d2b32da8783cb1bebd7e968730ace6dda349 lib/RDF/RDFa/Generator/HTML/Pretty.pm
++SHA1 9f64f3919f54351f6e7b07082c1eaf9fa6a3694b lib/RDF/RDFa/Generator/HTML/Pretty/Note.pm
 +SHA1 b01bb61e52c0bb2c07305304677e11993daf8a9e t/01basic.t
 +SHA1 47372671246d38f6374fa052faeac9278b7176c0 t/02_kk_namespaces.t
++SHA1 955084ab7ff814d0bf0b7adcae676aca5d975cd4 t/uninit_lang_warning.t
 +-----BEGIN PGP SIGNATURE-----
- Version: GnuPG v1.4.10 (GNU/Linux)
 +
- iEYEARECAAYFAlDIsTsACgkQzr+BKGoqfTkW4QCguC1rcDU4GUfsToDTAoWjNL8F
- EHkAoKWJh8XKN7/bmp1jxmBn3I9bLuEx
- =bote
++iQIzBAEBCAAdFiEEDsyLxtCi6bk7pBcmf77o3zqeSqUFAlo84OkACgkQf77o3zqe
++SqVUrQ//b00tNzR8w6eXPVJPCcU3/DEeomTAq/1h/DZtVc82lP5hJkXlyeQisqN/
++BGi8meY4ro2ssdY+YBsENDsltA04m/G3NejsHdheg/B96ntVKbgDDvJIfR+6czHt
++09Q3cKoDlKWCtruFHWlUQkPnH7hck/yNc7fIufj4+HOUwXt7vUpMSS9j+zEl4Dja
++l4X89glbzbbErVr480WvqtEHpgFDKIMvBHRvG+8SGCNW5tcYYEauzUne/iSgVzQA
++fCcNLhzbgKDmON++NHd2xmZzK9BQwmeqJ5ueEV8H9LvLHsAEufQafDTGLOstK5nT
++IusbE+/vSvSkVGgHrf28/4IKXozV25dw9UTnuhpdigSaL1+oABCxfV/M60Dpjid7
++mxHZYito78dIiuzLWx6sYp87o26VR96R8wQqAxRO3T8YCfS3R6f4vkh0TB/Kl5vx
++7chVdF84+oA6jqOGuIaPT6iaXyfg0P5bUxDMlqxlTny8pd9nFfhnQx58Deu2iPSI
++DCFhqBt5DQtCi8TuzMmIwP+H//rKjZsBFKMHzz+KD8kkTU5AmQu/CG6weLE7OfoF
++u7YKys3VNgQkCt0WJUxRRrg+t6uFi9b7I8Two14SJgVmtp3809Pq/4+VEI8ltul2
++qEwdCzNWfZNLE3ISXKwCsR8tY4waLDL8TyhP3lQVF2olkQurUzQ=
++=Rtqe
 +-----END PGP SIGNATURE-----
diff --cc doap.ttl
index 0000000,0000000..86fabfd
new file mode 100644
--- /dev/null
+++ b/doap.ttl
@@@ -1,0 -1,0 +1,184 @@@
++_:rb299877ac254a44b7811226f2e382ecb8r0 <http://ontologi.es/doap-deps#on> "Test::More 0.96"^^<http://ontologi.es/doap-deps#CpanId> .
++_:rb299877ac254a44b7811226f2e382ecb8r1 <http://ontologi.es/doap-deps#on> "Test::Output"^^<http://ontologi.es/doap-deps#CpanId> .
++_:rb299877ac254a44b7811226f2e382ecb8r2 <http://ontologi.es/doap-deps#on> "Data::Dumper"^^<http://ontologi.es/doap-deps#CpanId> .
++_:rb299877ac254a44b7811226f2e382ecb8r3 <http://ontologi.es/doap-deps#on> "Icon::FamFamFam::Silk"^^<http://ontologi.es/doap-deps#CpanId> .
++_:rb299877ac254a44b7811226f2e382ecb8r4 <http://ontologi.es/doap-deps#on> "RDF::Trine 0.112"^^<http://ontologi.es/doap-deps#CpanId> .
++_:rb299877ac254a44b7811226f2e382ecb8r5 <http://ontologi.es/doap-deps#on> "RDF::Prefixes"^^<http://ontologi.es/doap-deps#CpanId> .
++_:rb299877ac254a44b7811226f2e382ecb8r6 <http://ontologi.es/doap-deps#on> "XML::LibXML 1.60"^^<http://ontologi.es/doap-deps#CpanId> .
++_:rb7b3f8e63d3d3482da74eaf28a9b0e56er0 <http://usefulinc.com/ns/doap#browse> <https://github.com/kjetilk/p5-rdf-rdfa-generator> ;
++	a <http://usefulinc.com/ns/doap#GitRepository> ;
++	<http://www.w3.org/ns/prov#has_provenance> <http://git2prov.org/git2prov?giturl=https://github.com/kjetilk/p5-rdf-rdfa-generator&serialization=PROV-O#> .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar0 <http://ontologi.es/doap-changeset#item> [
++		<http://www.w3.org/2000/01/rdf-schema#label> "Using FamFamFam Silk icons."@en
++	], [
++		a <http://ontologi.es/doap-changeset#Addition> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "HTML::Pretty can now include additional textual notes in the output. This functionality added for RDF::RDFa::Linter."@en
++	] .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar10 a <http://ontologi.es/doap-changeset#Bugfix> ;
++	<http://www.w3.org/2000/01/rdf-schema#label> "UTF-8 fixes."@en .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar11 <http://ontologi.es/doap-changeset#item> [
++		a <http://ontologi.es/doap-changeset#Addition> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "HTML::Pretty now includes cross-links to other resources."@en
++	] .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar13 <http://ontologi.es/doap-changeset#item> [
++		a <http://ontologi.es/doap-changeset#Addition> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "use RDF::Prefixes."@en
++	], [
++		a <http://ontologi.es/doap-changeset#Addition> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "Support 'namespaces' option for the constructor, for compatibility with other Trine serialisers."@en
++	], [
++		a <http://ontologi.es/doap-changeset#Addition> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "Icons for a few extra classes."@en
++	] .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar17 <http://ontologi.es/doap-changeset#item> [
++		<http://ontologi.es/doap-changeset#fixes> [
++			<http://ontologi.es/doap-bugs#reporter> <http://purl.org/NET/cpan-uri/person/kjetilk>
++		] ;
++		a <http://ontologi.es/doap-changeset#Bugfix> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "<meta> element should name @name, not @nane."@en
++	], [
++		<http://ontologi.es/doap-changeset#fixes> [
++			<http://ontologi.es/doap-bugs#reporter> <http://purl.org/NET/cpan-uri/person/kjetilk>
++		] ;
++		a <http://ontologi.es/doap-changeset#Bugfix> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "Namespaces in HTML::Head and HTML::Hidden."@en
++	] .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar22 <http://ontologi.es/doap-changeset#item> [
++		a <http://ontologi.es/doap-changeset#Packaging> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "Upgrade distribution build system."@en
++	], [
++		a <http://ontologi.es/doap-changeset#Bugfix> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "Fix strange buglet that affected RDF::RDFa::Linter."@en
++	], [
++		<http://www.w3.org/2000/01/rdf-schema#label> "Drop common::sense and parent.pm deps."@en
++	] .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar26 <http://ontologi.es/doap-changeset#item> [
++		a <http://ontologi.es/doap-changeset#Packaging> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "Upgrade distribution build system to Dist::Inkt."@en
++	], [
++		<http://ontologi.es/doap-changeset#blame> <http://purl.org/NET/cpan-uri/person/zoran> ;
++		a <http://ontologi.es/doap-changeset#Bugfix> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "Prevent XML::LibXML::Element::setAttribute complaining about uninitialized value."@en
++	], [
++		a <http://ontologi.es/doap-changeset#Packaging> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "Many minor improvements in packaging."@en
++	] .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar3 <http://ontologi.es/doap-changeset#item> [
++		a <http://ontologi.es/doap-changeset#Bugfix> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "HTML::Pretty Fallback to sorting by object now works."@en
++	], [
++		a <http://ontologi.es/doap-changeset#Addition> ;
++		<http://www.w3.org/2000/01/rdf-schema#label> "HTML::Pretty can now force safe HTML (prevents injection attacks)."@en
++	] .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar6 <http://ontologi.es/doap-changeset#item> [
++		<http://www.w3.org/2000/01/rdf-schema#label> "HTML::Hidden and HTML::Pretty now use @about instead of @src to set the subject URI."@en
++	], [
++		<http://www.w3.org/2000/01/rdf-schema#label> "HTML::Pretty no longer makes 'javascript:' URLs into links."@en
++	] .
++_:rb95fd96d32f704714b4057c6c8f3ab85ar9 <http://ontologi.es/doap-changeset#item> _:rb95fd96d32f704714b4057c6c8f3ab85ar10 .
++<http://dev.perl.org/licenses/> <http://purl.org/dc/terms/title> "the same terms as the perl 5 programming language system itself" .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/project> <http://ontologi.es/doap-deps#runtime-requirement> _:rb299877ac254a44b7811226f2e382ecb8r2, _:rb299877ac254a44b7811226f2e382ecb8r3, _:rb299877ac254a44b7811226f2e382ecb8r4, _:rb299877ac254a44b7811226f2e382ecb8r5, _:rb299877ac254a44b7811226f2e382ecb8r6 ;
++	<http://ontologi.es/doap-deps#test-requirement> _:rb299877ac254a44b7811226f2e382ecb8r0, _:rb299877ac254a44b7811226f2e382ecb8r1 ;
++	<http://purl.org/dc/terms/contributor> <http://purl.org/NET/cpan-uri/person/kjetilk>, <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://usefulinc.com/ns/doap#bug-database> <https://github.com/kjetilk/p5-rdf-rdfa-generator/issues> ;
++	<http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Category:Semantic_Web> ;
++	<http://usefulinc.com/ns/doap#created> "2010-05-05"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#developer> <http://purl.org/NET/cpan-uri/person/kjetilk>, <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://usefulinc.com/ns/doap#documenter> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://usefulinc.com/ns/doap#download-page> <https://metacpan.org/release/RDF-RDFa-Generator> ;
++	<http://usefulinc.com/ns/doap#homepage> <https://metacpan.org/release/RDF-RDFa-Generator> ;
++	<http://usefulinc.com/ns/doap#license> <http://dev.perl.org/licenses/> ;
++	<http://usefulinc.com/ns/doap#maintainer> <http://purl.org/NET/cpan-uri/person/kjetilk>, <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://usefulinc.com/ns/doap#name> "RDF-RDFa-Generator" ;
++	<http://usefulinc.com/ns/doap#programming-language> "Perl" ;
++	<http://usefulinc.com/ns/doap#release> <http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-01>, <http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-02>, <http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-03>, <http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-04>, <http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-05>, <http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-100>, <http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-101>, <http:// [...]
++	<http://usefulinc.com/ns/doap#repository> _:rb7b3f8e63d3d3482da74eaf28a9b0e56er0 ;
++	<http://usefulinc.com/ns/doap#shortdesc> "Generate data for RDFa serialization"@en ;
++	<http://usefulinc.com/ns/doap#support-forum> <irc://irc.perl.org/#perlrdf> ;
++	<http://usefulinc.com/ns/doap#tester> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	a <http://usefulinc.com/ns/doap#Project> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-01> <http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.01"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2010-05-09"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.01.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.01"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> ;
++	<http://www.w3.org/2000/01/rdf-schema#label> "Original version"@en .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-02> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar0 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.02"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2010-05-18"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.02.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.02"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-03> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar3 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.03"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2010-05-19"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.03.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.03"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-04> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar6 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.04"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2010-05-21"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.04.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.04"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-05> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar9 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.05"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2010-05-27"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.05.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.05"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-100> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar11 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.100"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2010-07-25"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.100.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.100"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-101> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar13 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.101"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2010-09-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.101.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.101"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-102> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar17 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.102"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2011-07-06"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.102.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.102"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-103> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar22 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/tobyink> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.103"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2012-12-12"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.103.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.103"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-106> <http://ontologi.es/doap-changeset#changeset> _:rb95fd96d32f704714b4057c6c8f3ab85ar26 ;
++	<http://ontologi.es/doap-changeset#released-by> <http://purl.org/NET/cpan-uri/person/kjetilk> ;
++	<http://purl.org/dc/terms/identifier> "RDF-RDFa-Generator-0.106"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	<http://purl.org/dc/terms/issued> "2017-12-22"^^<http://www.w3.org/2001/XMLSchema#date> ;
++	<http://usefulinc.com/ns/doap#file-release> <http://backpan.cpan.org/authors/id/K/KJ/KJETILK/RDF-RDFa-Generator-0.106.tar.gz> ;
++	<http://usefulinc.com/ns/doap#revision> "0.106"^^<http://www.w3.org/2001/XMLSchema#string> ;
++	a <http://usefulinc.com/ns/doap#Version> .
++<http://purl.org/NET/cpan-uri/person/kjetilk> a <http://xmlns.com/foaf/0.1/Person> ;
++	<http://www.w3.org/2002/07/owl#sameAs> <http://git2prov.org/git2prov?giturl=https://github.com/kjetilk/p5-rdf-rdfa-generator&serialization=PROV-O#user-Kjetil-Kjernsmo>, <http://www.kjetil.kjernsmo.net/foaf#me> ;
++	<http://xmlns.com/foaf/0.1/mbox> <mailto:kjetilk at cpan.org> ;
++	<http://xmlns.com/foaf/0.1/name> "Kjetil Kjernsmo" ;
++	<http://xmlns.com/foaf/0.1/nick> "KJETILK", "kjetilk" ;
++	<http://xmlns.com/foaf/0.1/page> <https://metacpan.org/author/KJETILK> .
++<http://purl.org/NET/cpan-uri/person/tobyink> a <http://xmlns.com/foaf/0.1/Person> ;
++	<http://www.w3.org/2002/07/owl#sameAs> <http://git2prov.org/git2prov?giturl=https://github.com/kjetilk/p5-rdf-rdfa-generator&serialization=PROV-O#user-Toby-Inkster> ;
++	<http://xmlns.com/foaf/0.1/mbox> <mailto:tobyink at cpan.org> ;
++	<http://xmlns.com/foaf/0.1/name> "Toby Inkster" ;
++	<http://xmlns.com/foaf/0.1/nick> "TOBYINK" ;
++	<http://xmlns.com/foaf/0.1/page> <https://metacpan.org/author/TOBYINK> .
++<http://purl.org/NET/cpan-uri/person/zoran> a <http://xmlns.com/foaf/0.1/Person> ;
++	<http://xmlns.com/foaf/0.1/nick> "ZORAN" ;
++	<http://xmlns.com/foaf/0.1/page> <https://metacpan.org/author/ZORAN> .
diff --cc meta/changes.pret
index 5376d6f,40cf18a..0000000
deleted file mode 100644,100644
--- a/meta/changes.pret
+++ /dev/null
@@@ -1,59 -1,70 +1,0 @@@
--`RDF-RDFa-Generator 0.01 cpan:TOBYINK`
--	issued   2010-05-09 ;
--	label    "Original version"@en .
--
--`RDF-RDFa-Generator 0.02 cpan:TOBYINK`
--	issued   2010-05-18 ;
--	changeset [
--		item [ label "Using FamFamFam Silk icons."@en ] ;
--		item [ label "HTML::Pretty can now include additional textual notes in the output. This functionality added for RDF::RDFa::Linter."@en ; a dcs:Addition ] ;
--	] .
--
--`RDF-RDFa-Generator 0.03 cpan:TOBYINK`
--	issued   2010-05-19 ;
--	changeset [
--		item [ label "HTML::Pretty Fallback to sorting by object now works."@en ; a dcs:Bugfix ] ;
--		item [ label "HTML::Pretty can now force safe HTML (prevents injection attacks)."@en ; a dcs:Addition ] ;
--	] .
--
--`RDF-RDFa-Generator 0.04 cpan:TOBYINK`
--	issued   2010-05-21 ;
--	changeset [
--		item [ label "HTML::Hidden and HTML::Pretty now use @about instead of @src to set the subject URI."@en ] ;
--		item [ label "HTML::Pretty no longer makes 'javascript:' URLs into links."@en ] ;
--	] .
--
--`RDF-RDFa-Generator 0.05 cpan:TOBYINK`
--	issued   2010-05-27 ;
--	changeset [
--		item [ label "UTF-8 fixes."@en ; a dcs:Bugfix ] ;
--	] .
--
--`RDF-RDFa-Generator 0.100 cpan:TOBYINK`
--	issued   2010-07-25 ;
--	changeset [
--		item [ label "HTML::Pretty now includes cross-links to other resources."@en ; a dcs:Addition ] ;
--	] .
--
--`RDF-RDFa-Generator 0.101 cpan:TOBYINK`
--	issued   2010-09-06 ;
--	changeset [
--		item [ label "use RDF::Prefixes."@en ; a dcs:Addition ] ;
--		item [ label "Support 'namespaces' option for the constructor, for compatibility with other Trine serialisers."@en ; a dcs:Addition ] ;
--		item [ label "Icons for a few extra classes."@en ; a dcs:Addition ] ;
--	] .
--
--`RDF-RDFa-Generator 0.102 cpan:TOBYINK`
--	issued   2011-07-06 ;
--	changeset [
--		item [ label "<meta> element should name @name, not @nane."@en ; a dcs:Bugfix ; dcs:fixes [dbug:reporter cpan:kjetilk] ] ;
--		item [ label "Namespaces in HTML::Head and HTML::Hidden."@en ; a dcs:Bugfix ; dcs:fixes [dbug:reporter cpan:kjetilk] ] ;
--	] .
--
--`RDF-RDFa-Generator 0.103 cpan:TOBYINK`
--	issued   2012-12-12 ;
--	changeset [
--		item [ label "Upgrade distribution build system."@en ; a dcs:Packaging ] ;
--		item [ label "Fix strange buglet that affected RDF::RDFa::Linter."@en ; a dcs:Bugfix ] ;
--		item [ label "Drop common::sense and parent.pm deps."@en ] ;
 -	] .
 -
 -`RDF-RDFa-Generator 0.106 cpan:KJETILK`
 -	issued   2017-12-22 ;
 -	changeset [
 -	  item [ label "Upgrade distribution build system to Dist::Inkt."@en ; a dcs:Packaging ] ;
 -          item [ label "Prevent XML::LibXML::Element::setAttribute complaining about uninitialized value."@en ;
 -                 a dcs:Bugfix ;
 -                 dcs:blame cpan:ZORAN ] ;
 -          item [ label "Many minor improvements in packaging."@en ; a dcs:Packaging] ;
 -
--	] .
diff --cc meta/doap.pret
index 832a1ac,76641c3..0000000
deleted file mode 100644,100644
--- a/meta/doap.pret
+++ /dev/null
@@@ -1,26 -1,25 +1,0 @@@
-- at prefix : <http://usefulinc.com/ns/doap#> .
 - at prefix prov: <http://www.w3.org/ns/prov#>.
 - at prefix result: <http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fkjetilk%2Fp5-rdf-rdfa-generator&serialization=PROV-O#> .
--
--`RDF-RDFa-Generator`
- 	:shortdesc      "generate some data in RDFa"@en ;
 -	:shortdesc      "Generate data for RDFa serialization"@en ;
--	:programming-language  "Perl" ;
--	:homepage       <https://metacpan.org/release/RDF-RDFa-Generator> ;
--	:download-page  <https://metacpan.org/release/RDF-RDFa-Generator> ;
- 	:bug-database   <http://rt.cpan.org/Dist/Display.html?Queue=RDF-RDFa-Generator> ;
- 	:repository     [ a :HgRepository; :browse <https://bitbucket.org/tobyink/p5-rdf-rdfa-generator> ] ;
- 	:maintainer     cpan:TOBYINK ;
- 	:developer      cpan:TOBYINK ;
 -        :bug-database   <https://github.com/kjetilk/p5-rdf-rdfa-generator/issues> ;
 -        :repository  [ a :GitRepository;
 -                       :browse <https://github.com/kjetilk/p5-rdf-rdfa-generator> ;
 -                       prov:has_provenance <http://git2prov.org/git2prov?giturl=https%3A%2F%2Fgithub.com%2Fkjetilk%2Fp5-rdf-rdfa-generator&serialization=PROV-O#>
 -        ];
 -        :support-forum  <irc://irc.perl.org/#perlrdf> ;
 -	:maintainer     cpan:TOBYINK, cpan:KJETILK ;
 -	:developer      cpan:TOBYINK, cpan:KJETILK ;
--	:documenter     cpan:TOBYINK ;
--	:tester         cpan:TOBYINK ;
--	:created        2010-05-05 ;
--	:license        <http://dev.perl.org/licenses/> ;
- 	:category
- 		[ label "RDF" ],
- 		[ label "RDFa" ],
- 		[ label "Semantic Web" ],
- 		[ label "Generator" ],
- 		[ label "Serializer" ],
- 		[ label "Serialiser" ],
- 		[ label "Output" ],
- 		[ label "Writer" ],
- 		[ label "HTML" ],
- 		[ label "XHTML" ] .
 -        :category             <http://dbpedia.org/resource/Category:Semantic_Web> .
 -    
 -<http://dev.perl.org/licenses/>
 -	dc:title  "the same terms as the perl 5 programming language system itself".
diff --cc meta/makefile.pret
index 5716721,0af985c..0000000
deleted file mode 100644,100644
--- a/meta/makefile.pret
+++ /dev/null
@@@ -1,13 -1,13 +1,0 @@@
--# This file provides instructions for packaging.
 -
 - at prefix : <http://ontologi.es/doap-deps#>.
--
--`RDF-RDFa-Generator`
- 	perl_version_from m`RDF::RDFa::Generator`;
- 	version_from      m`RDF::RDFa::Generator`;
- 	readme_from       m`RDF::RDFa::Generator`;
- 	test_requires     p`Test::More 0.61`;
- 	requires          p`Data::Dumper`;
- 	requires          p`Icon::FamFamFam::Silk`;
- 	requires          p`RDF::Trine 0.112`;
- 	requires          p`RDF::Prefixes`;
- 	requires          p`XML::LibXML 1.60`;
 -    :test-requirement [ :on "Test::More 0.96"^^:CpanId ];
 -    :test-requirement [ :on "Test::Output"^^:CpanId ];
 -    :runtime-requirement    [ :on "Data::Dumper"^^:CpanId ];
 -    :runtime-requirement    [ :on "Icon::FamFamFam::Silk"^^:CpanId ];
 -    :runtime-requirement    [ :on "RDF::Trine 0.112"^^:CpanId ];
 -    :runtime-requirement    [ :on "RDF::Prefixes"^^:CpanId ];
 -    :runtime-requirement    [ :on "XML::LibXML 1.60"^^:CpanId ];
--.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-rdfa-generator-perl.git



More information about the Pkg-perl-cvs-commits mailing list