[libmodule-install-doapchangesets-perl] 21/47: use parent instead of use base

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 14:08:40 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-doapchangesets-perl.

commit ce7fbe7cb82a509bd02394442091024aebc2866f
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Nov 9 11:32:34 2011 +0000

    use parent instead of use base
    
    --HG--
    branch : Module-Install-DOAPChangeSets
    extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/Module-Install-DOAPChangeSets%401063
---
 lib/Module/Install/Admin/DOAPChangeSets.pm |    2 +-
 lib/Module/Install/DOAPChangeSets.pm       |    2 +-
 meta/makefile.ttl                          |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/Module/Install/Admin/DOAPChangeSets.pm b/lib/Module/Install/Admin/DOAPChangeSets.pm
index 786ee5f..737809a 100644
--- a/lib/Module/Install/Admin/DOAPChangeSets.pm
+++ b/lib/Module/Install/Admin/DOAPChangeSets.pm
@@ -1,7 +1,7 @@
 package Module::Install::Admin::DOAPChangeSets;
 
 use 5.008;
-use base qw(Module::Install::Base);
+use parent qw(Module::Install::Base);
 use strict;
 
 use RDF::DOAP::ChangeSets;
diff --git a/lib/Module/Install/DOAPChangeSets.pm b/lib/Module/Install/DOAPChangeSets.pm
index 525124f..b252f79 100644
--- a/lib/Module/Install/DOAPChangeSets.pm
+++ b/lib/Module/Install/DOAPChangeSets.pm
@@ -1,7 +1,7 @@
 package Module::Install::DOAPChangeSets;
 
 use 5.008;
-use base qw(Module::Install::Base);
+use parent qw(Module::Install::Base);
 use strict;
 
 our $VERSION = '0.201';
diff --git a/meta/makefile.ttl b/meta/makefile.ttl
index bd65d0b..e009d31 100644
--- a/meta/makefile.ttl
+++ b/meta/makefile.ttl
@@ -3,6 +3,7 @@
 <http://purl.org/NET/cpan-uri/dist/Module-Install-DOAPChangeSets/project>
 	:perl_version_from _:main ;
 	:version_from _:main ;
+	:requires "parent" ;
 	:readme_from _:main .
 
 _:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/Module/Install/DOAPChangeSets.pm" .

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doapchangesets-perl.git



More information about the Pkg-perl-cvs-commits mailing list