Skip to content

Commit

Permalink
Bump version to 0.015
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Aug 26, 2016
1 parent 9ef4a18 commit 3f7bc5d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 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 App-ModuleBuildTiny was generated by mbtiny 0.014.
# This Build.PL for App-ModuleBuildTiny was generated by mbtiny 0.015.
use 5.010;
use Module::Build::Tiny 0.039;
Build_PL();
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Revision history for App-ModuleBuildTiny

0.015 2016-08-26
- Handle zero versions correctly

0.014 2016-07-01
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Leon Timmermans <leont@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "App::ModuleBuildTiny version 0.014",
"generated_by" : "App::ModuleBuildTiny version 0.015",
"license" : [
"perl_5"
],
Expand All @@ -21,7 +21,7 @@
},
"develop" : {
"requires" : {
"App::ModuleBuildTiny" : "0.014"
"App::ModuleBuildTiny" : "0.015"
}
},
"runtime" : {
Expand Down Expand Up @@ -53,7 +53,7 @@
"provides" : {
"App::ModuleBuildTiny" : {
"file" : "lib/App/ModuleBuildTiny.pm",
"version" : "0.014"
"version" : "0.015"
}
},
"release_status" : "stable",
Expand All @@ -68,6 +68,6 @@
},
"x_IRC" : "irc://irc.perl.org/#toolchain"
},
"version" : "0.014",
"version" : "0.015",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build_requires:
configure_requires:
Module::Build::Tiny: '0.039'
dynamic_config: 0
generated_by: 'App::ModuleBuildTiny version 0.014, CPAN::Meta::Converter version 2.150005'
generated_by: 'App::ModuleBuildTiny version 0.015, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -16,7 +16,7 @@ name: App-ModuleBuildTiny
provides:
App::ModuleBuildTiny:
file: lib/App/ModuleBuildTiny.pm
version: '0.014'
version: '0.015'
requires:
Archive::Tar: '0'
CPAN::Meta: '0'
Expand All @@ -38,5 +38,5 @@ resources:
IRC: irc://irc.perl.org/#toolchain
bugtracker: https://github.com/Leont/app-modulebuildtiny/issues
repository: https://github.com/Leont/app-modulebuildtiny.git
version: '0.014'
version: '0.015'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
4 changes: 2 additions & 2 deletions lib/App/ModuleBuildTiny.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package App::ModuleBuildTiny;
use 5.010;
use strict;
use warnings;
our $VERSION = '0.014';
our $VERSION = '0.015';

use Exporter 5.57 'import';
our @EXPORT = qw/modulebuildtiny/;
Expand Down Expand Up @@ -309,7 +309,7 @@ App::ModuleBuildTiny - A standalone authoring tool for Module::Build::Tiny
=head1 VERSION
version 0.014
version 0.015
=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion script/mbtiny
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mbtiny - A standalone authoring script for Module::Build::Tiny
=head1 VERSION
version 0.014
version 0.015
=head1 SYNOPSIS
Expand Down

0 comments on commit 3f7bc5d

Please sign in to comment.