[libmodule-install-doap-perl] 07/34: support "requires_from" and "provides"
Jonas Smedegaard
js at alioth.debian.org
Thu Aug 8 16:13:46 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 98e2cbfb124cf3ed8ab65908fbe79fcdebf21d5c
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Mon Mar 11 16:26:22 2013 +0000
support "requires_from" and "provides"
--HG--
branch : Module-Install-DOAP
---
lib/Module/Install/Admin/DOAP.pm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Module/Install/Admin/DOAP.pm b/lib/Module/Install/Admin/DOAP.pm
index d6826da..e2166cd 100644
--- a/lib/Module/Install/Admin/DOAP.pm
+++ b/lib/Module/Install/Admin/DOAP.pm
@@ -191,7 +191,7 @@ sub doap_metadata
$metadata->(authors => sort values %authors);
{
- my @terms = qw(requires build_requires configure_requires recommends test_requires);
+ my @terms = qw(requires build_requires configure_requires test_requires recommends provides);
foreach my $term (@terms)
{
foreach my $dep ($model->objects($uri, $CPAN->$term))
@@ -211,7 +211,7 @@ sub doap_metadata
}
{
- my @terms = qw(abstract_from author_from license_from perl_version_from readme_from version_from
+ my @terms = qw(abstract_from author_from license_from perl_version_from readme_from requires_from version_from
no_index install_script requires_external_bin);
TERM: foreach my $term (@terms)
{
--
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