[libmodule-install-doapchangesets-perl] 35/47: bump version; changelog
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 14:08:44 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-doapchangesets-perl.
commit c30f93e86670eec205f71777dfef737b00e8e153
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Tue Jun 18 10:13:08 2013 +0100
bump version; changelog
--HG--
branch : Module-Install-DOAPChangeSets
---
lib/Module/Install/Admin/DOAPChangeSets.pm | 2 +-
lib/Module/Install/DOAPChangeSets.pm | 2 +-
lib/RDF/DOAP/ChangeSets.pm | 2 +-
meta/changes.ttl | 17 +++++++++++++++++
4 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/lib/Module/Install/Admin/DOAPChangeSets.pm b/lib/Module/Install/Admin/DOAPChangeSets.pm
index 06de95c..d59ef46 100644
--- a/lib/Module/Install/Admin/DOAPChangeSets.pm
+++ b/lib/Module/Install/Admin/DOAPChangeSets.pm
@@ -10,7 +10,7 @@ use File::Slurp qw(slurp);
use URI::file;
use Module::Install::Base;
-our $VERSION = '0.203';
+our $VERSION = '0.204';
sub _make_dcs
{
diff --git a/lib/Module/Install/DOAPChangeSets.pm b/lib/Module/Install/DOAPChangeSets.pm
index bbd5a81..173d33c 100644
--- a/lib/Module/Install/DOAPChangeSets.pm
+++ b/lib/Module/Install/DOAPChangeSets.pm
@@ -4,7 +4,7 @@ use 5.008;
use parent qw(Module::Install::Base);
use strict;
-our $VERSION = '0.203';
+our $VERSION = '0.204';
our $AUTHOR_ONLY = 1;
sub write_doap_changes {
diff --git a/lib/RDF/DOAP/ChangeSets.pm b/lib/RDF/DOAP/ChangeSets.pm
index 1cf3390..af9a730 100644
--- a/lib/RDF/DOAP/ChangeSets.pm
+++ b/lib/RDF/DOAP/ChangeSets.pm
@@ -11,7 +11,7 @@ use RDF::Query;
use Text::Wrap;
use List::MoreUtils qw(uniq);
-our $VERSION = '0.203';
+our $VERSION = '0.204';
sub new
{
diff --git a/meta/changes.ttl b/meta/changes.ttl
index bfd5fd4..d646476 100644
--- a/meta/changes.ttl
+++ b/meta/changes.ttl
@@ -1,4 +1,5 @@
@prefix : <http://usefulinc.com/ns/doap#> .
+ at prefix dbug: <http://ontologi.es/doap-bugs#> .
@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@@ -195,3 +196,19 @@ my:v_0-203
dcs:item [ a dcs:Addition ; rdfs:label "Support 'dcs:thanks'."@en ; dcs:thanks [ foaf:nick "KJETILK" ] ] ;
dcs:item [ rdfs:label "When Module::Install::RDF is in use, then don't complain about missing files."@en ]
] .
+
+my:project :release my:v_0-204 .
+my:v_0-204
+ a :Version ;
+ dc:issued "2013-06-18"^^xsd:date ;
+ :revision "0.204"^^xsd:string ;
+ :file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-DOAPChangeSets-0.204.tar.gz> ;
+ dcs:changeset [
+ dcs:versus my:v_0-203 ;
+ dcs:item [
+ a dcs:Addition;
+ rdfs:label "Support 'dbug:fixes'."@en;
+ dbug:fixes <http://purl.org/NET/cpan-uri/rt/ticket/86225>;
+ ];
+ ].
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-doapchangesets-perl.git
More information about the Pkg-perl-cvs-commits
mailing list