[libmodule-install-rdf-perl] 31/34: Imported Upstream version 0.009

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 14:36:21 UTC 2013


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

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

commit de62584434f813cfd97fd16957b1dc8d336c0b57
Merge: 5884734 9231de7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Aug 9 16:28:10 2013 +0200

    Imported Upstream version 0.009

 CONTRIBUTING                       |   76 +++++++
 COPYRIGHT                          |   37 ++--
 CREDITS                            |    3 +
 Changes                            |    9 +-
 HACKING                            |   43 ----
 MANIFEST                           |    6 +-
 META.ttl                           |   23 +-
 META.yml                           |    4 +-
 SIGNATURE                          |   36 ++--
 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/Module/Install/Admin/RDF.pm    |    5 +-
 lib/Module/Install/RDF.pm          |    2 +-
 meta/changes.pret                  |    7 +
 meta/doap.pret                     |    2 +-
 18 files changed, 159 insertions(+), 610 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 a94229d,0000000..5c91752
mode 100644,000000..100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@@ -1,82 -1,0 +1,73 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: Module-Install-RDF
 +Upstream-Contact: Toby Inkster <tobyink at cpan.org>
 +Source: https://metacpan.org/release/Module-Install-RDF
 +
- Files: Changes
-  HACKING
++Files: CONTRIBUTING
++ CREDITS
++ Changes
 + LICENSE
 + MANIFEST.SKIP
 + META.ttl
 + Makefile.PL
 + README
 + TODO
 + meta/changes.pret
 + meta/deps.pret
 + meta/doap.pret
 + 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
 +Copyright: Copyright 2002 - 2012 Brian Ingerson, Audrey Tang and Adam Kennedy.
 +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: lib/Module/Install/Admin/RDF.pm
 + lib/Module/Install/RDF.pm
 +Copyright: Copyright (C) 2011-2013 by Toby Inkster.
 +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.
++Files: inc/YAML/Tiny.pm
++Copyright: Copyright 2006 - 2012 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.
++Files: inc/Module/Install/Package.pm
++Copyright: Copyright (c) 2011. Ingy doet Net.
 +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.
++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/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.
- 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
- 
 +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 0000000,0000000..5cd2928
new file mode 100644
--- /dev/null
+++ b/CREDITS
@@@ -1,0 -1,0 +1,3 @@@
++Maintainer:
++- Toby Inkster (cpan:TOBYINK) <mailto:tobyink at cpan.org>
++
diff --cc Changes
index 9f32786,0000000..5d51a3e
mode 100644,000000..100644
--- a/Changes
+++ b/Changes
@@@ -1,45 -1,0 +1,50 @@@
 +Module-Install-RDF
 +==================
 +
 +Created:      2011-09-30
 +Home page:    <https://metacpan.org/release/Module-Install-RDF>
 +Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-RDF>
 +Maintainer:   Toby Inkster <mailto:tobyink at cpan.org>
 +
++0.009  2013-07-31
++
++ - (Update) Add a hard-coded prefix for doap-deps.
++ - Change the hard-coded prefix for doap-bugs.
++
 +0.008  2013-03-16
 +
 + - (Addition) write_meta_ttl method.
 +
