[libmodule-package-rdf-perl] 36/64: use write_meta_ttl in Module::Install::RDF 0.008

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 22:11:57 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 351aab4e161a760ccc891a06e49b409b4d6f0d0c
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Mar 16 13:34:57 2013 +0000

    use write_meta_ttl in Module::Install::RDF 0.008
    
    --HG--
    branch : Module-Package-RDF
---
 lib/Module/Package/RDF.pm |    3 ++-
 meta/deps.pret            |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/Module/Package/RDF.pm b/lib/Module/Package/RDF.pm
index 5054fde..225c538 100644
--- a/lib/Module/Package/RDF.pm
+++ b/lib/Module/Package/RDF.pm
@@ -12,7 +12,7 @@ use Module::Install::AutoManifest 0 ();
 use Module::Install::ReadmeFromPod 0.12 ();
 use Module::Install::StandardDocuments ();
 use Module::Install::Copyright 0.003 ();
-use Module::Install::RDF 0.006 ();
+use Module::Install::RDF 0.008 ();
 use Module::Install::DOAP 0.002 ();
 use Module::Install::DOAPChangeSets 0.203 ();
 use Module::Install::TrustMetaYml 0.001 ();
@@ -41,6 +41,7 @@ sub main
 	# These run later, as specified.
 	$self->post_all_from(sub {Log::Log4perl->easy_init($ERROR);$self->mi->write_doap_changes});
 	$self->post_all_from(sub {$self->mi->auto_license});
+	$self->post_all_from(sub {$self->mi->write_meta_ttl});
 	$self->post_all_from(sub {$self->mi->write_copyright_file});
 	$self->post_all_from(sub {$self->mi->auto_manifest});
 	$self->post_all_from(sub {$self->mi->auto_install});
diff --git a/meta/deps.pret b/meta/deps.pret
index 2e0b142..72f3f49 100644
--- a/meta/deps.pret
+++ b/meta/deps.pret
@@ -1,7 +1,7 @@
 `Module-Package-RDF`
 	requires p`Module::Package 0.30`;
 	requires p`Module::Install 1.04`;
-	requires p`Module::Install::RDF 0.007`;
+	requires p`Module::Install::RDF 0.008`;
 	requires p`Module::Install::DOAP 0.004`;
 	requires p`Module::Install::Copyright 0.003`;
 	requires p`Module::Install::DOAPChangeSets 0.203`;

-- 
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