[libmodule-package-rdf-perl] 58/64: Imported Upstream version 0.014

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 22:12:03 UTC 2013


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

js pushed a commit to branch master
in repository libmodule-package-rdf-perl.

commit 0558305d501c8914438a537c80b42d013d8e623b
Merge: 9703c45 8682cff
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 7 18:29:01 2013 +0200

    Imported Upstream version 0.014

 CONTRIBUTING                                  |   76 +++++
 COPYRIGHT                                     |   40 +--
 CREDITS                                       |    4 +-
 Changes                                       |   15 +-
 HACKING                                       |   43 ---
 MANIFEST                                      |    5 +-
 META.ttl                                      |  125 ++++++--
 META.yml                                      |   18 +-
 SIGNATURE                                     |   45 ++-
 inc/Module/Install/TrustMetaYml.pm            |    4 +-
 inc/Module/Package/Dist/RDF.pm                |    6 +-
 inc/Scalar/Util.pm                            |   63 ----
 inc/unicore/Name.pm                           |  416 -------------------------
 inc/utf8.pm                                   |   27 --
 lib/App/mkdist.pm                             |   10 +-
 lib/Module/Install/Admin/StandardDocuments.pm |    2 +-
 lib/Module/Install/StandardDocuments.pm       |    2 +-
 lib/Module/Package/Dist/RDF.pm                |    6 +-
 lib/Module/Package/RDF.pm                     |   18 +-
 meta/changes.pret                             |   13 +
 meta/deps.pret                                |   59 ++--
 meta/doap.ttl                                 |    2 +-
 22 files changed, 297 insertions(+), 702 deletions(-)

