[libcatmandu-mab2-perl] 04/35: 0.15

Jonas Smedegaard dr at jones.dk
Fri Oct 27 17:54:40 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 353db5aa6308aeed784a4758cdf0410e4f45f0d0
Author: Johann Rolschewski <jorol at cpan.org>
Date:   Fri Jun 30 17:27:27 2017 +0200

    0.15
---
 Build.PL                                   |  2 +-
 Changes                                    |  5 +++++
 META.json                                  | 13 +++++++------
 README.md                                  |  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 +-
 18 files changed, 28 insertions(+), 22 deletions(-)

diff --git a/Build.PL b/Build.PL
index 4fb85af..5ac9a7a 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,4 @@
-# This Build.PL for Catmandu-MAB2 was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014.
+# This Build.PL for Catmandu-MAB2 was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
 use strict;
 use warnings;
 
diff --git a/Changes b/Changes
index 7ffb737..98120d4 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Changelog for Catmandu-MAB2
 
 {{$NEXT}}
 
+0.15  2017-06-30 17:26:58 CEST
+ - Delete perl-5.12 from .travis.yml due to Dist::Zilla build fails
+ - Update and fix .travis.yml
+ - Upgrading Catmandu using new group binds for mab_each
+
 0.14  2016-03-18 17:14:18 CET
  - Fix issue with leader for MAB2::Writer
 
diff --git a/META.json b/META.json
index 8299a09..ce43a25 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Johann Rolschewski <jorol at cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.043, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005",
+   "generated_by" : "Dist::Milla version v1.0.17, Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150001",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Catmandu-MAB2",
    "no_index" : {
@@ -31,13 +31,13 @@
       },
       "develop" : {
          "requires" : {
-            "Dist::Milla" : "v1.0.15",
+            "Dist::Milla" : "v1.0.17",
             "Test::Pod" : "1.41"
          }
       },
       "runtime" : {
          "requires" : {
-            "Catmandu" : "0.9504",
+            "Catmandu" : "1.0601",
             "Catmandu::SRU" : "0.032",
             "Readonly" : "0",
             "perl" : "v5.10.1"
@@ -65,9 +65,10 @@
          "web" : "https://github.com/jorol/Catmandu-MAB2"
       }
    },
-   "version" : "0.14",
+   "version" : "0.15",
    "x_contributors" : [
       "Johann Rolschewski <rolschewski at gmail.com>"
-   ]
+   ],
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0221"
 }
 
diff --git a/README.md b/README.md
index 72f8da5..b026bdd 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Parser and writer for MAB2 data.
 
 # AUTHOR
 
-Johann Rolschewski <jorol at cpan.org>
+Johann Rolschewski <jorol at cpan.org>
 
 # COPYRIGHT AND LICENSE
 
diff --git a/lib/Catmandu/Exporter/MAB2.pm b/lib/Catmandu/Exporter/MAB2.pm
index a288952..6bc6f28 100644
--- a/lib/Catmandu/Exporter/MAB2.pm
+++ b/lib/Catmandu/Exporter/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::Exporter::MAB2;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 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 31b5e49..1ce08c8 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.14';
+our $VERSION = '0.15';
 
 use Moo;
 use Catmandu::Util;
diff --git a/lib/Catmandu/Fix/Condition/mab_match.pm b/lib/Catmandu/Fix/Condition/mab_match.pm
index 4070c8a..3dbf581 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.14';
+our $VERSION = '0.15';
 
 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 fe7d4cd..9cf9f00 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.14';
+our $VERSION = '0.15';
 
 use Catmandu::Sane;
 use Carp qw(confess);
diff --git a/lib/Catmandu/Importer/MAB2.pm b/lib/Catmandu/Importer/MAB2.pm
index 564d1ab..3767227 100644
--- a/lib/Catmandu/Importer/MAB2.pm
+++ b/lib/Catmandu/Importer/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::Importer::MAB2;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use Catmandu::Sane;
 use Moo;
diff --git a/lib/Catmandu/Importer/SRU/Parser/mabxml.pm b/lib/Catmandu/Importer/SRU/Parser/mabxml.pm
index 4f07d90..c826a55 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.14';
+our $VERSION = '0.15';
 
 use Moo;
 use MAB2::Parser::XML;
diff --git a/lib/Catmandu/MAB2.pm b/lib/Catmandu/MAB2.pm
index 37bd129..f923a36 100644
--- a/lib/Catmandu/MAB2.pm
+++ b/lib/Catmandu/MAB2.pm
@@ -1,6 +1,6 @@
 package Catmandu::MAB2;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/Disk.pm b/lib/MAB2/Parser/Disk.pm
index ee235ae..d0f0f68 100644
--- a/lib/MAB2/Parser/Disk.pm
+++ b/lib/MAB2/Parser/Disk.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::Disk;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/RAW.pm b/lib/MAB2/Parser/RAW.pm
index 1d75280..b2ee2cf 100644
--- a/lib/MAB2/Parser/RAW.pm
+++ b/lib/MAB2/Parser/RAW.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::RAW;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Parser/XML.pm b/lib/MAB2/Parser/XML.pm
index 1496d02..cf38141 100644
--- a/lib/MAB2/Parser/XML.pm
+++ b/lib/MAB2/Parser/XML.pm
@@ -1,6 +1,6 @@
 package MAB2::Parser::XML;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use strict;
 use warnings;
diff --git a/lib/MAB2/Writer/Disk.pm b/lib/MAB2/Writer/Disk.pm
index b8689fc..d9104e7 100644
--- a/lib/MAB2/Writer/Disk.pm
+++ b/lib/MAB2/Writer/Disk.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::Disk;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use strict;
 use charnames ':full';
diff --git a/lib/MAB2/Writer/Handle.pm b/lib/MAB2/Writer/Handle.pm
index 9e6c487..cdc26df 100644
--- a/lib/MAB2/Writer/Handle.pm
+++ b/lib/MAB2/Writer/Handle.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::Handle;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use strict;
 use Moo::Role;
diff --git a/lib/MAB2/Writer/RAW.pm b/lib/MAB2/Writer/RAW.pm
index c2121f3..e696e40 100644
--- a/lib/MAB2/Writer/RAW.pm
+++ b/lib/MAB2/Writer/RAW.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::RAW;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 use strict;
 use Moo;
diff --git a/lib/MAB2/Writer/XML.pm b/lib/MAB2/Writer/XML.pm
index 57b6cbf..d908db8 100644
--- a/lib/MAB2/Writer/XML.pm
+++ b/lib/MAB2/Writer/XML.pm
@@ -1,6 +1,6 @@
 package MAB2::Writer::XML;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 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