[libmodule-package-rdf-perl] 27/64: use Module::Install::Copyright
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 22:11:55 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 1451b694cec76f123af87baa1f2650581d02d731
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Mon Mar 11 16:34:21 2013 +0000
use Module::Install::Copyright
--HG--
branch : Module-Package-RDF
---
lib/Module/Package/RDF.pm | 6 +++++-
meta/deps.pret | 1 +
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/lib/Module/Package/RDF.pm b/lib/Module/Package/RDF.pm
index 70bef9d..c1a3b6c 100644
--- a/lib/Module/Package/RDF.pm
+++ b/lib/Module/Package/RDF.pm
@@ -11,6 +11,7 @@ use Module::Install::AutoLicense 0.08 ();
use Module::Install::AutoManifest 0 ();
use Module::Install::ReadmeFromPod 0.12 ();
use Module::Install::StandardDocuments 0 ();
+use Module::Install::Copyright 0.003 ();
use Module::Install::RDF 0.006 ();
use Module::Install::DOAP 0.002 ();
use Module::Install::DOAPChangeSets 0.203 ();
@@ -40,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_copyright_file});
$self->post_all_from(sub {$self->mi->auto_manifest});
$self->post_all_from(sub {$self->mi->auto_install});
@@ -129,6 +131,8 @@ In addition to the inherited behavior, this flavour uses the following plugins:
=item * AutoManifest
+=item * Copyright
+
=item * DOAP
=item * DOAPChangeSets
@@ -162,7 +166,7 @@ Toby Inkster E<lt>tobyink at cpan.orgE<gt>.
=head1 COPYRIGHT AND LICENSE
-Copyright (C) 2011-2012 by Toby Inkster
+Copyright (C) 2011-2013 by Toby Inkster
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
diff --git a/meta/deps.pret b/meta/deps.pret
index 79495b8..2e0b142 100644
--- a/meta/deps.pret
+++ b/meta/deps.pret
@@ -3,6 +3,7 @@
requires p`Module::Install 1.04`;
requires p`Module::Install::RDF 0.007`;
requires p`Module::Install::DOAP 0.004`;
+ requires p`Module::Install::Copyright 0.003`;
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