diff --cc CONTRIBUTING
index 0000000,0000000..d0e593b
new file mode 100644
--- /dev/null
+++ b/CONTRIBUTING
@@@ -1,0 -1,0 +1,76 @@@
++NAME
++    CONTRIBUTING
++
++DESCRIPTION
++    If you're reading this document, that means you might be thinking about
++    helping me out with this project. Thanks!
++
++    Here's some ways you could help out:
++
++    *   Bug reports
++
++        Found a bug? Great! (Well, not so great I suppose.)
++
++        The place to report them is <https://rt.cpan.org/>. Don't e-mail me
++        about it, as your e-mail is more than likely to get lost amongst the
++        spam.
++
++        An example script clearly demonstrating the bug (preferably written
++        using Test::More) would be greatly appreciated.
++
++    *   Patches
++
++        If you've found a bug and written a fix for it, even better!
++
++        Generally speaking you should check out the latest copy of the code
++        from the source repository rather than using the CPAN distribution.
++        The file META.yml should contain a link to the source repository. If
++        not, then try <https://github.com/tobyink> or submit a bug report.
++        (As far as I'm concerned the lack of a link is a bug.) Many of my
++        distributions are also mirrored at <http://bitbucket.org/tobyink>.
++
++        To submit the patch, do a pull request on GitHub or Bitbucket, or
++        attach a diff file to a bug report. Unless otherwise stated, I'll
++        assume that your contributions are licensed under the same terms as
++        the rest of the project.
++
++        (If using git, feel free to work in a branch. For Mercurial, I'd
++        prefer bookmarks within the default branch.)
++
++    *   Documentation
++
++        If there's anything unclear in the documentation, please submit this
++        as a bug report or patch as above.
++
++        Non-toy example scripts that I can bundle would also be appreciated.
++
++    *   Translation
++
++        Translations of documentation would be welcome.
++
++        For translations of error messages and other strings embedded in the
++        code, check with me first. Sometimes the English strings may not in
++        a stable state, so it would be a waste of time translating them.
++
++  Coding Style
++    I tend to write using something approximating the Allman style, using
++    tabs for indentation and Unix-style line breaks.
++
++    *   <http://en.wikipedia.org/wiki/Indent_style#Allman_style>
++
++    *   <http://www.derkarl.org/why_to_tabs.html>
++
++    I nominally encode all source files as UTF-8, though in practice most of
++    them use a 7-bit-safe ASCII-compatible subset of UTF-8.
++
++AUTHOR
++    Toby Inkster <tobyink at cpan.org>.
++
++COPYRIGHT AND LICENCE
++    Copyright (c) 2012-2013 by Toby Inkster.
++
++    CONTRIBUTING.pod is licensed under the Creative Commons
++    Attribution-ShareAlike 2.0 UK: England & Wales License. To view a copy
++    of this license, visit
++    <http://creativecommons.org/licenses/by-sa/2.0/uk/>.
++
diff --cc COPYRIGHT
index 63cdcf8,0000000..9323384
mode 100644,000000..100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@@ -1,91 -1,0 +1,81 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: Module-Package-RDF
 +Upstream-Contact: Toby Inkster <tobyink at cpan.org>
 +Source: https://metacpan.org/release/Module-Package-RDF
 +
- Files: CREDITS
++Files: CONTRIBUTING
++ CREDITS
 + Changes
-  HACKING
 + LICENSE
 + MANIFEST.SKIP
 + META.ttl
 + Makefile.PL
 + README
 + TODO
 + bin/mkdist
 + lib/Module/Install/Admin/StandardDocuments.pm
 + lib/Module/Install/StandardDocuments.pm
 + lib/Module/Package/Dist/RDF.pm
 + meta/changes.pret
 + meta/deps.pret
 + meta/doap.ttl
 + meta/makefile.pret
 + t/01basic.t
 +Copyright: Unknown
 +License: Unknown
 +
 +Files: inc/Module/Install.pm
 + inc/Module/Install/Include.pm
 + inc/Module/Install/Metadata.pm
 + inc/Module/Install/Scripts.pm
 +Copyright: Copyright 2002 - 2012 Brian Ingerson, Audrey Tang and Adam Kennedy.
 +License: GPL-1.0+ or Artistic-1.0
 +
- Files: inc/unicore/Name.pm
-  inc/utf8.pm
- Copyright: 1993-2012, Larry Wall and others
- License: GPL-1.0+ or Artistic-1.0
- 
 +Files: inc/Module/Install/TrustMetaYml.pm
 + inc/Module/Package/Dist/RDF.pm
 +Copyright: This software is copyright (c) 2011-2012 by Toby Inkster.
 +License: GPL-1.0+ or Artistic-1.0
 +
++Files: COPYRIGHT
++Copyright: None
++License: public-domain
++Comment: This file! Automatically generated.
++
 +Files: lib/Module/Package/RDF.pm
 +Copyright: Copyright (C) 2011-2013 by Toby Inkster.
 +License: GPL-1.0+ or Artistic-1.0
 +
- Files: inc/Module/Install/Makefile.pm
- Copyright: Copyright 2002, 2003, 2004 Audrey Tang and Brian Ingerson.
++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: lib/App/mkdist.pm
- Copyright: This software is copyright (c) 2011-2013 by Toby Inkster.
++Files: inc/YAML/Tiny.pm
++Copyright: Copyright 2006 - 2012 Adam Kennedy.
 +License: GPL-1.0+ or Artistic-1.0
 +
- Files: COPYRIGHT
- Copyright: None
- License: public-domain
- Comment: This file! Automatically generated.
- 
 +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/Base.pm
- Copyright: Copyright 2003, 2004 by Audrey Tang <autrijus at autrijus.org>.
- 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.
++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/YAML/Tiny.pm
- Copyright: Copyright 2006 - 2012 Adam Kennedy.
++Files: lib/App/mkdist.pm
++Copyright: This software is copyright (c) 2011-2013 by Toby Inkster.
 +License: GPL-1.0+ or Artistic-1.0
 +
 +License: Artistic-1.0
 + This software is Copyright (c) 2013 by the copyright holder(s).
 + 
 + This is free software, licensed under:
 + 
 +   The Artistic License 1.0
 +
 +License: GPL-1.0
 + This software is Copyright (c) 2013 by the copyright holder(s).
 + 
 + This is free software, licensed under:
 + 
 +   The GNU General Public License, Version 1, February 1989
 +
diff --cc CREDITS
index f95fb26,0000000..9652228
mode 100644,000000..100644
--- a/CREDITS
+++ b/CREDITS
@@@ -1,7 -1,0 +1,7 @@@
 +Maintainer:
- - TOBYINK (cpan:TOBYINK)
++- TOBYINK (cpan:TOBYINK) <mailto:tobyink at cpan.org>
 +- Toby Inkster <mailto:tobyink at cpan.org>
 +
 +Thanks:
- - CHORNY (cpan:CHORNY)
++- CHORNY (cpan:CHORNY) <mailto:chorny at cpan.org>
 +
diff --cc Changes
index 3b85107,0000000..e1af977
mode 100644,000000..100644
--- a/Changes
+++ b/Changes
@@@ -1,80 -1,0 +1,91 @@@
 +Module-Package-RDF
 +==================
 +
 +Created:      2011-10-01
 +Home page:    <https://metacpan.org/release/Module-Package-RDF>
 +Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Module-Package-RDF>
 +Maintainer:   Toby Inkster <mailto:tobyink at cpan.org>
 +
++0.014  2013-03-19
++
++ - (Bugfix) use Module::Install::DOAP 0.006.
++
++0.013  2013-03-19
++
++ - (Update) Bump versions of several dependencies.
++ - (Update) Switch to doap-deps vocab for expressing project dependencies
++   (mkdist).
++
 +0.012  2013-03-19
 +
 + - (Addition) use Module::Install::Changes
 +
 +0.011  2013-03-16
 +
 + - use Module::Install::RDF's new write_meta_ttl feature
 +
 +0.010  2013-03-11
 +
 + - (Bugfix) Avoid auto-deps thingy from picking up
 +   Module::Install::StandardDocuments as a dep - it's bundled
++   Fixes RT#82158
 +   ++$CHORNY
 + - use Module::Install::Copyright
 +
 +0.009  2012-09-25
 +
 + - (Addition) Module::Install::StandardDocuments.
 + - App::mkdist now pulls author tests from ~/perl5/xt rather than producing
 +   hard-coded ones.
 + - bin/mkdist now sports a --package_flavour option.
 +
 +0.008  2012-07-05
 +
 + - (Bugfix) Get t/01basic.t working again.
 +
- 0.007  2012-07-05  # Bond, James Bond
++0.007  2012-07-05  Bond, James Bond
 +
 + - (Packaging Update) Bump versions of some dependencies.
 +
 +0.006  2012-07-04
 +
 + - (Update) mkdist now creates Pretdsl instead of Turtle.
 + - Module::Package::RDF::Create is now App::mkdist.
 + - The ':standard' bit of 'RDF:standard' is now optional.
 +
 +0.005  2011-12-03
 +
 + - (Bugfix) use base
 + - (Documentation) add 'DISCLAIMER OF WARRANTIES' section
 + - (Documentation) add 'NAME' section
 +
 +0.004  2011-11-21
 +
 + - (Bugfix) Module::Package::RDF::Create now handles '--use boolean' and
 +   '--use autodie' specially.
 + - (Documentation) The 'mkdist' functionality should be split into a
 +   different release.
 + - (Regression) use parent
 +
 +0.003  2011-10-06
 +
 + - (Addition) Generated modules will include $AUTHORITY variables.
 + - (Addition) Generated modules will include DISCLAIMER OF WARRANTIES in
 +   pod.
 + - (Addition) Generated modules will include SYNOPSIS in pod.
 + - (Addition) Module::Package::Dist::RDF::standard to run code at user end.
 + - (Bugfix) Module::Package::Dist::RDF::standard uses
 +   Meta::Install::TrustMetaYml - this resolves some dependency issues with
 +   resultant packages.
 + - (Bugfix) Prevent Module::Package::RDF::Create's pod and the template
 +   module's pod from getting muddled.
 + - (Update) Generated modules now default to using perl 5.010.
 + - (Update) use Module::Package 0.30
 +
 +0.002  2011-10-03
 +
 + - (Addition) Include mkdist script and Module::Package::RDF::Create.
 +
- 0.001  2011-10-01  # Initial release
++0.001  2011-10-01  Initial release
 +
 +
diff --cc MANIFEST
index a63f47a,0000000..5a09019
mode 100644,000000..100644
--- a/MANIFEST
+++ b/MANIFEST
@@@ -1,44 -1,0 +1,41 @@@
 +bin/mkdist
 +Changes
++CONTRIBUTING
 +COPYRIGHT
 +CREDITS
- 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/Scripts.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/App/mkdist.pm
 +lib/Module/Install/Admin/StandardDocuments.pm
 +lib/Module/Install/StandardDocuments.pm
 +lib/Module/Package/Dist/RDF.pm
 +lib/Module/Package/RDF.pm
 +LICENSE
 +Makefile.PL
 +MANIFEST			This list of files
 +META.ttl
 +META.yml
 +meta/changes.pret
 +meta/deps.pret
 +meta/doap.ttl
 +meta/makefile.pret
 +README
 +t/01basic.t
 +TODO
 +SIGNATURE                                Public-key signature (added by MakeMaker)
diff --cc META.ttl
index 280941a,0000000..6320ae3
mode 100644,000000..100644
--- a/META.ttl
+++ b/META.ttl
@@@ -1,330 -1,0 +1,387 @@@
++ at prefix bugs:  <http://ontologi.es/doap-bugs#> .
 + at prefix cpan:  <http://purl.org/NET/cpan-uri/person/> .
 + at prefix cpant: <http://purl.org/NET/cpan-uri/terms#> .
- @prefix dbug:  <http://ontologi.es/doap-bugs#> .
 + at prefix dc:    <http://purl.org/dc/terms/> .
 + at prefix dcs:   <http://ontologi.es/doap-changeset#> .
++ at prefix deps:  <http://ontologi.es/doap-deps#> .
 + at prefix dist:  <http://purl.org/NET/cpan-uri/dist/Module-Package-RDF/> .
 + at prefix doap:  <http://usefulinc.com/ns/doap#> .
 + at prefix foaf:  <http://xmlns.com/foaf/0.1/> .
 + at prefix nfo:   <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
 + at prefix owl:   <http://www.w3.org/2002/07/owl#> .
 + at prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
 + at prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
 +
 +dist:project
 +	a                 doap:Project;
 +	doap:name         "Module-Package-RDF";
 +	cpant:install_script [ a nfo:FileDataObject; nfo:fileName "bin/mkdist" ];
 +	cpant:perl_version_from [
 +		a nfo:FileDataObject;
 +		a nfo:SourceCode;
 +		rdfs:label "Module::Package::RDF";
 +		nfo:fileName "lib/Module/Package/RDF.pm";
 +		nfo:programmingLanguage "Perl";
 +	];
 +	cpant:readme_from [
 +		a nfo:FileDataObject;
 +		a nfo:SourceCode;
 +		rdfs:label "Module::Package::RDF";
 +		nfo:fileName "lib/Module/Package/RDF.pm";
 +		nfo:programmingLanguage "Perl";
 +	];
- 	cpant:requires    "DateTime"^^cpant:dsWithoutVersion;
- 	cpant:requires    "File::HomeDir"^^cpant:dsWithoutVersion;
- 	cpant:requires    "Getopt::ArgvFile"^^cpant:dsWithoutVersion;
- 	cpant:requires    "Getopt::Long"^^cpant:dsWithoutVersion;
- 	cpant:requires    "IO::All"^^cpant:dsWithoutVersion;
- 	cpant:requires    "Log::Log4perl"^^cpant:dsWithoutVersion;
- 	cpant:requires    "Module::Install 1.04"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::AutoInstall 0"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::AutoLicense 0.08"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::AutoManifest"^^cpant:dsWithoutVersion;
- 	cpant:requires    "Module::Install::Copyright 0.004"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::Credits 0.004"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::DOAP 0.004"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::DOAPChangeSets 0.203"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::RDF 0.008"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::ReadmeFromPod 0.12"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Install::TrustMetaYml 0.001"^^cpant:dsWithVersion;
- 	cpant:requires    "Module::Package 0.30"^^cpant:dsWithVersion;
- 	cpant:requires    "RDF::TriN3 0.201"^^cpant:dsWithVersion;
- 	cpant:requires    "RDF::Trine 0.135"^^cpant:dsWithVersion;
- 	cpant:requires    "Software::License"^^cpant:dsWithoutVersion;
- 	cpant:requires    "Test::Pod"^^cpant:dsWithoutVersion;
- 	cpant:requires    "Test::Pod::Coverage"^^cpant:dsWithoutVersion;
- 	cpant:requires    "Test::RDF::DOAP::Version 0.007"^^cpant:dsWithVersion;
- 	cpant:requires    "Text::Template"^^cpant:dsWithoutVersion;
- 	cpant:requires    "URI::Escape"^^cpant:dsWithoutVersion;
- 	cpant:requires    "URI::file 4.0"^^cpant:dsWithVersion;
- 	cpant:test_requires "Test::More 0.61"^^cpant:dsWithVersion;
 +	cpant:version_from [
 +		a nfo:FileDataObject;
 +		a nfo:SourceCode;
 +		rdfs:label "Module::Package::RDF";
 +		nfo:fileName "lib/Module/Package/RDF.pm";
 +		nfo:programmingLanguage "Perl";
 +	];
 +	dc:contributor    cpan:tobyink;
++	deps:runtime-requirement [ deps:on "Module::Package 0.30"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "Module::Install 1.04"^^deps:CpanId ];
++	deps:runtime-requirement [
++		deps:on "Module::Install::RDF 0.009"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::DOAP 0.006"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::Copyright 0.009"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::Credits 0.009"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::DOAPChangeSets 0.206"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::AutoLicense 0.08"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::ReadmeFromPod 0.12"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::AutoManifest"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::TrustMetaYml 0.003"^^deps:CpanId;
++	];
++	deps:runtime-requirement [
++		deps:on "Module::Install::AutoInstall 0"^^deps:CpanId;
++	];
++	deps:runtime-requirement [ deps:on "RDF::Trine 0.135"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "RDF::TriN3 0.201"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "Log::Log4perl"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "URI::Escape"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "Software::License"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "IO::All"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "Text::Template"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "DateTime"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "Test::Pod"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "Test::Pod::Coverage"^^deps:CpanId ];
++	deps:runtime-requirement [
++		deps:on "Test::RDF::DOAP::Version 0.007"^^deps:CpanId;
++	];
++	deps:runtime-requirement [ deps:on "Getopt::Long"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "Getopt::ArgvFile"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "File::HomeDir"^^deps:CpanId ];
++	deps:runtime-requirement [ deps:on "URI::file 4.0"^^deps:CpanId ];
++	deps:test-requirement [ deps:on "Test::More 0.96"^^deps:CpanId ];
 +	doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Module-Package-RDF>;
 +	doap:category     [ rdfs:label "RDF" ];
 +	doap:category     [ rdfs:label "Semantic Web" ];
 +	doap:category     [ rdfs:label "CPAN" ];
 +	doap:category     [ rdfs:label "Packaging" ];
 +	doap:category     [ rdfs:label "Install" ];
 +	doap:category     [ rdfs:label "Perl" ];
 +	doap:created      "2011-10-01"^^xsd:date;
 +	doap:developer    <http://tobyinkster.co.uk/#i>;
 +	doap:documenter   <http://tobyinkster.co.uk/#i>;
 +	doap:download-page <https://metacpan.org/release/Module-Package-RDF>;
 +	doap:homepage     <https://metacpan.org/release/Module-Package-RDF>;
 +	doap:license      <http://dev.perl.org/licenses/>;
 +	doap:maintainer   <http://tobyinkster.co.uk/#i>;
 +	doap:programming-language "Perl";
 +	doap:release      dist:v_0-001;
 +	doap:release      dist:v_0-002;
 +	doap:release      dist:v_0-003;
 +	doap:release      dist:v_0-004;
 +	doap:release      dist:v_0-005;
 +	doap:release      dist:v_0-006;
 +	doap:release      dist:v_0-007;
 +	doap:release      dist:v_0-008;
 +	doap:release      dist:v_0-009;
 +	doap:release      dist:v_0-010;
 +	doap:release      dist:v_0-011;
 +	doap:release      dist:v_0-012;
++	doap:release      dist:v_0-013;
++	doap:release      dist:v_0-014;
 +	doap:repository   [
- 		a doap:HgRepository;
- 		doap:browse <https://bitbucket.org/tobyink/p5-module-package-rdf>;
++		a doap:GitRepository;
++		doap:browse <https://github.com/tobyink/p5-module-package-rdf>;
 +	];
 +	doap:shortdesc    "drive your distribution with RDF"@en;
 +	doap:tester       <http://tobyinkster.co.uk/#i>.
 +
 +dist:v_0-001
 +	a                 doap:Version;
 +	rdfs:label        "Initial release";
 +	dc:issued         "2011-10-01"^^xsd:date;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.001.tar.gz>;
 +	doap:revision     "0.001"^^xsd:string.
 +
 +dist:v_0-002
 +	a                 doap:Version;
 +	dc:issued         "2011-10-03"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "Include mkdist script and Module::Package::RDF::Create."@en;
 +		];
 +		dcs:versus dist:v_0-001;
 +	];
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.002.tar.gz>;
 +	doap:revision     "0.002"^^xsd:string.
 +
 +dist:v_0-003
 +	a                 doap:Version;
 +	dc:issued         "2011-10-06"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Bugfix;
 +			rdfs:label "Module::Package::Dist::RDF::standard uses Meta::Install::TrustMetaYml - this resolves some dependency issues with resultant packages."@en;
 +		];
 +		dcs:item [
 +			a dcs:Bugfix;
 +			rdfs:label "Prevent Module::Package::RDF::Create's pod and the template module's pod from getting muddled."@en;
 +		];
 +		dcs:item [
 +			a dcs:Update;
 +			rdfs:label "Generated modules now default to using perl 5.010."@en;
 +		];
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "Generated modules will include $AUTHORITY variables."@en;
 +		];
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "Generated modules will include SYNOPSIS in pod."@en;
 +		];
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "Generated modules will include DISCLAIMER OF WARRANTIES in pod."@en;
 +		];
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "Module::Package::Dist::RDF::standard to run code at user end."@en;
 +		];
 +		dcs:item [
 +			a dcs:Update;
 +			rdfs:label "use Module::Package 0.30"@en;
 +		];
 +		dcs:versus dist:v_0-002;
 +	];
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.003.tar.gz>;
 +	doap:revision     "0.003"^^xsd:string.
 +
 +dist:v_0-004
 +	a                 doap:Version;
 +	dc:issued         "2011-11-21"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Bugfix;
 +			rdfs:label "Module::Package::RDF::Create now handles '--use boolean' and '--use autodie' specially."@en;
 +		];
 +		dcs:item [
 +			a dcs:Documentation;
 +			rdfs:label "The 'mkdist' functionality should be split into a different release."@en;
 +		];
 +		dcs:item [ a dcs:Regression; rdfs:label "use parent"@en ];
 +		dcs:versus dist:v_0-003;
 +	];
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.004.tar.gz>;
 +	doap:revision     "0.004"^^xsd:string.
 +
 +dist:v_0-005
 +	a                 doap:Version;
 +	dc:issued         "2011-12-03"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [ a dcs:Bugfix; rdfs:label "use base"@en ];
 +		dcs:item [
 +			a dcs:Documentation;
 +			rdfs:label "add 'NAME' section";
 +		];
 +		dcs:item [
 +			a dcs:Documentation;
 +			rdfs:label "add 'DISCLAIMER OF WARRANTIES' section";
 +		];
 +		dcs:versus dist:v_0-004;
 +	];
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.005.tar.gz>;
 +	doap:revision     "0.005"^^xsd:string.
 +
 +dist:v_0-006
 +	a                 doap:Version;
 +	dc:issued         "2012-07-04"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Update;
 +			rdfs:label "mkdist now creates Pretdsl instead of Turtle."@en;
 +		];
 +		dcs:item [
 +			rdfs:label "Module::Package::RDF::Create is now App::mkdist."@en;
 +		];
 +		dcs:item [
 +			rdfs:label "The ':standard' bit of 'RDF:standard' is now optional."@en;
 +		];
 +		dcs:versus dist:v_0-005;
 +	];
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.006.tar.gz>;
 +	doap:revision     "0.006"^^xsd:string.
 +
 +dist:v_0-007
 +	a                 doap:Version;
 +	rdfs:label        "Bond, James Bond";
 +	dc:issued         "2012-07-05"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Packaging;
 +			a dcs:Update;
 +			rdfs:label "Bump versions of some dependencies."@en;
 +		];
 +		dcs:versus dist:v_0-006;
 +	];
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.007.tar.gz>;
 +	doap:revision     "0.007"^^xsd:string.
 +
 +dist:v_0-008
 +	a                 doap:Version;
 +	dc:issued         "2012-07-05"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Bugfix;
 +			rdfs:label "Get t/01basic.t working again."@en;
 +		];
 +		dcs:versus dist:v_0-007;
 +	];
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.008.tar.gz>;
 +	doap:revision     "0.008"^^xsd:string.
 +
 +dist:v_0-009
 +	a                 doap:Version;
 +	dc:issued         "2012-09-25"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			rdfs:label "App::mkdist now pulls author tests from ~/perl5/xt rather than producing hard-coded ones."@en;
 +		];
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "Module::Install::StandardDocuments."@en;
 +		];
 +		dcs:item [
 +			rdfs:label "bin/mkdist now sports a --package_flavour option."@en;
 +		];
 +		dcs:versus dist:v_0-008;
 +	];
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.009.tar.gz>;
 +	doap:revision     "0.009"^^xsd:string.
 +
 +dist:v_0-010
 +	a                 doap:Version;
 +	dc:identifier     "Module-Package-RDF-0.010"^^xsd:string;
 +	dc:issued         "2013-03-11"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Change;
 +			rdfs:label "use Module::Install::Copyright";
 +		];
 +		dcs:item [
 +			a dcs:Bugfix;
 +			rdfs:label "Avoid auto-deps thingy from picking up Module::Install::StandardDocuments as a dep - it's bundled";
 +			dcs:fixes <http://purl.org/NET/cpan-uri/rt/ticket/82158>;
 +			dcs:thanks cpan:chorny;
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.010.tar.gz>;
 +	doap:revision     "0.010"^^xsd:string.
 +
 +dist:v_0-011
 +	a                 doap:Version;
 +	dc:identifier     "Module-Package-RDF-0.011"^^xsd:string;
 +	dc:issued         "2013-03-16"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Change;
 +			rdfs:label "use Module::Install::RDF's new write_meta_ttl feature";
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.011.tar.gz>;
 +	doap:revision     "0.011"^^xsd:string.
 +
 +dist:v_0-012
 +	a                 doap:Version;
 +	dc:identifier     "Module-Package-RDF-0.012"^^xsd:string;
 +	dc:issued         "2013-03-19"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "use Module::Install::Changes";
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.012.tar.gz>;
 +	doap:revision     "0.012"^^xsd:string.
 +
++dist:v_0-013
++	a                 doap:Version;
++	dc:identifier     "Module-Package-RDF-0.013"^^xsd:string;
++	dc:issued         "2013-03-19"^^xsd:date;
++	dcs:changeset     [
++		dcs:item [
++			a dcs:Update;
++			rdfs:label "Bump versions of several dependencies.";
++		];
++		dcs:item [
++			a dcs:Update;
++			rdfs:label "Switch to doap-deps vocab for expressing project dependencies (mkdist).";
++		];
++	];
++	dcs:released-by   cpan:tobyink;
++	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.013.tar.gz>;
++	doap:revision     "0.013"^^xsd:string.
++
++dist:v_0-014
++	a                 doap:Version;
++	dc:identifier     "Module-Package-RDF-0.014"^^xsd:string;
++	dc:issued         "2013-03-19"^^xsd:date;
++	dcs:changeset     [
++		dcs:item [
++			a dcs:Bugfix;
++			rdfs:label "use Module::Install::DOAP 0.006.";
++		];
++	];
++	dcs:released-by   cpan:tobyink;
++	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Package-RDF-0.014.tar.gz>;
++	doap:revision     "0.014"^^xsd:string.
++
 +cpan:chorny
 +	a                 foaf:Person;
 +	foaf:nick         "CHORNY";
 +	foaf:page         <https://metacpan.org/author/CHORNY>.
 +
 +<http://tobyinkster.co.uk/#i>
 +	a                 foaf:Person;
 +	foaf:name         "Toby Inkster";
 +	foaf:homepage     <http://tobyinkster.co.uk/>;
 +	foaf:mbox         <mailto:tobyink at cpan.org>;
 +	foaf:page         <https://metacpan.org/author/TOBYINK>;
 +	owl:sameAs        cpan:tobyink.
 +
 +<http://purl.org/NET/cpan-uri/rt/ticket/82158>
- 	a                 dbug:Issue;
- 	dbug:id           "82158"^^xsd:string;
- 	dbug:page         <https://rt.cpan.org/Ticket/Display.html?id=82158>.
++	a                 bugs:Issue;
++	bugs:id           "82158"^^xsd:string;
++	bugs:page         <https://rt.cpan.org/Ticket/Display.html?id=82158>.
 +
diff --cc META.yml
index d16c820,0000000..bcfc84d
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,65 -1,0 +1,65 @@@
 +---
 +abstract: 'drive your distribution with RDF'
 +author:
 +  - 'Toby Inkster <tobyink at cpan.org>'
 +build_requires:
 +  ExtUtils::MakeMaker: 6.59
-   Test::More: 0.61
++  Test::More: 0.96
 +configure_requires:
 +  ExtUtils::MakeMaker: 6.59
 +distribution_type: module
 +dynamic_config: 0
 +generated_by: 'Module::Install version 1.06'
 +keywords:
 +  - CPAN
 +  - Install
 +  - Packaging
 +  - Perl
 +  - RDF
 +  - 'Semantic Web'
 +license: perl
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
 +  version: 1.4
 +module_name: Module::Package::RDF
 +name: Module-Package-RDF
 +no_index:
 +  directory:
 +    - inc
 +    - t
 +    - xt
 +requires:
 +  DateTime: 0
 +  File::HomeDir: 0
 +  Getopt::ArgvFile: 0
 +  Getopt::Long: 0
 +  IO::All: 0
 +  Log::Log4perl: 0
 +  Module::Install: 1.04
 +  Module::Install::AutoInstall: 0
 +  Module::Install::AutoLicense: 0.08
 +  Module::Install::AutoManifest: 0
-   Module::Install::Copyright: 0.004
-   Module::Install::Credits: 0.004
-   Module::Install::DOAP: 0.004
-   Module::Install::DOAPChangeSets: 0.203
-   Module::Install::RDF: 0.008
++  Module::Install::Copyright: 0.009
++  Module::Install::Credits: 0.009
++  Module::Install::DOAP: 0.006
++  Module::Install::DOAPChangeSets: 0.206
++  Module::Install::RDF: 0.009
 +  Module::Install::ReadmeFromPod: 0.12
-   Module::Install::TrustMetaYml: 0.001
++  Module::Install::TrustMetaYml: 0.003
 +  Module::Package: 0.30
 +  RDF::TriN3: 0.201
 +  RDF::Trine: 0.135
 +  Software::License: 0
 +  Test::Pod: 0
 +  Test::Pod::Coverage: 0
 +  Test::RDF::DOAP::Version: 0.007
 +  Text::Template: 0
 +  URI::Escape: 0
 +  URI::file: 4.0
 +  perl: 5.10.0
 +resources:
 +  bugtracker: http://rt.cpan.org/Dist/Display.html?Queue=Module-Package-RDF
 +  homepage: https://metacpan.org/release/Module-Package-RDF
 +  license: http://dev.perl.org/licenses/
-   repository: https://bitbucket.org/tobyink/p5-module-package-rdf
- version: 0.012
++  repository: https://github.com/tobyink/p5-module-package-rdf
++version: 0.014
diff --cc SIGNATURE
index ce44f49,0000000..a1d7353
mode 100644,000000..100644
--- a/SIGNATURE
+++ b/SIGNATURE
@@@ -1,66 -1,0 +1,63 @@@
 +This file contains message digests of all files listed in MANIFEST,
 +signed via the Module::Signature module, version 0.70.
 +
 +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
 +
- SHA1 f8406d9ec3989b18f1ccfe3b29c51aed88217fa1 COPYRIGHT
- SHA1 a913747dd94cf2e4490b71caf51707e8e4c9b7be CREDITS
- SHA1 90cb8b8994a661dc926b5bfced752ff002289475 Changes
- SHA1 58e47fed556f626572681c48158a3ecd44ce179d HACKING
++SHA1 294505f858f11dd062e9916e3f50d88210a9ef54 CONTRIBUTING
++SHA1 358aabf7721a31a826926fbef1c989345b45f264 COPYRIGHT
++SHA1 1862565c8c54f8c22dfcfc0224fad8b0050fb3d7 CREDITS
++SHA1 98af98e4ff957a33983aa584ac073e382618ada9 Changes
 +SHA1 937d452c5c4069f4cda9ffaf45a33f1eb5f060e8 LICENSE
- SHA1 f928c09fff44fb0463090c2e0efe209f8ba50e98 MANIFEST
- SHA1 88e3b0312b01662cb5c5c568446dd5ccb6cd873c META.ttl
- SHA1 437fc0230258715b9e3fdfcd5a9742c14f5b3ba8 META.yml
++SHA1 dcb19b20c76cafd5105ffc47e0b697da88615e75 MANIFEST
++SHA1 f11e2821d77dd34bc578af54c853ddcce12aa80d META.ttl
++SHA1 a70824dd041f241fd015f1100e3e2421a24988f1 META.yml
 +SHA1 cdb0a8b531e0a5b24063c5cca2ad1b6f825fe96a Makefile.PL
 +SHA1 159647deea9f2bd36ecaacadc12f3cc649edcb46 README
 +SHA1 395cfb97a3a70b6a7d60e521f084a985a73feedc TODO
 +SHA1 970bd80463cefd8d3693fd51b3525a981909b841 bin/mkdist
 +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 4d793c044726e06fe35d8d129b76da2803377f92 inc/Module/Install/Scripts.pm
- SHA1 9de7b5129351499c048328dfa718d0eab557cf30 inc/Module/Install/TrustMetaYml.pm
++SHA1 41f76ff6b39368a65da86377e43b34bacc2fb0eb 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 5a2f84a7a82eee0d1e5ed3628fe503a608efc10f inc/Module/Package/Dist/RDF.pm
- SHA1 ae92606512343264831f51fcf985b7f0b3e6e2ef inc/Scalar/Util.pm
++SHA1 685e964c05a5f29d416f263c35589a10cb7296e1 inc/Module/Package/Dist/RDF.pm
 +SHA1 feb933cefe2e3762e8322bd6071a2499f3440da1 inc/YAML/Tiny.pm
- SHA1 8105c0510a773b56840995fb4dd2dc64fe9ddaee inc/unicore/Name.pm
- SHA1 36df501c7c9b73c282c5174ed54d8283b2f2cbf2 inc/utf8.pm
- SHA1 dfaa42270042c0e1da46374d722c1742ab5bd79a lib/App/mkdist.pm
- SHA1 7d908f57517410aa8c2a38b856f3e18c396d89e1 lib/Module/Install/Admin/StandardDocuments.pm
- SHA1 c2ccd78de57b41d4d1b8d881563c04850c0c43bd lib/Module/Install/StandardDocuments.pm
- SHA1 0460c13d4d93aa06e349fdcdc62e4fd5b480f9bf lib/Module/Package/Dist/RDF.pm
- SHA1 6f4ad009308b3b2ae5788b9891d6f925ac6ee9c8 lib/Module/Package/RDF.pm
- SHA1 815e3dd7348f37dfd562aa4e607bd8597a813b66 meta/changes.pret
- SHA1 7a472b517bc42e1b58a1e27e67d7091661633733 meta/deps.pret
- SHA1 cebf786ad3dc74689ed67ef2b2accff1849cceb7 meta/doap.ttl
++SHA1 5c12a71c9fab3495d26e05953a27a258a89b1144 lib/App/mkdist.pm
++SHA1 9a1fcbea519a8dc2e00fb735162656819dcde698 lib/Module/Install/Admin/StandardDocuments.pm
++SHA1 a5331c8ef1e82170be838d13e4eab33dec5c8ee1 lib/Module/Install/StandardDocuments.pm
++SHA1 4f0ff070c30c9eb940a824ccc718d0a2aeec4c7e lib/Module/Package/Dist/RDF.pm
++SHA1 31ed21a2289c4f08079274ffae035088acad7a7b lib/Module/Package/RDF.pm
++SHA1 dd7b1eb468a6ffc5734dc80b03c3b77d4c58ba29 meta/changes.pret
++SHA1 5446e18fa5d5e03906a6fd6aaa646462616b1322 meta/deps.pret
++SHA1 40dc5c62389a0c5efd038c4ebaf0a96d7bb4bbfe meta/doap.ttl
 +SHA1 2c193a957854f94b27515a1841d72a1c444614fd meta/makefile.pret
 +SHA1 b63cc2a94c2aba593d549fe76494ab235b51c070 t/01basic.t
 +-----BEGIN PGP SIGNATURE-----
- Version: GnuPG v1.4.11 (GNU/Linux)
++Version: GnuPG v1.4.12 (GNU/Linux)
 +
- iEYEARECAAYFAlFI8rMACgkQzr+BKGoqfTk3qQCdGb8H8apsLbvZjHkskEFK5Qq9
- +gMAn3ZDd6UwCY0So9x4FNgJ/sml0XCb
- =a/3S
++iEYEARECAAYFAlH47soACgkQzr+BKGoqfTlnZQCfeC2WYc6UVKpOg13QxYy5QkH8
++h+sAoKMXZlNjittAqYjwpf41pIN7gENy
++=076t
 +-----END PGP SIGNATURE-----
diff --cc inc/Module/Install/TrustMetaYml.pm
index b7115fd,0000000..5e9d70d
mode 100644,000000..100644
--- a/inc/Module/Install/TrustMetaYml.pm
+++ b/inc/Module/Install/TrustMetaYml.pm
@@@ -1,50 -1,0 +1,50 @@@
 +#line 1
 +package Module::Install::TrustMetaYml;
 +
 +use 5.005;
 +use strict;
 +
 +BEGIN {
 +	$Module::Install::TrustMetaYml::AUTHORITY = 'cpan:TOBYINK';
- 	$Module::Install::TrustMetaYml::VERSION   = '0.002';
++	$Module::Install::TrustMetaYml::VERSION   = '0.003';
 +}
 +
 +use base qw(Module::Install::Base);
 +
 +sub trust_meta_yml
 +{
 +	my ($self, $where) = @_;
 +	$where ||= 'META.yml';
 +
 +	$self->perl_version('5.005') unless defined $self->perl_version;
 +	
- 	$self->include_deps('YAML::Tiny', 0);
++	$self->include('YAML::Tiny', 0);
 +	return $self if $self->is_admin;
 +
 +	require YAML::Tiny;
 +	my $data = YAML::Tiny::LoadFile($where);
 +
 +	$self->perl_version($data->{requires}{perl} || '5.005');
 +	
 +	KEY: foreach my $key (qw(requires recommends build_requires))
 +	{
 +		next KEY unless ref $data->{$key} eq 'HASH';
 +		my %deps = %{$data->{$key}};
 +		DEP: while (my ($pkg, $ver) = each %deps)
 +		{
 +			next if $pkg eq 'perl';
 +			$self->$key($pkg, $ver);
 +		}
 +	}
 +	
 +	return $self;
 +}
 +
 +*trust_meta_yaml = \&trust_meta_yml;
 +
 +1;
 +
 +__END__
 +
 +=encoding utf8
 +
diff --cc inc/Module/Package/Dist/RDF.pm
index 7ff158b,0000000..13e5944
mode 100644,000000..100644
--- a/inc/Module/Package/Dist/RDF.pm
+++ b/inc/Module/Package/Dist/RDF.pm
@@@ -1,47 -1,0 +1,47 @@@
 +#line 1
 +package Module::Package::Dist::RDF;
 +
 +my $explanation = q<
 +	This is the component of Module::Package::RDF which gets
 +	bundled with the distribution.
 +>;
 +
 +use 5.005;
 +use strict;
 +
 +BEGIN {
 +	$Module::Package::Dist::RDF::AUTHORITY = 'cpan:TOBYINK';
- 	$Module::Package::Dist::RDF::VERSION   = '0.012';
++	$Module::Package::Dist::RDF::VERSION   = '0.014';
 +	@Module::Package::Dist::RDF::ISA       = 'Module::Package::Dist';
 +}
 +
 +sub _main
 +{
 +	my ($self) = @_;
 +	$self->mi->trust_meta_yml;
 +	$self->mi->auto_install;
 +}
 +
 +{
 +	package Module::Package::Dist::RDF::standard;
 +	use 5.005;
 +	use strict;
 +	BEGIN {
 +		$Module::Package::Dist::RDF::standard::AUTHORITY = 'cpan:TOBYINK';
- 		$Module::Package::Dist::RDF::standard::VERSION   = '0.012';
++		$Module::Package::Dist::RDF::standard::VERSION   = '0.014';
 +		@Module::Package::Dist::RDF::standard::ISA       = 'Module::Package::Dist::RDF';
 +	}
 +}
 +
 +{
 +	package Module::Package::Dist::RDF::tobyink;
 +	use 5.005;
 +	use strict;
 +	BEGIN {
 +		$Module::Package::Dist::RDF::tobyink::AUTHORITY = 'cpan:TOBYINK';
- 		$Module::Package::Dist::RDF::tobyink::VERSION   = '0.012';
++		$Module::Package::Dist::RDF::tobyink::VERSION   = '0.014';
 +		@Module::Package::Dist::RDF::tobyink::ISA       = 'Module::Package::Dist::RDF';
 +	}
 +}
 +
 +1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-package-rdf-perl.git



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