[libmodule-package-rdf-perl] 39/64: CREDITS file
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 22:11:58 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 20b5b5501528b0b8a3ea21bcf8cead5d11f920f0
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Tue Mar 19 23:18:20 2013 +0000
CREDITS file
--HG--
branch : Module-Package-RDF
---
lib/Module/Package/RDF.pm | 6 +++++-
meta/deps.pret | 3 ++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/lib/Module/Package/RDF.pm b/lib/Module/Package/RDF.pm
index 521613a..2d156c1 100644
--- a/lib/Module/Package/RDF.pm
+++ b/lib/Module/Package/RDF.pm
@@ -11,7 +11,8 @@ use Module::Install::AutoLicense 0.08 ();
use Module::Install::AutoManifest 0 ();
use Module::Install::ReadmeFromPod 0.12 ();
use Module::Install::StandardDocuments ();
-use Module::Install::Copyright 0.003 ();
+use Module::Install::Copyright 0.004 ();
+use Module::Install::Credits 0.004 ();
use Module::Install::RDF 0.008 ();
use Module::Install::DOAP 0.002 ();
use Module::Install::DOAPChangeSets 0.203 ();
@@ -42,6 +43,7 @@ sub main
$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_credits_file});
$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});
@@ -134,6 +136,8 @@ In addition to the inherited behavior, this flavour uses the following plugins:
=item * Copyright
+=item * Credits
+
=item * DOAP
=item * DOAPChangeSets
diff --git a/meta/deps.pret b/meta/deps.pret
index 72f3f49..9166d6b 100644
--- a/meta/deps.pret
+++ b/meta/deps.pret
@@ -3,7 +3,8 @@
requires p`Module::Install 1.04`;
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::Copyright 0.004`;
+ requires p`Module::Install::Credits 0.004`;
requires p`Module::Install::DOAPChangeSets 0.203`;
requires p`Module::Install::AutoLicense 0.08`;
requires p`Module::Install::ReadmeFromPod 0.12`;
--
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