[libmodule-install-doap-perl] 04/34: use parent instead of use base

Jonas Smedegaard js at alioth.debian.org
Thu Aug 8 16:13:45 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 c41cfb4a919d553d5507d4c314fceb51b98fe1fb
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-DOAP
    extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/Module-Install-DOAP%401063
---
 lib/Module/Install/Admin/DOAP.pm |    2 +-
 lib/Module/Install/DOAP.pm       |    2 +-
 meta/makefile.ttl                |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/Module/Install/Admin/DOAP.pm b/lib/Module/Install/Admin/DOAP.pm
index 4c09e4e..ea71414 100644
--- a/lib/Module/Install/Admin/DOAP.pm
+++ b/lib/Module/Install/Admin/DOAP.pm
@@ -1,7 +1,7 @@
 package Module::Install::Admin::DOAP;
 
 use 5.008;
-use base qw(Module::Install::Base);
+use parent qw(Module::Install::Base);
 use strict;
 
 use File::Spec;
diff --git a/lib/Module/Install/DOAP.pm b/lib/Module/Install/DOAP.pm
index 1f97be3..9f5ff88 100644
--- a/lib/Module/Install/DOAP.pm
+++ b/lib/Module/Install/DOAP.pm
@@ -1,7 +1,7 @@
 package Module::Install::DOAP;
 
 use 5.008;
-use base qw(Module::Install::Base);
+use parent qw(Module::Install::Base);
 use strict;
 
 our $VERSION = '0.002';
diff --git a/meta/makefile.ttl b/meta/makefile.ttl
index 923944b..66fb2ee 100644
--- a/meta/makefile.ttl
+++ b/meta/makefile.ttl
@@ -3,6 +3,7 @@
 <http://purl.org/NET/cpan-uri/dist/Module-Install-DOAP/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/DOAP.pm" .

-- 
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