[libmodule-install-rdf-perl] 06/34: Bugfix re "use parent"

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 17cd565b2f5346995a5fa983d21562e53570987f
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sat Dec 3 11:24:31 2011 +0000

    Bugfix re "use parent"
    
    --HG--
    branch : Module-Install-RDF
---
 lib/Module/Install/Admin/RDF.pm |    4 ++--
 lib/Module/Install/RDF.pm       |    4 ++--
 meta/changes.ttl                |   12 ++++++++++++
 meta/deps.ttl                   |    2 +-
 meta/makefile.ttl               |    1 -
 5 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/lib/Module/Install/Admin/RDF.pm b/lib/Module/Install/Admin/RDF.pm
index bae3f60..dd90b01 100644
--- a/lib/Module/Install/Admin/RDF.pm
+++ b/lib/Module/Install/Admin/RDF.pm
@@ -1,14 +1,14 @@
 package Module::Install::Admin::RDF;
 
 use 5.008;
-use parent qw(Module::Install::Base);
+use base qw(Module::Install::Base);
 use strict;
 
 use Object::ID;
 use RDF::Trine qw[];
 use URI::file qw[];
 
-our $VERSION = '0.003';
+our $VERSION = '0.004';
 
 my $Model = {};
 
diff --git a/lib/Module/Install/RDF.pm b/lib/Module/Install/RDF.pm
index bbc243a..39d0892 100644
--- a/lib/Module/Install/RDF.pm
+++ b/lib/Module/Install/RDF.pm
@@ -1,10 +1,10 @@
 package Module::Install::RDF;
 
 use 5.008;
-use parent qw(Module::Install::Base);
+use base qw(Module::Install::Base);
 use strict;
 
-our $VERSION = '0.003';
+our $VERSION = '0.004';
 our $AUTHOR_ONLY = 1;
 
 sub rdf_metadata
diff --git a/meta/changes.ttl b/meta/changes.ttl
index 8f35af0..98c7dfa 100644
--- a/meta/changes.ttl
+++ b/meta/changes.ttl
@@ -34,6 +34,18 @@ my:v_0-003
 	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.003.tar.gz> ;
 	dcs:changeset [
 		dcs:versus my:v_0-002 ;
+		dcs:item   [ rdfs:label "use parent" ; a dcs:Regression ] ;
 		dcs:item   [ a dcs:Addition ; rdfs:label "rdf_project_uri function which provides heuristics to determine the URI of the primary doap:Project described in the meta directory."@en ] ;
 		dcs:item   [ rdfs:label "Use Object::ID::object_id instead of Scalar::Util::refaddr to uniquely identity Module::Install objects. (Though in a typical installation scenario, this shouldn't matter much.)"@en ]
 	] .
+
+my:project :release my:v_0-004 .
+my:v_0-004
+	a               :Version ;
+	dc:issued       "2011-12-03"^^xsd:date ;
+	:revision       "0.004"^^xsd:string ;
+	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-RDF-0.004.tar.gz> ;
+	dcs:changeset [
+		dcs:versus my:v_0-003 ;
+		dcs:item   [ rdfs:label "use base" ; a dcs:Bugfix ] 
+	] .
diff --git a/meta/deps.ttl b/meta/deps.ttl
index 4f5d06f..e0eaec2 100644
--- a/meta/deps.ttl
+++ b/meta/deps.ttl
@@ -4,7 +4,7 @@
 	:requires
 		"Object::ID" ,
 		"Module::Install 1.00" ,
-		"RDF::Trine 0.112" ,
+		"RDF::Trine 0.133" ,
 		"URI::file 4.0" ;
 	:test_requires
 		"Test::More 0.61" .
diff --git a/meta/makefile.ttl b/meta/makefile.ttl
index 4dc05dd..3185bfc 100644
--- a/meta/makefile.ttl
+++ b/meta/makefile.ttl
@@ -3,7 +3,6 @@
 <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