[libcatmandu-mab2-perl] 11/35: 0.18
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 1c7f800bef42134f6991d38a1afc1d4b799c803e
Author: Johann Rolschewski <jorol at cpan.org>
Date: Sun Jul 9 13:08:14 2017 +0200
0.18
---
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 bfe790b..f309288 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Changelog for Catmandu-MAB2
{{$NEXT}}
+0.18 2017-07-09 13:08:05 CEST
+ - set required version of Catmandu::SRU
+
0.17 2017-07-08 19:35:40 CEST
- get XML as string
diff --git a/META.json b/META.json
index 440a212..67cdf64 100644
--- a/META.json
+++ b/META.json
@@ -38,7 +38,7 @@
"runtime" : {
"requires" : {
"Catmandu" : "1.0601",
- "Catmandu::SRU" : "0.032",
+ "Catmandu::SRU" : "0.400",
"Readonly" : "0",
"perl" : "v5.14.0"
}
@@ -65,7 +65,7 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
- "version" : "0.17",
+ "version" : "0.18",
"x_contributors" : [
"Johann Rolschewski <rolschewski at gmail.com>"
],
diff --git a/lib/Catmandu/Exporter/MAB2.pm b/lib/Catmandu/Exporter/MAB2.pm
index d276830..27b9211 100644
--- a/lib/Catmandu/Exporter/MAB2.pm
+++ b/lib/Catmandu/Exporter/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::Exporter::MAB2;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
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 6cca51b..937b2bc 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.17';
+our $VERSION = '0.18';
use Moo;
use Catmandu::Util;
diff --git a/lib/Catmandu/Fix/Condition/mab_match.pm b/lib/Catmandu/Fix/Condition/mab_match.pm
index 1f39754..3418961 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.17';
+our $VERSION = '0.18';
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 8f3bdd0..d1e727b 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.17';
+our $VERSION = '0.18';
use Catmandu::Sane;
use Carp qw(confess);
diff --git a/lib/Catmandu/Importer/MAB2.pm b/lib/Catmandu/Importer/MAB2.pm
index e5df505..107bd26 100644
--- a/lib/Catmandu/Importer/MAB2.pm
+++ b/lib/Catmandu/Importer/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::Importer::MAB2;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use Catmandu::Sane;
use Moo;
diff --git a/lib/Catmandu/Importer/SRU/Parser/mabxml.pm b/lib/Catmandu/Importer/SRU/Parser/mabxml.pm
index 447b3d5..4d74408 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.17';
+our $VERSION = '0.18';
use Moo;
use MAB2::Parser::XML;
diff --git a/lib/Catmandu/MAB2.pm b/lib/Catmandu/MAB2.pm
index 499d770..ed0170d 100644
--- a/lib/Catmandu/MAB2.pm
+++ b/lib/Catmandu/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::MAB2;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/Disk.pm b/lib/MAB2/Parser/Disk.pm
index 803888a..952b546 100644
--- a/lib/MAB2/Parser/Disk.pm
+++ b/lib/MAB2/Parser/Disk.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::Disk;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/RAW.pm b/lib/MAB2/Parser/RAW.pm
index 6ae7914..00f9139 100644
--- a/lib/MAB2/Parser/RAW.pm
+++ b/lib/MAB2/Parser/RAW.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::RAW;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/XML.pm b/lib/MAB2/Parser/XML.pm
index a9bace2..7566efb 100644
--- a/lib/MAB2/Parser/XML.pm
+++ b/lib/MAB2/Parser/XML.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::XML;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use strict;
use warnings;
diff --git a/lib/MAB2/Writer/Disk.pm b/lib/MAB2/Writer/Disk.pm
index 3070bff..003088d 100644
--- a/lib/MAB2/Writer/Disk.pm
+++ b/lib/MAB2/Writer/Disk.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::Disk;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use strict;
use charnames ':full';
diff --git a/lib/MAB2/Writer/Handle.pm b/lib/MAB2/Writer/Handle.pm
index 6e55dc0..29e4630 100644
--- a/lib/MAB2/Writer/Handle.pm
+++ b/lib/MAB2/Writer/Handle.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::Handle;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use strict;
use Moo::Role;
diff --git a/lib/MAB2/Writer/RAW.pm b/lib/MAB2/Writer/RAW.pm
index e6a0c93..643d06b 100644
--- a/lib/MAB2/Writer/RAW.pm
+++ b/lib/MAB2/Writer/RAW.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::RAW;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
use strict;
use Moo;
diff --git a/lib/MAB2/Writer/XML.pm b/lib/MAB2/Writer/XML.pm
index 3b4343f..c2ef79e 100644
--- a/lib/MAB2/Writer/XML.pm
+++ b/lib/MAB2/Writer/XML.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::XML;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
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