[libatteanx-endpoint-perl] 12/27: Updated for 0.002 release.

Jonas Smedegaard dr at jones.dk
Sat Oct 28 02:08:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.002-1
in repository libatteanx-endpoint-perl.

commit 2a67d0cd93b60e2b092cb767a2ad95a35d931ea6
Author: Gregory Todd Williams <greg at evilfunhouse.com>
Date:   Thu Oct 26 09:18:09 2017 -0700

    Updated for 0.002 release.
---
 lib/AtteanX/Endpoint.pm | 10 ++++++----
 meta/changes.ttl        | 16 +++++++++++++++-
 2 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/lib/AtteanX/Endpoint.pm b/lib/AtteanX/Endpoint.pm
index 3984512..40480f9 100644
--- a/lib/AtteanX/Endpoint.pm
+++ b/lib/AtteanX/Endpoint.pm
@@ -6,6 +6,10 @@
 use v5.14;
 use warnings;
 
+package AtteanX::Endpoint {
+	our $VERSION	= "0.002";
+}
+
 package AtteanX::Error {
 	use Moo;
 	use Types::Standard qw(Str HashRef);
@@ -42,7 +46,7 @@ package AtteanX::Endpoint::ServerError {
 	has 'code' => (is => 'ro', isa => Int, default => 500);
 }
 
-package Plack::App::AtteanX::Endpoint 0.001 {
+package Plack::App::AtteanX::Endpoint 0.002 {
 	use parent qw(Plack::Component);
 	use Plack::Request;
 	
@@ -80,7 +84,7 @@ AtteanX::Endpoint - SPARQL 1.1 Protocol Endpoint
 
 =head1 VERSION
 
-This document describes AtteanX::Endpoint version 0.001
+This document describes AtteanX::Endpoint version 0.002
 
 =head1 SYNOPSIS
 
@@ -155,8 +159,6 @@ package AtteanX::Endpoint {
 # 	use Fcntl qw(:flock SEEK_END);
 	use namespace::clean;
 
-	our $VERSION	= 0.001;
-
 	with 'MooX::Log::Any';
 
 	has 'planner' => (
diff --git a/meta/changes.ttl b/meta/changes.ttl
index 1c140b7..904fdbe 100644
--- a/meta/changes.ttl
+++ b/meta/changes.ttl
@@ -28,9 +28,23 @@ my:project
 	:bug-database			<https://github.com/kasei/atteanx-endpoint/issues> ;
 	doap:download-page		<http://search.cpan.org/dist/AtteanX-Endpoint/> ;
 	doap:download-mirror	<http://kasei.us/code/files/> ;
-	:release				my:v_0-001 ;
 	.
 
+my:project :release my:v_0-002 .
+my:v_0-002
+	a					:Version ;
+	dc:issued			"2017-10-26"^^xsd:date ;
+	:revision			"0.002" ;
+	dcs:changeset [
+		dcs:versus my:v_0-001 ;
+		dcs:item
+			[ a dcs:Update ; rdfs:label "Replace use of HTML::HTML5::Parser with XML::LibXML::Parser (#4 from @kjetilk)."],
+			[ a dcs:Update ; rdfs:label "Change hashbang to use env (#2 from KjetilK)."],
+			[ a dcs:Update ; rdfs:label "Updated copyright year and added text about CodeMirror license."]
+	]
+	.
+
+my:project :release my:v_0-001 .
 my:v_0-001
 	a					:Version ;
 	dc:issued			"2016-03-25"^^xsd:date ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-endpoint-perl.git



More information about the Pkg-perl-cvs-commits mailing list