Skip to content

Commit

Permalink
update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Sep 4, 2015
1 parent 479cc7e commit b7e2108
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
@@ -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();
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2013 by Johann Rolschewski.
This software is copyright (c) 2013 by Johann Rolschewski <jorol@cpan.org>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -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 <jorol@cpan.org>.

This is free software, licensed under:

Expand Down Expand Up @@ -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 <jorol@cpan.org>.

This is free software, licensed under:

Expand Down
21 changes: 15 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"abstract" : "Catmandu modules for working with MAB2 data.",
"abstract" : "Catmandu modules for working with MAB2 data. ",
"author" : [
"Johann Rolschewski <jorol@cpan.org>"
],
"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"
],
Expand Down Expand Up @@ -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"
}
}
},
Expand All @@ -58,7 +67,7 @@
"web" : "https://github.com/jorol/Catmandu-MAB2"
}
},
"version" : "0.07",
"version" : "0.08",
"x_contributors" : [
"Johann Rolschewski <rolschewski@gmail.com>"
]
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Status

Build and test coverage of the `devel` branch at <https://github.com/jorol/Catmandu-MAB2/>:

[![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.
Expand Down

0 comments on commit b7e2108

Please sign in to comment.