diff --git a/Build.PL b/Build.PL index feb5a80..3b4c2d6 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.006. -use 5.006; +use v5.10.1; use Module::Build::Tiny 0.039; Build_PL(); diff --git a/LICENSE b/LICENSE index 13173fb..bd4f275 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2013 by Johann Rolschewski. +This software is copyright (c) 2013 by Johann Rolschewski . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2013 by Johann Rolschewski. +This software is Copyright (c) 2013 by Johann Rolschewski . This is free software, licensed under: @@ -272,7 +272,7 @@ That's all there is to it! --- The Artistic License 1.0 --- -This software is Copyright (c) 2013 by Johann Rolschewski. +This software is Copyright (c) 2013 by Johann Rolschewski . This is free software, licensed under: diff --git a/META.json b/META.json index 883d3cc..a0394d7 100644 --- a/META.json +++ b/META.json @@ -1,10 +1,10 @@ { - "abstract" : "Catmandu modules for working with MAB2 data.", + "abstract" : "Catmandu modules for working with MAB2 data. ", "author" : [ "Johann Rolschewski " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.039, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001", + "generated_by" : "Dist::Zilla version 5.039, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -37,12 +37,21 @@ }, "runtime" : { "requires" : { - "Catmandu" : "0.9103", + "Catmandu" : "0.94", "Catmandu::SRU" : "0.032", - "Encode" : "2.5", "Moo" : "1.0", "Readonly" : "1.0", - "XML::LibXML::Reader" : "2.0" + "XML::LibXML::Reader" : "2.0", + "perl" : "v5.10.1" + } + }, + "test" : { + "requires" : { + "Software::License" : "0.103010", + "Test::Exception" : "0.32", + "Test::More" : "1.001003", + "Test::Pod" : "0", + "Test::Warn" : "0" } } }, @@ -58,7 +67,7 @@ "web" : "https://github.com/jorol/Catmandu-MAB2" } }, - "version" : "0.07", + "version" : "0.08", "x_contributors" : [ "Johann Rolschewski " ] diff --git a/README.md b/README.md index ab6468b..1ed486b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,3 @@ -# Status - -Build and test coverage of the `devel` branch at : - -[![Build Status](https://travis-ci.org/jorol/Catmandu-MAB2.png)](https://travis-ci.org/jorol/Catmandu-MAB2) -[![Coverage Status](https://coveralls.io/repos/jorol/Catmandu-MAB2/badge.png?branch=devel)](https://coveralls.io/r/jorol/Catmandu-MAB2?branch=devel) -[![Kwalitee Score](http://cpants.cpanauthors.org/dist/Catmandu-MAB2.png)](http://cpants.cpanauthors.org/dist/Catmandu-MAB2) -[![CPAN version](https://badge.fury.io/pl/Catmandu-MAB2.png)](http://badge.fury.io/pl/Catmandu-MAB2) - # NAME Catmandu::MAB2 - Catmandu modules for working with MAB2 data.