Skip to content

Commit

Permalink
0.4011
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Nov 11, 2014
1 parent b8b17d5 commit a55233f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
7 changes: 5 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# This Build.PL for Starman was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
# This Build.PL for Starman was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.008.
use strict;
use warnings;

use 5.008001;
use Module::Build::Tiny 0.037;
use Module::Build::Tiny 0.039;
Build_PL();
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Perl extension Starman

{{$NEXT}}

0.4011 2014-11-11 08:07:43 PST
- Move the app dispatch into a method #107

0.4010 2014-08-22 09:37:22 PDT
- Support --read-timeout #103 (slobo)
- Handle Expect header case insensitively #101 (oschwald)
Expand Down
8 changes: 5 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.5, Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142060",
"generated_by" : "Dist::Zilla version 5.025, Dist::Milla version v1.0.8, CPAN::Meta::Converter version 2.142690",
"license" : [
"perl_5"
],
Expand All @@ -26,11 +26,12 @@
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.037"
"Module::Build::Tiny" : "0.039"
}
},
"develop" : {
"requires" : {
"Dist::Milla" : "v1.0.8",
"Test::Pod" : "1.41"
}
},
Expand Down Expand Up @@ -67,7 +68,7 @@
"web" : "https://github.com/miyagawa/Starman"
}
},
"version" : "0.4010",
"version" : "0.4011",
"x_contributors" : [
"Adam Guthrie <adam.guthrie@dvlgames.com>",
"Alex Vandiver <alex@chmrr.net>",
Expand All @@ -86,6 +87,7 @@
"Perlover <perlover@perlover.com>",
"Peter Makholm <peter@makholm.net>",
"Piotr Roszatycki <piotr.roszatycki@gmail.com>",
"Robert Sedlacek <r.sedlacek@shadowcat.co.uk>",
"Slobodan Mišković <slobodan@miskovic.ca>",
"cho45 <cho45@lowreal.net>",
"spleenjack <spleenjack@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion lib/Starman.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Starman;

use strict;
use 5.008_001;
our $VERSION = '0.4010';
our $VERSION = '0.4011';

1;
__END__
Expand Down

0 comments on commit a55233f

Please sign in to comment.