[libmodule-install-rdf-perl] 11/34: add dep; bump version; prepare for release
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 f9fd9b7136c2af89c020caacc05ec96ce37fe4d6
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Wed Jul 4 19:49:12 2012 +0100
add dep; bump version; prepare for release
--HG--
branch : Module-Install-RDF
---
lib/Module/Install/Admin/RDF.pm | 2 +-
lib/Module/Install/RDF.pm | 2 +-
meta/changes.pret | 6 ++++++
meta/deps.pret | 1 +
4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/lib/Module/Install/Admin/RDF.pm b/lib/Module/Install/Admin/RDF.pm
index 8960271..4318a97 100644
--- a/lib/Module/Install/Admin/RDF.pm
+++ b/lib/Module/Install/Admin/RDF.pm
@@ -9,7 +9,7 @@ use RDF::Trine qw[];
use RDF::TrineX::Parser::Pretdsl qw[];
use URI::file qw[];
-our $VERSION = '0.005';
+our $VERSION = '0.006';
my $Model = {};
diff --git a/lib/Module/Install/RDF.pm b/lib/Module/Install/RDF.pm
index 940af92..1882f75 100644
--- a/lib/Module/Install/RDF.pm
+++ b/lib/Module/Install/RDF.pm
@@ -4,7 +4,7 @@ use 5.008;
use base qw(Module::Install::Base);
use strict;
-our $VERSION = '0.005';
+our $VERSION = '0.006';
our $AUTHOR_ONLY = 1;
sub rdf_metadata
diff --git a/meta/changes.pret b/meta/changes.pret
index b5c7e0d..6add56f 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -27,3 +27,9 @@
changeset [
item "Support metadata written in Pretdsl."^^Addition;
] .
+
+`Module-Install-RDF 0.006 cpan:TOBYINK`
+ issued 2012-07-04;
+ changeset [
+ item "Add Module::Runtime dependency."^^Packaging;
+ ] .
diff --git a/meta/deps.pret b/meta/deps.pret
index 958fb4b..3f199a8 100644
--- a/meta/deps.pret
+++ b/meta/deps.pret
@@ -1,6 +1,7 @@
`Module-Install-RDF`
requires p`Object::ID`;
requires p`Module::Install 1.00`;
+ requires p`Module::Runtime`;
requires p`RDF::Trine 0.135`;
requires p`RDF::TriN3 0.200`;
requires p`URI::file 4.0`;
--
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