[libmodule-install-rdf-perl] 13/34: bump dependency on RDF::TriN3; bump version
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 14:36:17 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 348d54c9605e301f0b88cd7c46217b8629148472
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Thu Jul 5 12:37:05 2012 +0100
bump dependency on RDF::TriN3; bump version
--HG--
branch : Module-Install-RDF
---
lib/Module/Install/Admin/RDF.pm | 4 ++--
lib/Module/Install/RDF.pm | 6 +++---
meta/changes.pret | 7 +++++++
meta/deps.pret | 4 ++--
4 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/lib/Module/Install/Admin/RDF.pm b/lib/Module/Install/Admin/RDF.pm
index 4318a97..ed8778e 100644
--- a/lib/Module/Install/Admin/RDF.pm
+++ b/lib/Module/Install/Admin/RDF.pm
@@ -6,10 +6,9 @@ use strict;
use Object::ID;
use RDF::Trine qw[];
-use RDF::TrineX::Parser::Pretdsl qw[];
use URI::file qw[];
-our $VERSION = '0.006';
+our $VERSION = '0.007';
my $Model = {};
@@ -44,6 +43,7 @@ sub rdf_metadata
while (<meta/*.{pret,pretdsl}>)
{
my $iri = URI::file->new_abs($_);
+ require RDF::TrineX::Parser::Pretdsl;
$parser ||= RDF::TrineX::Parser::Pretdsl->new;
$parser->parse_file_into_model("$iri", $_, $model);
}
diff --git a/lib/Module/Install/RDF.pm b/lib/Module/Install/RDF.pm
index 1882f75..fc86df1 100644
--- a/lib/Module/Install/RDF.pm
+++ b/lib/Module/Install/RDF.pm
@@ -1,10 +1,10 @@
package Module::Install::RDF;
-use 5.008;
+use 5.005;
use base qw(Module::Install::Base);
use strict;
-our $VERSION = '0.006';
+our $VERSION = '0.007';
our $AUTHOR_ONLY = 1;
sub rdf_metadata
@@ -52,7 +52,7 @@ Toby Inkster E<lt>tobyink at cpan.orgE<gt>.
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2011 by Toby Inkster
+Copyright (C) 2011-2012 by Toby Inkster
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/meta/changes.pret b/meta/changes.pret
index 6add56f..ee04296 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -33,3 +33,10 @@
changeset [
item "Add Module::Runtime dependency."^^Packaging;
] .
+
+`Module-Install-RDF 0.007 cpan:TOBYINK`
+ issued 2012-07-05;
+ label "Bond, James Bond";
+ changeset [
+ item "Bump RDF::TriN3 dependency to 0.201."^^Packaging;
+ ] .
diff --git a/meta/deps.pret b/meta/deps.pret
index 3f199a8..4a07801 100644
--- a/meta/deps.pret
+++ b/meta/deps.pret
@@ -3,7 +3,7 @@
requires p`Module::Install 1.00`;
requires p`Module::Runtime`;
requires p`RDF::Trine 0.135`;
- requires p`RDF::TriN3 0.200`;
+ requires p`RDF::TriN3 0.201`;
requires p`URI::file 4.0`;
test_requires p`Test::More 0.61`;
- .
\ No newline at end of file
+ .
--
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