[libcatmandu-mab2-perl] 15/35: 0.20

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 7d2538a31cb311b2e58ada49738d14b3fb064df8
Author: Johann Rolschewski <jorol at cpan.org>
Date:   Sat Jul 15 13:48:04 2017 +0200

    0.20
---
 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 da58084..9c8de5b 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Changelog for Catmandu-MAB2
 
 {{$NEXT}}
 
+0.20  2017-07-15 13:47:56 CEST
+ - gh#9: MYMETA must not be included
+
 0.19  2017-07-09 15:05:56 CEST
  - fix version number of required dependency
 
diff --git a/META.json b/META.json
index d9d1fe7..9d0a443 100644
--- a/META.json
+++ b/META.json
@@ -65,7 +65,7 @@
          "web" : "https://github.com/jorol/Catmandu-MAB2"
       }
    },
-   "version" : "0.19",
+   "version" : "0.20",
    "x_contributors" : [
       "Johann Rolschewski <rolschewski at gmail.com>"
    ],
diff --git a/lib/Catmandu/Exporter/MAB2.pm b/lib/Catmandu/Exporter/MAB2.pm
index 1cf633a..2c07cf9 100644
--- a/lib/Catmandu/Exporter/MAB2.pm
+++ b/lib/Catmandu/Exporter/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::Exporter::MAB2;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 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 9ee43d1..88b75d4 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.19';
+our $VERSION = '0.20';
 
 use Moo;
 use Catmandu::Util;
diff --git a/lib/Catmandu/Fix/Condition/mab_match.pm b/lib/Catmandu/Fix/Condition/mab_match.pm
index 54d4470..5f3ab40 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.19';
+our $VERSION = '0.20';
 
 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 5b64e6b..ee09771 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.19';
+our $VERSION = '0.20';
 
 use Catmandu::Sane;
 use Carp qw(confess);
diff --git a/lib/Catmandu/Importer/MAB2.pm b/lib/Catmandu/Importer/MAB2.pm
index f9f9f53..eb3de7b 100644
--- a/lib/Catmandu/Importer/MAB2.pm
+++ b/lib/Catmandu/Importer/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::Importer::MAB2;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use Catmandu::Sane;
 use Moo;
diff --git a/lib/Catmandu/Importer/SRU/Parser/mabxml.pm b/lib/Catmandu/Importer/SRU/Parser/mabxml.pm
index 2f48893..199a50b 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.19';
+our $VERSION = '0.20';
 
 use Moo;
 use MAB2::Parser::XML;
diff --git a/lib/Catmandu/MAB2.pm b/lib/Catmandu/MAB2.pm
index 56fd201..6d13b72 100644
--- a/lib/Catmandu/MAB2.pm
+++ b/lib/Catmandu/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::MAB2;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/Disk.pm b/lib/MAB2/Parser/Disk.pm
index f69f2e7..cfde790 100644
--- a/lib/MAB2/Parser/Disk.pm
+++ b/lib/MAB2/Parser/Disk.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::Disk;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/RAW.pm b/lib/MAB2/Parser/RAW.pm
index abb6ca0..83d70fd 100644
--- a/lib/MAB2/Parser/RAW.pm
+++ b/lib/MAB2/Parser/RAW.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::RAW;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/XML.pm b/lib/MAB2/Parser/XML.pm
index 937d315..9d0b22a 100644
--- a/lib/MAB2/Parser/XML.pm
+++ b/lib/MAB2/Parser/XML.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::XML;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Writer/Disk.pm b/lib/MAB2/Writer/Disk.pm
index 7b5a349..c72adb9 100644
--- a/lib/MAB2/Writer/Disk.pm
+++ b/lib/MAB2/Writer/Disk.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::Disk;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use strict;
 use charnames ':full';
diff --git a/lib/MAB2/Writer/Handle.pm b/lib/MAB2/Writer/Handle.pm
index 987dd77..bd39607 100644
--- a/lib/MAB2/Writer/Handle.pm
+++ b/lib/MAB2/Writer/Handle.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::Handle;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use strict;
 use Moo::Role;
diff --git a/lib/MAB2/Writer/RAW.pm b/lib/MAB2/Writer/RAW.pm
index 55e1e6d..64db523 100644
--- a/lib/MAB2/Writer/RAW.pm
+++ b/lib/MAB2/Writer/RAW.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::RAW;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 use strict;
 use Moo;
diff --git a/lib/MAB2/Writer/XML.pm b/lib/MAB2/Writer/XML.pm
index 5477954..8db678b 100644
--- a/lib/MAB2/Writer/XML.pm
+++ b/lib/MAB2/Writer/XML.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::XML;
 
-our $VERSION = '0.19';
+our $VERSION = '0.20';
 
 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