[libatteanx-query-cache-perl] 05/09: Set version

Jonas Smedegaard dr at jones.dk
Sun Feb 21 00:10:00 UTC 2016


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

js pushed a commit to tag dev-release-0.001-01
in repository libatteanx-query-cache-perl.

commit 73725f3d3aafb3c66309570801d29a4a56f74c51
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date:   Wed Feb 17 22:09:38 2016 +0100

    Set version
---
 lib/AtteanX/Query/AccessPlan/Cache.pm            | 2 +-
 lib/AtteanX/Query/Cache.pm                       | 2 +-
 lib/AtteanX/Query/Cache/Analyzer.pm              | 2 +-
 lib/AtteanX/Query/Cache/Analyzer/QueryPlanner.pm | 2 +-
 lib/AtteanX/Query/Cache/Retriever.pm             | 2 +-
 lib/AtteanX/QueryPlanner/Cache.pm                | 2 +-
 lib/AtteanX/QueryPlanner/Cache/LDF.pm            | 2 +-
 lib/LWP/UserAgent/SemWebCache.pm                 | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/AtteanX/Query/AccessPlan/Cache.pm b/lib/AtteanX/Query/AccessPlan/Cache.pm
index 529bb17..394e331 100644
--- a/lib/AtteanX/Query/AccessPlan/Cache.pm
+++ b/lib/AtteanX/Query/AccessPlan/Cache.pm
@@ -7,7 +7,7 @@ package AtteanX::Query::AccessPlan::Cache;
 use Class::Method::Modifiers;
 
 our $AUTHORITY = 'cpan:KJETILK';
-our $VERSION   = '0.001';
+our $VERSION   = '0.001_01';
 
 use Moo::Role;
 use Carp;
diff --git a/lib/AtteanX/Query/Cache.pm b/lib/AtteanX/Query/Cache.pm
index ffcc18f..983b861 100644
--- a/lib/AtteanX/Query/Cache.pm
+++ b/lib/AtteanX/Query/Cache.pm
@@ -5,7 +5,7 @@ use warnings;
 package AtteanX::Query::Cache;
 
 our $AUTHORITY = 'cpan:KJETILK';
-our $VERSION   = '0.001';
+our $VERSION   = '0.001_01';
 
 1;
 
diff --git a/lib/AtteanX/Query/Cache/Analyzer.pm b/lib/AtteanX/Query/Cache/Analyzer.pm
index 08524be..ce23a68 100644
--- a/lib/AtteanX/Query/Cache/Analyzer.pm
+++ b/lib/AtteanX/Query/Cache/Analyzer.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:KJETILK';
-our $VERSION   = '0.001';
+our $VERSION   = '0.001_01';
 
 use Moo;
 use Attean::RDF qw(triplepattern variable iri);
diff --git a/lib/AtteanX/Query/Cache/Analyzer/QueryPlanner.pm b/lib/AtteanX/Query/Cache/Analyzer/QueryPlanner.pm
index 9973a44..7248a79 100644
--- a/lib/AtteanX/Query/Cache/Analyzer/QueryPlanner.pm
+++ b/lib/AtteanX/Query/Cache/Analyzer/QueryPlanner.pm
@@ -7,7 +7,7 @@ package AtteanX::Query::Cache::Analyzer::QueryPlanner;
 use Class::Method::Modifiers;
 
 our $AUTHORITY = 'cpan:KJETILK';
-our $VERSION   = '0.001';
+our $VERSION   = '0.001_01';
 
 use Moo;
 use Attean::RDF qw(triplepattern variable iri);
diff --git a/lib/AtteanX/Query/Cache/Retriever.pm b/lib/AtteanX/Query/Cache/Retriever.pm
index 011d7eb..d1c3cf8 100644
--- a/lib/AtteanX/Query/Cache/Retriever.pm
+++ b/lib/AtteanX/Query/Cache/Retriever.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:KJETILK';
-our $VERSION   = '0.001';
+our $VERSION   = '0.001_01';
 
 use Moo;
 use AtteanX::Store::SPARQL::Plan::BGP;
diff --git a/lib/AtteanX/QueryPlanner/Cache.pm b/lib/AtteanX/QueryPlanner/Cache.pm
index 98974eb..064e82e 100644
--- a/lib/AtteanX/QueryPlanner/Cache.pm
+++ b/lib/AtteanX/QueryPlanner/Cache.pm
@@ -7,7 +7,7 @@ package AtteanX::QueryPlanner::Cache;
 use Class::Method::Modifiers;
 
 our $AUTHORITY = 'cpan:KJETILK';
-our $VERSION   = '0.001';
+our $VERSION   = '0.001_01';
 
 use Moo;
 use Types::Standard qw(InstanceOf);
diff --git a/lib/AtteanX/QueryPlanner/Cache/LDF.pm b/lib/AtteanX/QueryPlanner/Cache/LDF.pm
index cf722aa..c938939 100644
--- a/lib/AtteanX/QueryPlanner/Cache/LDF.pm
+++ b/lib/AtteanX/QueryPlanner/Cache/LDF.pm
@@ -7,7 +7,7 @@ package AtteanX::QueryPlanner::Cache::LDF;
 use Class::Method::Modifiers;
 
 our $AUTHORITY = 'cpan:KJETILK';
-our $VERSION   = '0.001';
+our $VERSION   = '0.001_01';
 
 use Moo;
 use AtteanX::Query::AccessPlan::LDF;
diff --git a/lib/LWP/UserAgent/SemWebCache.pm b/lib/LWP/UserAgent/SemWebCache.pm
index 3eb2d07..7aeb0ba 100644
--- a/lib/LWP/UserAgent/SemWebCache.pm
+++ b/lib/LWP/UserAgent/SemWebCache.pm
@@ -3,7 +3,7 @@ package LWP::UserAgent::SemWebCache;
 use 5.006000;
 
 our $AUTHORITY = 'cpan:KJETILK';
-our $VERSION   = '0.01';
+our $VERSION   = '0.001_01';
 
 use Moo;
 use Digest::MD4 qw(md4_base64);

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



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