[libcatmandu-mab2-perl] 13/35: 0.19
Jonas Smedegaard
dr at jones.dk
Fri Oct 27 17:54:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag debian/0.21-1
in repository libcatmandu-mab2-perl.
commit ffa7d170a0b1415875a5d2fa516a5256b1294b6c
Author: Johann Rolschewski <jorol at cpan.org>
Date: Sun Jul 9 15:06:10 2017 +0200
0.19
---
Changes | 3 +++
META.json | 4 ++--
lib/Catmandu/Exporter/MAB2.pm | 2 +-
lib/Catmandu/Fix/Bind/mab_each.pm | 2 +-
lib/Catmandu/Fix/Condition/mab_match.pm | 2 +-
lib/Catmandu/Fix/mab_map.pm | 2 +-
lib/Catmandu/Importer/MAB2.pm | 2 +-
lib/Catmandu/Importer/SRU/Parser/mabxml.pm | 2 +-
lib/Catmandu/MAB2.pm | 2 +-
lib/MAB2/Parser/Disk.pm | 2 +-
lib/MAB2/Parser/RAW.pm | 2 +-
lib/MAB2/Parser/XML.pm | 2 +-
lib/MAB2/Writer/Disk.pm | 2 +-
lib/MAB2/Writer/Handle.pm | 2 +-
lib/MAB2/Writer/RAW.pm | 2 +-
lib/MAB2/Writer/XML.pm | 2 +-
16 files changed, 19 insertions(+), 16 deletions(-)
diff --git a/Changes b/Changes
index f309288..da58084 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Changelog for Catmandu-MAB2
{{$NEXT}}
+0.19 2017-07-09 15:05:56 CEST
+ - fix version number of required dependency
+
0.18 2017-07-09 13:08:05 CEST
- set required version of Catmandu::SRU
diff --git a/META.json b/META.json
index 67cdf64..d9d1fe7 100644
--- a/META.json
+++ b/META.json
@@ -38,7 +38,7 @@
"runtime" : {
"requires" : {
"Catmandu" : "1.0601",
- "Catmandu::SRU" : "0.400",
+ "Catmandu::SRU" : "0.040",
"Readonly" : "0",
"perl" : "v5.14.0"
}
@@ -65,7 +65,7 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
- "version" : "0.18",
+ "version" : "0.19",
"x_contributors" : [
"Johann Rolschewski <rolschewski at gmail.com>"
],
diff --git a/lib/Catmandu/Exporter/MAB2.pm b/lib/Catmandu/Exporter/MAB2.pm
index 27b9211..1cf633a 100644
--- a/lib/Catmandu/Exporter/MAB2.pm
+++ b/lib/Catmandu/Exporter/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::Exporter::MAB2;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use Catmandu::Sane;
use MAB2::Writer::Disk;
diff --git a/lib/Catmandu/Fix/Bind/mab_each.pm b/lib/Catmandu/Fix/Bind/mab_each.pm
index 937b2bc..9ee43d1 100644
--- a/lib/Catmandu/Fix/Bind/mab_each.pm
+++ b/lib/Catmandu/Fix/Bind/mab_each.pm
@@ -1,6 +1,6 @@
package Catmandu::Fix::Bind::mab_each;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use Moo;
use Catmandu::Util;
diff --git a/lib/Catmandu/Fix/Condition/mab_match.pm b/lib/Catmandu/Fix/Condition/mab_match.pm
index 3418961..54d4470 100644
--- a/lib/Catmandu/Fix/Condition/mab_match.pm
+++ b/lib/Catmandu/Fix/Condition/mab_match.pm
@@ -1,6 +1,6 @@
package Catmandu::Fix::Condition::mab_match;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use Catmandu::Sane;
use Catmandu::Fix::mab_map;
diff --git a/lib/Catmandu/Fix/mab_map.pm b/lib/Catmandu/Fix/mab_map.pm
index d1e727b..5b64e6b 100644
--- a/lib/Catmandu/Fix/mab_map.pm
+++ b/lib/Catmandu/Fix/mab_map.pm
@@ -1,7 +1,7 @@
package Catmandu::Fix::mab_map;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use Catmandu::Sane;
use Carp qw(confess);
diff --git a/lib/Catmandu/Importer/MAB2.pm b/lib/Catmandu/Importer/MAB2.pm
index 107bd26..f9f9f53 100644
--- a/lib/Catmandu/Importer/MAB2.pm
+++ b/lib/Catmandu/Importer/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::Importer::MAB2;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use Catmandu::Sane;
use Moo;
diff --git a/lib/Catmandu/Importer/SRU/Parser/mabxml.pm b/lib/Catmandu/Importer/SRU/Parser/mabxml.pm
index 4d74408..2f48893 100644
--- a/lib/Catmandu/Importer/SRU/Parser/mabxml.pm
+++ b/lib/Catmandu/Importer/SRU/Parser/mabxml.pm
@@ -1,6 +1,6 @@
package Catmandu::Importer::SRU::Parser::mabxml;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use Moo;
use MAB2::Parser::XML;
diff --git a/lib/Catmandu/MAB2.pm b/lib/Catmandu/MAB2.pm
index ed0170d..56fd201 100644
--- a/lib/Catmandu/MAB2.pm
+++ b/lib/Catmandu/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::MAB2;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/Disk.pm b/lib/MAB2/Parser/Disk.pm
index 952b546..f69f2e7 100644
--- a/lib/MAB2/Parser/Disk.pm
+++ b/lib/MAB2/Parser/Disk.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::Disk;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/RAW.pm b/lib/MAB2/Parser/RAW.pm
index 00f9139..abb6ca0 100644
--- a/lib/MAB2/Parser/RAW.pm
+++ b/lib/MAB2/Parser/RAW.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::RAW;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/XML.pm b/lib/MAB2/Parser/XML.pm
index 7566efb..937d315 100644
--- a/lib/MAB2/Parser/XML.pm
+++ b/lib/MAB2/Parser/XML.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::XML;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use strict;
use warnings;
diff --git a/lib/MAB2/Writer/Disk.pm b/lib/MAB2/Writer/Disk.pm
index 003088d..7b5a349 100644
--- a/lib/MAB2/Writer/Disk.pm
+++ b/lib/MAB2/Writer/Disk.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::Disk;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use strict;
use charnames ':full';
diff --git a/lib/MAB2/Writer/Handle.pm b/lib/MAB2/Writer/Handle.pm
index 29e4630..987dd77 100644
--- a/lib/MAB2/Writer/Handle.pm
+++ b/lib/MAB2/Writer/Handle.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::Handle;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use strict;
use Moo::Role;
diff --git a/lib/MAB2/Writer/RAW.pm b/lib/MAB2/Writer/RAW.pm
index 643d06b..55e1e6d 100644
--- a/lib/MAB2/Writer/RAW.pm
+++ b/lib/MAB2/Writer/RAW.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::RAW;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use strict;
use Moo;
diff --git a/lib/MAB2/Writer/XML.pm b/lib/MAB2/Writer/XML.pm
index c2ef79e..5477954 100644
--- a/lib/MAB2/Writer/XML.pm
+++ b/lib/MAB2/Writer/XML.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::XML;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
use strict;
use Moo;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-mab2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list