[libmodule-install-trustmetayml-perl] 03/24: use parent instead of use base

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 15:18:38 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-trustmetayml-perl.

commit 932bbbb21372cccaf697a8f19aa91192568cc69c
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-TrustMetaYml
    extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/Module-Install-TrustMetaYml%401063
---
 lib/Module/Install/TrustMetaYml.pm |    2 +-
 meta/makefile.ttl                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Module/Install/TrustMetaYml.pm b/lib/Module/Install/TrustMetaYml.pm
index 571bef9..967a78a 100644
--- a/lib/Module/Install/TrustMetaYml.pm
+++ b/lib/Module/Install/TrustMetaYml.pm
@@ -12,7 +12,7 @@ BEGIN {
 	$Module::Install::TrustMetaYml::VERSION   = '0.001';
 }
 
-use base qw(Module::Install::Base);
+use parent qw(Module::Install::Base);
 
 sub trust_meta_yml
 {
diff --git a/meta/makefile.ttl b/meta/makefile.ttl
index 132d8a8..19614f8 100644
--- a/meta/makefile.ttl
+++ b/meta/makefile.ttl
@@ -7,7 +7,7 @@
 	:version_from _:main ;
 	:readme_from _:main ;
 	:test_requires "Test::More 0.61" ;
-	:requires "common::sense" .
+	:requires "common::sense" , "parent" .
 
 _:main <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#fileName> "lib/Module/Install/TrustMetaYml.pm" .
 

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



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