[libcatmandu-mab2-perl] 22/35: 0.21

Jonas Smedegaard dr at jones.dk
Fri Oct 27 17:54:42 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 895d8c6f063f9e622b82a4cc98632ace42308044
Author: Johann Rolschewski <jorol at cpan.org>
Date:   Mon Oct 16 17:44:51 2017 +0200

    0.21
---
 Changes                                    | 5 +++++
 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, 20 insertions(+), 15 deletions(-)

diff --git a/Changes b/Changes
index 9c8de5b..ca88597 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Changelog for Catmandu-MAB2
 
 {{$NEXT}}
 
+0.21  2017-10-16 17:44:43 CEST
+ - warn and skip faulty fields
+ - fix regex for record fields
+ - add Catmandu::Error exceptions and more tests
+
 0.20  2017-07-15 13:47:56 CEST
  - gh#9: MYMETA must not be included
 
diff --git a/META.json b/META.json
index 9d0a443..6240494 100644
--- a/META.json
+++ b/META.json
@@ -65,7 +65,7 @@
          "web" : "https://github.com/jorol/Catmandu-MAB2"
       }
    },
-   "version" : "0.20",
+   "version" : "0.21",
    "x_contributors" : [
       "Johann Rolschewski <rolschewski at gmail.com>"
    ],
diff --git a/lib/Catmandu/Exporter/MAB2.pm b/lib/Catmandu/Exporter/MAB2.pm
index 2c07cf9..b9af713 100644
--- a/lib/Catmandu/Exporter/MAB2.pm
+++ b/lib/Catmandu/Exporter/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::Exporter::MAB2;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 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 88b75d4..34c0d15 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.20';
+our $VERSION = '0.21';
 
 use Moo;
 use Catmandu::Util;
diff --git a/lib/Catmandu/Fix/Condition/mab_match.pm b/lib/Catmandu/Fix/Condition/mab_match.pm
index 5f3ab40..f45f7ae 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.20';
+our $VERSION = '0.21';
 
 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 02d8cfb..30a43ea 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.20';
+our $VERSION = '0.21';
 
 use Catmandu::Sane;
 use Carp qw(confess);
diff --git a/lib/Catmandu/Importer/MAB2.pm b/lib/Catmandu/Importer/MAB2.pm
index f81ef37..75736a7 100644
--- a/lib/Catmandu/Importer/MAB2.pm
+++ b/lib/Catmandu/Importer/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::Importer::MAB2;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use Catmandu::Sane;
 use Moo;
diff --git a/lib/Catmandu/Importer/SRU/Parser/mabxml.pm b/lib/Catmandu/Importer/SRU/Parser/mabxml.pm
index 199a50b..f9c07ae 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.20';
+our $VERSION = '0.21';
 
 use Moo;
 use MAB2::Parser::XML;
diff --git a/lib/Catmandu/MAB2.pm b/lib/Catmandu/MAB2.pm
index 6d13b72..ee39af7 100644
--- a/lib/Catmandu/MAB2.pm
+++ b/lib/Catmandu/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::MAB2;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/Disk.pm b/lib/MAB2/Parser/Disk.pm
index 45e6189..6cc06f0 100644
--- a/lib/MAB2/Parser/Disk.pm
+++ b/lib/MAB2/Parser/Disk.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::Disk;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/RAW.pm b/lib/MAB2/Parser/RAW.pm
index 6351865..b662f55 100644
--- a/lib/MAB2/Parser/RAW.pm
+++ b/lib/MAB2/Parser/RAW.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::RAW;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/XML.pm b/lib/MAB2/Parser/XML.pm
index 9d0b22a..6f25eb2 100644
--- a/lib/MAB2/Parser/XML.pm
+++ b/lib/MAB2/Parser/XML.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::XML;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Writer/Disk.pm b/lib/MAB2/Writer/Disk.pm
index c72adb9..2744b93 100644
--- a/lib/MAB2/Writer/Disk.pm
+++ b/lib/MAB2/Writer/Disk.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::Disk;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use strict;
 use charnames ':full';
diff --git a/lib/MAB2/Writer/Handle.pm b/lib/MAB2/Writer/Handle.pm
index bd39607..5e21867 100644
--- a/lib/MAB2/Writer/Handle.pm
+++ b/lib/MAB2/Writer/Handle.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::Handle;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use strict;
 use Moo::Role;
diff --git a/lib/MAB2/Writer/RAW.pm b/lib/MAB2/Writer/RAW.pm
index 64db523..9f8d3a8 100644
--- a/lib/MAB2/Writer/RAW.pm
+++ b/lib/MAB2/Writer/RAW.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::RAW;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 use strict;
 use Moo;
diff --git a/lib/MAB2/Writer/XML.pm b/lib/MAB2/Writer/XML.pm
index 8db678b..9206652 100644
--- a/lib/MAB2/Writer/XML.pm
+++ b/lib/MAB2/Writer/XML.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::XML;
 
-our $VERSION = '0.20';
+our $VERSION = '0.21';
 
 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