[libmodule-install-doapchangesets-perl] 40/47: bump version; changelog
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 14:08:46 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 255f4b63d2f672d9583c860838f5e01178765016
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Wed Jul 31 09:27:51 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 | 14 ++++++++++++++
4 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/lib/Module/Install/Admin/DOAPChangeSets.pm b/lib/Module/Install/Admin/DOAPChangeSets.pm
index ffa0e59..26e95b1 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.205';
+our $VERSION = '0.206';
sub _make_dcs
{
diff --git a/lib/Module/Install/DOAPChangeSets.pm b/lib/Module/Install/DOAPChangeSets.pm
index bfcde3e..3b08f23 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.205';
+our $VERSION = '0.206';
our $AUTHOR_ONLY = 1;
sub write_doap_changes {
diff --git a/lib/RDF/DOAP/ChangeSets.pm b/lib/RDF/DOAP/ChangeSets.pm
index 564d13c..9741d7b 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.205';
+our $VERSION = '0.206';
sub new
{
diff --git a/meta/changes.ttl b/meta/changes.ttl
index 41c8bb4..35bcc21 100644
--- a/meta/changes.ttl
+++ b/meta/changes.ttl
@@ -226,3 +226,17 @@ my:v_0-205
];
].
+my:project :release my:v_0-206 .
+my:v_0-206
+ a :Version ;
+ dc:issued "2013-07-31"^^xsd:date ;
+ :revision "0.206"^^xsd:string ;
+ :file-release <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Module-Install-DOAPChangeSets-0.206.tar.gz> ;
+ dcs:changeset [
+ dcs:versus my:v_0-205 ;
+ dcs:item [
+ a dcs:Update;
+ rdfs:label "Minor changes to the release header now that CPAN::Changes::Spec 0.02 has been published."@en;
+ ];
+ ].
+
--
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