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

Jonas Smedegaard js at alioth.debian.org
Fri Aug 9 14:36:16 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-rdf-perl.

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

diff --git a/lib/Module/Install/Admin/RDF.pm b/lib/Module/Install/Admin/RDF.pm
index 7fd2876..d7f37a3 100644
--- a/lib/Module/Install/Admin/RDF.pm
+++ b/lib/Module/Install/Admin/RDF.pm
@@ -1,7 +1,7 @@
 package Module::Install::Admin::RDF;
 
 use 5.008;
-use base qw(Module::Install::Base);
+use parent qw(Module::Install::Base);
 use strict;
 
 use RDF::Trine qw[];
diff --git a/lib/Module/Install/RDF.pm b/lib/Module/Install/RDF.pm
index 996665c..b4718d2 100644
--- a/lib/Module/Install/RDF.pm
+++ b/lib/Module/Install/RDF.pm
@@ -1,7 +1,7 @@
 package Module::Install::RDF;
 
 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 3185bfc..4dc05dd 100644
--- a/meta/makefile.ttl
+++ b/meta/makefile.ttl
@@ -3,6 +3,7 @@
 <http://purl.org/NET/cpan-uri/dist/Module-Install-RDF/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/RDF.pm" .

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



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