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

Jonas Smedegaard js at alioth.debian.org
Thu Aug 8 16:13:48 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 0ee45e0d69ec6d10a7e8aeebab3b9021fc86392f
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Wed Jul 31 11:53:42 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 de49f2e..f2fe4e9 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.005';
+our $VERSION = '0.006';
 
 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 da608b1..99fb35a 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.005';
+our $VERSION = '0.006';
 our $AUTHOR_ONLY = 1;
 
 sub doap_metadata
diff --git a/meta/changes.ttl b/meta/changes.ttl
index c490e98..c022785 100644
--- a/meta/changes.ttl
+++ b/meta/changes.ttl
@@ -59,3 +59,14 @@ my:v_0-005
 		dcs:versus my:v_0-004 ;
 		dcs:item   [ rdfs:label "Support http://ontologi.es/doap-deps, and deprecate old dependency predicates." ; a dcs:Update ] ;
 	] .
+
+my:project :release my:v_0-006 .
+my:v_0-006
+	a               :Version ;
+	dc:issued       "2013-07-31"^^xsd:date ;
+	:revision       "0.006"^^xsd:string ;
+	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-DOAP-0.006.tar.gz> ;
+	dcs:changeset [
+		dcs:versus my:v_0-005 ;
+		dcs:item   [ rdfs:label "Oops; hyphens." ; a dcs:Bugfix ] ;
+	] .

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