[libmodule-install-doap-perl] 09/34: fix URI
Jonas Smedegaard
js at alioth.debian.org
Thu Aug 8 16:13:47 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-doap-perl.
commit b19a42fd5fc3a5c87adda17dfee4d5e2a7773ca8
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Tue Jul 30 17:31:26 2013 +0100
fix URI
--HG--
branch : Module-Install-DOAP
---
lib/Module/Install/Admin/DOAP.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Module/Install/Admin/DOAP.pm b/lib/Module/Install/Admin/DOAP.pm
index 2ce7d29..89dfd26 100644
--- a/lib/Module/Install/Admin/DOAP.pm
+++ b/lib/Module/Install/Admin/DOAP.pm
@@ -238,7 +238,7 @@ sub doap_metadata
{
unless ($ident->is_literal
and $ident->has_datatype
- and $ident->literal_datatype eq $DEPS->CpanIdentifier->uri)
+ and $ident->literal_datatype eq $DEPS->CpanId->uri)
{
warn "Dunno what to do with ${ident}... we'll figure something out eventually.";
next;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doap-perl.git
More information about the Pkg-perl-cvs-commits
mailing list