- 0.007  2012-07-05  # Bond, James Bond
++0.007  2012-07-05  Bond, James Bond
 +
 + - (Packaging) Bump RDF::TriN3 dependency to 0.201.
 +
 +0.006  2012-07-04
 +
 + - (Packaging) Add Module::Runtime dependency.
 +
 +0.005  2012-07-04
 +
 + - (Addition) Support metadata written in Pretdsl.
 +
 +0.004  2011-12-03
 +
 + - (Bugfix) use base
 +
 +0.003  2011-11-26
 +
 + - (Addition) rdf_project_uri function which provides heuristics to
 +   determine the URI of the primary doap:Project described in the meta
 +   directory.
 + - (Regression) use parent
 + - Use Object::ID::object_id instead of Scalar::Util::refaddr to uniquely
 +   identity Module::Install objects. (Though in a typical installation
 +   scenario, this shouldn't matter much.)
 +
 +0.002  2011-10-06
 +
 + - (Packaging) Upgrade Module::Package::RDF version.
 +
- 0.001  2011-10-01  # Initial release
++0.001  2011-10-01  Initial release
 +
 +
diff --cc MANIFEST
index c1cc946,0000000..4ac836a
mode 100644,000000..100644
--- a/MANIFEST
+++ b/MANIFEST
@@@ -1,38 -1,0 +1,36 @@@
 +Changes
++CONTRIBUTING
 +COPYRIGHT
- HACKING
++CREDITS
 +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/Module/Install/Admin/RDF.pm
 +lib/Module/Install/RDF.pm
 +LICENSE
 +Makefile.PL
 +MANIFEST			This list of files
 +META.ttl
 +META.yml
 +meta/changes.pret
 +meta/deps.pret
 +meta/doap.pret
 +meta/makefile.pret
 +README
 +t/01basic.t
 +TODO
 +SIGNATURE                                Public-key signature (added by MakeMaker)
diff --cc META.ttl
index 0d26413,0000000..2dd2960
mode 100644,000000..100644
--- a/META.ttl
+++ b/META.ttl
@@@ -1,187 -1,0 +1,206 @@@
 + at prefix cpan:  <http://purl.org/NET/cpan-uri/person/> .
 + at prefix cpant: <http://purl.org/NET/cpan-uri/terms#> .
 + at prefix dc:    <http://purl.org/dc/terms/> .
 + at prefix dcs:   <http://ontologi.es/doap-changeset#> .
 + at prefix dist:  <http://purl.org/NET/cpan-uri/dist/Module-Install-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 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-Install-RDF";
 +	cpant:perl_version_from [
 +		a nfo:FileDataObject;
 +		a nfo:SourceCode;
 +		rdfs:label "Module::Install::RDF";
 +		nfo:fileName "lib/Module/Install/RDF.pm";
 +		nfo:programmingLanguage "Perl";
 +	];
 +	cpant:readme_from [
 +		a nfo:FileDataObject;
 +		a nfo:SourceCode;
 +		rdfs:label "Module::Install::RDF";
 +		nfo:fileName "lib/Module/Install/RDF.pm";
 +		nfo:programmingLanguage "Perl";
 +	];
 +	cpant:requires    "Module::Install 1.00"^^cpant:dsWithVersion;
 +	cpant:requires    "Module::Runtime"^^cpant:dsWithoutVersion;
 +	cpant:requires    "Object::ID"^^cpant:dsWithoutVersion;
 +	cpant:requires    "RDF::TriN3 0.201"^^cpant:dsWithVersion;
 +	cpant:requires    "RDF::Trine 0.135"^^cpant:dsWithVersion;
 +	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::Install::RDF";
 +		nfo:fileName "lib/Module/Install/RDF.pm";
 +		nfo:programmingLanguage "Perl";
 +	];
 +	dc:contributor    cpan:tobyink;
 +	doap:bug-database <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-RDF>;
 +	doap:category     [ rdfs:label "Semantic Web" ];
 +	doap:category     [ rdfs:label "Packaging" ];
 +	doap:created      "2011-09-30"^^xsd:date;
 +	doap:developer    cpan:tobyink;
 +	doap:documenter   cpan:tobyink;
 +	doap:download-page <https://metacpan.org/release/Module-Install-RDF>;
 +	doap:homepage     <https://metacpan.org/release/Module-Install-RDF>;
 +	doap:license      <http://dev.perl.org/licenses/>;
 +	doap:maintainer   cpan:tobyink;
 +	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:repository   [
- 		a doap:HgRepository;
- 		doap:browse <https://bitbucket.org/tobyink/p5-module-install-rdf>;
++		a doap:GitRepository;
++		doap:browse <https://github.com/tobyink/p5-module-install-rdf>;
 +	];
 +	doap:shortdesc    "advanced metadata for your distribution"@en;
 +	doap:tester       cpan:tobyink.
 +
 +dist:v_0-001
 +	a                 doap:Version;
 +	rdfs:label        "Initial release";
 +	dc:identifier     "Module-Install-RDF-0.001"^^xsd:string;
 +	dc:issued         "2011-10-01"^^xsd:date;
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.001.tar.gz>;
 +	doap:revision     "0.001"^^xsd:string.
 +
 +dist:v_0-002
 +	a                 doap:Version;
 +	dc:identifier     "Module-Install-RDF-0.002"^^xsd:string;
 +	dc:issued         "2011-10-06"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Packaging;
 +			rdfs:label "Upgrade Module::Package::RDF version.";
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.002.tar.gz>;
 +	doap:revision     "0.002"^^xsd:string.
 +
 +dist:v_0-003
 +	a                 doap:Version;
 +	dc:identifier     "Module-Install-RDF-0.003"^^xsd:string;
 +	dc:issued         "2011-11-26"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [ a dcs:Regression; rdfs:label "use parent" ];
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "rdf_project_uri function which provides heuristics to determine the URI of the primary doap:Project described in the meta directory.";
 +		];
 +		dcs:item [
 +			a dcs:Change;
 +			rdfs:label "Use Object::ID::object_id instead of Scalar::Util::refaddr to uniquely identity Module::Install objects. (Though in a typical installation scenario, this shouldn't matter much.)";
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.003.tar.gz>;
 +	doap:revision     "0.003"^^xsd:string.
 +
 +dist:v_0-004
 +	a                 doap:Version;
 +	dc:identifier     "Module-Install-RDF-0.004"^^xsd:string;
 +	dc:issued         "2011-12-03"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [ a dcs:Bugfix; rdfs:label "use base" ];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.004.tar.gz>;
 +	doap:revision     "0.004"^^xsd:string.
 +
 +dist:v_0-005
 +	a                 doap:Version;
 +	dc:identifier     "Module-Install-RDF-0.005"^^xsd:string;
 +	dc:issued         "2012-07-04"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "Support metadata written in Pretdsl.";
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.005.tar.gz>;
 +	doap:revision     "0.005"^^xsd:string.
 +
 +dist:v_0-006
 +	a                 doap:Version;
 +	dc:identifier     "Module-Install-RDF-0.006"^^xsd:string;
 +	dc:issued         "2012-07-04"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Packaging;
 +			rdfs:label "Add Module::Runtime dependency.";
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.006.tar.gz>;
 +	doap:revision     "0.006"^^xsd:string.
 +
 +dist:v_0-007
 +	a                 doap:Version;
 +	rdfs:label        "Bond, James Bond";
 +	dc:identifier     "Module-Install-RDF-0.007"^^xsd:string;
 +	dc:issued         "2012-07-05"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Packaging;
 +			rdfs:label "Bump RDF::TriN3 dependency to 0.201.";
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.007.tar.gz>;
 +	doap:revision     "0.007"^^xsd:string.
 +
 +dist:v_0-008
 +	a                 doap:Version;
 +	dc:identifier     "Module-Install-RDF-0.008"^^xsd:string;
 +	dc:issued         "2013-03-16"^^xsd:date;
 +	dcs:changeset     [
 +		dcs:item [
 +			a dcs:Addition;
 +			rdfs:label "write_meta_ttl method.";
 +		];
 +	];
 +	dcs:released-by   cpan:tobyink;
 +	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.008.tar.gz>;
 +	doap:revision     "0.008"^^xsd:string.
 +
++dist:v_0-009
++	a                 doap:Version;
++	dc:identifier     "Module-Install-RDF-0.009"^^xsd:string;
++	dc:issued         "2013-07-31"^^xsd:date;
++	dcs:changeset     [
++		dcs:item [
++			a dcs:Update;
++			rdfs:label "Add a hard-coded prefix for doap-deps.";
++		];
++		dcs:item [
++			a dcs:Change;
++			rdfs:label "Change the hard-coded prefix for doap-bugs.";
++		];
++	];
++	dcs:released-by   cpan:tobyink;
++	doap:file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.009.tar.gz>;
++	doap:revision     "0.009"^^xsd:string.
++
 +cpan:tobyink
 +	a                 foaf:Person;
 +	foaf:name         "Toby Inkster";
 +	foaf:homepage     <http://tobyinkster.co.uk/>;
 +	foaf:mbox         <mailto:tobyink at cpan.org>;
 +	foaf:nick         "tobyink";
 +	foaf:page         <https://metacpan.org/author/TOBYINK>.
 +
diff --cc META.yml
index 1d17289,0000000..5e204b8
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,39 -1,0 +1,39 @@@
 +---
 +abstract: 'advanced metadata for your distribution'
 +author:
 +  - 'Toby Inkster <tobyink at cpan.org>'
 +build_requires:
 +  ExtUtils::MakeMaker: 6.36
 +  Test::More: 0.61
 +configure_requires:
 +  ExtUtils::MakeMaker: 6.36
 +distribution_type: module
 +dynamic_config: 0
 +generated_by: 'Module::Install version 1.06'
 +keywords:
 +  - Packaging
 +  - 'Semantic Web'
 +license: perl
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
 +  version: 1.4
 +module_name: Module::Install::RDF
 +name: Module-Install-RDF
 +no_index:
 +  directory:
 +    - inc
 +    - t
 +requires:
 +  Module::Install: 1.00
 +  Module::Runtime: 0
 +  Object::ID: 0
 +  RDF::TriN3: 0.201
 +  RDF::Trine: 0.135
 +  URI::file: 4.0
 +  perl: 5.005
 +resources:
 +  bugtracker: http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-RDF
 +  homepage: https://metacpan.org/release/Module-Install-RDF
 +  license: http://dev.perl.org/licenses/
-   repository: https://bitbucket.org/tobyink/p5-module-install-rdf
- version: 0.008
++  repository: https://github.com/tobyink/p5-module-install-rdf
++version: 0.009
diff --cc SIGNATURE
index afbb1ab,0000000..e59d431
mode 100644,000000..100644
--- a/SIGNATURE
+++ b/SIGNATURE
@@@ -1,60 -1,0 +1,58 @@@
 +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 31035c56384f3372306ec5a2aa100a5193f2e343 COPYRIGHT
- SHA1 4b8c675cc0cad2384f0164b8065320a2aa8f2e00 Changes
- SHA1 58e47fed556f626572681c48158a3ecd44ce179d HACKING
++SHA1 294505f858f11dd062e9916e3f50d88210a9ef54 CONTRIBUTING
++SHA1 8ed4b381569aefee5149338f8881c9c60e3f6a2e COPYRIGHT
++SHA1 9e307a5415ca4fa0a76a08bd7236f23f15544ea8 CREDITS
++SHA1 23d5bdb57336643b9dde70697ac26069c3eba05f Changes
 +SHA1 937d452c5c4069f4cda9ffaf45a33f1eb5f060e8 LICENSE
- SHA1 66766e72630ecc27593e6fec3061c672c6d108b5 MANIFEST
- SHA1 b3bf827c464ea9e4887487a84c00e1b27f712938 META.ttl
- SHA1 6b66fdb237465e7027d2d98a1ddb78ffb74b6ef6 META.yml
++SHA1 f513ba260eee9e440322894fabe2944b5c75f90d MANIFEST
++SHA1 a950aef0884cd0538ec47f761e7199ae1d71f369 META.ttl
++SHA1 45ed94dd39d090c91f0d5ddebee6ae0f3ff62066 META.yml
 +SHA1 7d65b6447bdb20b1734b465650073c4b6989ea0c Makefile.PL
 +SHA1 099d10ed070f831b40aaa662973289d9b46b477b README
 +SHA1 1d1d860c3b00f22531e13185f1a7ae411e1a6363 TODO
 +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 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 63b942f1abf8f8cb3b468cc3a52d435650dfa042 inc/Module/Package/Dist/RDF.pm
- SHA1 ae92606512343264831f51fcf985b7f0b3e6e2ef inc/Scalar/Util.pm
++SHA1 5a2f84a7a82eee0d1e5ed3628fe503a608efc10f inc/Module/Package/Dist/RDF.pm
 +SHA1 feb933cefe2e3762e8322bd6071a2499f3440da1 inc/YAML/Tiny.pm
- SHA1 8105c0510a773b56840995fb4dd2dc64fe9ddaee inc/unicore/Name.pm
- SHA1 36df501c7c9b73c282c5174ed54d8283b2f2cbf2 inc/utf8.pm
- SHA1 14001072c11aeedde5d95d13ab8556e0c29e3396 lib/Module/Install/Admin/RDF.pm
- SHA1 514fc5cc5238427f8184ea6de32cab80c10502b7 lib/Module/Install/RDF.pm
- SHA1 19f49361bcb179fa3a412426d27771221c5c731c meta/changes.pret
++SHA1 54f00c91d7679afc97750ed81cbe6d4ac6cfa27d lib/Module/Install/Admin/RDF.pm
++SHA1 3c22f4014d39103aa3cdc064c6c59ff8b729c536 lib/Module/Install/RDF.pm
++SHA1 c336208dfee320c84d7dad5580fbb24095c50618 meta/changes.pret
 +SHA1 a0b8d060905f7d38f5d7a2541d3b67f66b5f87be meta/deps.pret
- SHA1 765dabd4050999c119c7d1925c160945fbba462a meta/doap.pret
++SHA1 5a30d14ba5152ce7eba4a7428ec2e36ab0946100 meta/doap.pret
 +SHA1 370405b43e499ee72fd9554967d6158a62c0fc61 meta/makefile.pret
 +SHA1 7f545d93d1dcdf124740caaceeac507686c4cc04 t/01basic.t
 +-----BEGIN PGP SIGNATURE-----
- Version: GnuPG v1.4.11 (GNU/Linux)
++Version: GnuPG v1.4.12 (GNU/Linux)
 +
- iEYEARECAAYFAlFEd6kACgkQzr+BKGoqfTmZyACcDdCcXQA2Kre/3RJx4SwvCBWB
- KPoAoKA1g5uDpKYYDezcKD+ClvpIBiz0
- =QWnI
++iEYEARECAAYFAlH417cACgkQzr+BKGoqfTnXNACgr1Mmn5JKCnjnuAQZuqKKyhf0
++KkwAoLcVMn9Cu8rax2nfHg8wJUu4WVH0
++=5GSo
 +-----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 f8cf1ff,0000000..7ff158b
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.011';
++	$Module::Package::Dist::RDF::VERSION   = '0.012';
 +	@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.011';
++		$Module::Package::Dist::RDF::standard::VERSION   = '0.012';
 +		@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.011';
++		$Module::Package::Dist::RDF::tobyink::VERSION   = '0.012';
 +		@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-install-rdf-perl.git



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