[libmodule-install-doap-perl] 12/34: bump version; changelog

Jonas Smedegaard js at alioth.debian.org
Thu Aug 8 16:13:47 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 0ce0d0faa5164ccbd447bd98054cc77941481482
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Jul 31 10:37:08 2013 +0100

    bump version; changelog
    
    --HG--
    branch : Module-Install-DOAP
---
 lib/Module/Install/Admin/DOAP.pm |    2 +-
 lib/Module/Install/DOAP.pm       |    2 +-
 meta/changes.ttl                 |   11 +++++++++++
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/lib/Module/Install/Admin/DOAP.pm b/lib/Module/Install/Admin/DOAP.pm
index 3c0f7f7..de49f2e 100644
--- a/lib/Module/Install/Admin/DOAP.pm
+++ b/lib/Module/Install/Admin/DOAP.pm
@@ -7,7 +7,7 @@ use strict;
 use Module::Install::Admin::RDF 0.003;
 use RDF::Trine;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 
 use RDF::Trine::Namespace qw[RDF RDFS OWL XSD];
 my $CPAN = RDF::Trine::Namespace->new('http://purl.org/NET/cpan-uri/terms#');
diff --git a/lib/Module/Install/DOAP.pm b/lib/Module/Install/DOAP.pm
index 462092c..da608b1 100644
--- a/lib/Module/Install/DOAP.pm
+++ b/lib/Module/Install/DOAP.pm
@@ -4,7 +4,7 @@ use 5.008;
 use base qw(Module::Install::Base);
 use strict;
 
-our $VERSION = '0.004';
+our $VERSION = '0.005';
 our $AUTHOR_ONLY = 1;
 
 sub doap_metadata
diff --git a/meta/changes.ttl b/meta/changes.ttl
index cac7d4e..c490e98 100644
--- a/meta/changes.ttl
+++ b/meta/changes.ttl
@@ -48,3 +48,14 @@ my:v_0-004
 		dcs:versus my:v_0-003 ;
 		dcs:item   [ rdfs:label "use base" ; a dcs:Bugfix ] 
 	] .
+
+my:project :release my:v_0-005 .
+my:v_0-005
+	a               :Version ;
+	dc:issued       "2013-07-31"^^xsd:date ;
+	:revision       "0.005"^^xsd:string ;
+	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-DOAP-0.005.tar.gz> ;
+	dcs:changeset [
+		dcs:versus my:v_0-004 ;
+		dcs:item   [ rdfs:label "Support http://ontologi.es/doap-deps, and deprecate old dependency predicates." ; a dcs:Update ] ;
+	] .

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