[libcatmandu-mab2-perl] 09/35: 0.17
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 cb597f072e26a723628b0c4cfea198a1db1cba33
Author: Johann Rolschewski <jorol at cpan.org>
Date: Sat Jul 8 19:35:51 2017 +0200
0.17
---
Changes | 3 +++
META.json | 2 +-
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, 18 insertions(+), 15 deletions(-)
diff --git a/Changes b/Changes
index 3eae47b..bfe790b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Changelog for Catmandu-MAB2
{{$NEXT}}
+0.17 2017-07-08 19:35:40 CEST
+ - get XML as string
+
0.16 2017-07-06 17:33:02 CEST
- set perl v5.14.0 as minimum version
- add MYMETA.* files
diff --git a/META.json b/META.json
index f0f46bb..440a212 100644
--- a/META.json
+++ b/META.json
@@ -65,7 +65,7 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
- "version" : "0.16",
+ "version" : "0.17",
"x_contributors" : [
"Johann Rolschewski <rolschewski at gmail.com>"
],
diff --git a/lib/Catmandu/Exporter/MAB2.pm b/lib/Catmandu/Exporter/MAB2.pm
index ec5ec53..d276830 100644
--- a/lib/Catmandu/Exporter/MAB2.pm
+++ b/lib/Catmandu/Exporter/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::Exporter::MAB2;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
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 85a4af6..6cca51b 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.16';
+our $VERSION = '0.17';
use Moo;
use Catmandu::Util;
diff --git a/lib/Catmandu/Fix/Condition/mab_match.pm b/lib/Catmandu/Fix/Condition/mab_match.pm
index 94f0ae1..1f39754 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.16';
+our $VERSION = '0.17';
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 356ac04..8f3bdd0 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.16';
+our $VERSION = '0.17';
use Catmandu::Sane;
use Carp qw(confess);
diff --git a/lib/Catmandu/Importer/MAB2.pm b/lib/Catmandu/Importer/MAB2.pm
index c2b955b..e5df505 100644
--- a/lib/Catmandu/Importer/MAB2.pm
+++ b/lib/Catmandu/Importer/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::Importer::MAB2;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use Catmandu::Sane;
use Moo;
diff --git a/lib/Catmandu/Importer/SRU/Parser/mabxml.pm b/lib/Catmandu/Importer/SRU/Parser/mabxml.pm
index 3bc6c57..447b3d5 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.16';
+our $VERSION = '0.17';
use Moo;
use MAB2::Parser::XML;
diff --git a/lib/Catmandu/MAB2.pm b/lib/Catmandu/MAB2.pm
index 388ef78..499d770 100644
--- a/lib/Catmandu/MAB2.pm
+++ b/lib/Catmandu/MAB2.pm
@@ -1,6 +1,6 @@
package Catmandu::MAB2;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/Disk.pm b/lib/MAB2/Parser/Disk.pm
index d0a312f..803888a 100644
--- a/lib/MAB2/Parser/Disk.pm
+++ b/lib/MAB2/Parser/Disk.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::Disk;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/RAW.pm b/lib/MAB2/Parser/RAW.pm
index 7ab9732..6ae7914 100644
--- a/lib/MAB2/Parser/RAW.pm
+++ b/lib/MAB2/Parser/RAW.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::RAW;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use strict;
use warnings;
diff --git a/lib/MAB2/Parser/XML.pm b/lib/MAB2/Parser/XML.pm
index 2c61d85..a9bace2 100644
--- a/lib/MAB2/Parser/XML.pm
+++ b/lib/MAB2/Parser/XML.pm
@@ -1,6 +1,6 @@
package MAB2::Parser::XML;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use strict;
use warnings;
diff --git a/lib/MAB2/Writer/Disk.pm b/lib/MAB2/Writer/Disk.pm
index 5dab98a..3070bff 100644
--- a/lib/MAB2/Writer/Disk.pm
+++ b/lib/MAB2/Writer/Disk.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::Disk;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use strict;
use charnames ':full';
diff --git a/lib/MAB2/Writer/Handle.pm b/lib/MAB2/Writer/Handle.pm
index 0562e2d..6e55dc0 100644
--- a/lib/MAB2/Writer/Handle.pm
+++ b/lib/MAB2/Writer/Handle.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::Handle;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use strict;
use Moo::Role;
diff --git a/lib/MAB2/Writer/RAW.pm b/lib/MAB2/Writer/RAW.pm
index 629ae17..e6a0c93 100644
--- a/lib/MAB2/Writer/RAW.pm
+++ b/lib/MAB2/Writer/RAW.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::RAW;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
use strict;
use Moo;
diff --git a/lib/MAB2/Writer/XML.pm b/lib/MAB2/Writer/XML.pm
index 23db4ce..3b4343f 100644
--- a/lib/MAB2/Writer/XML.pm
+++ b/lib/MAB2/Writer/XML.pm
@@ -1,6 +1,6 @@
package MAB2::Writer::XML;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
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