Skip to content

Commit

Permalink
0.3008
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 7, 2013
1 parent 5f7cc6a commit 17236fc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 9 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for Perl extension Starman

{{$NEXT}}

0.3008 2013-04-06 22:04:53 PDT
- switch to Module::Build::Tiny with Milla. Might not install bat correctly but we don't
support Win32 anyway.

0.3007 2013-03-28 12:55:45 PDT
- Accept HTTP requests with LF termination per HTTP spec recommendation (oschwald) #56
- Documentation fix (oalders)
Expand Down
39 changes: 31 additions & 8 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 v0.9.1, Dist::Zilla version 4.300031, CPAN::Meta::Converter version 2.130870",
"generated_by" : "Dist::Milla version v1.0.0, Dist::Zilla version 4.300033, CPAN::Meta::Converter version 2.130880",
"license" : [
"perl_5"
],
Expand All @@ -13,15 +13,20 @@
"version" : "2"
},
"name" : "Starman",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Module::Build" : "0.3601"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.3601"
"Module::Build::Tiny" : "0.014"
}
},
"develop" : {
Expand Down Expand Up @@ -61,6 +66,24 @@
"web" : "https://github.com/miyagawa/Starman"
}
},
"version" : "0.3007"
"version" : "0.3008",
"x_contributors" : [
"Alex Vandiver <alex@chmrr.net>",
"Audrey Tang <audrey.tang@socialtext.com>",
"Audrey Tang <audreyt@audreyt.org>",
"Chia-liang Kao <clkao@clkao.org>",
"Graham Barr <gbarr@pobox.com>",
"Grant McLean <grant@catalyst.net.nz>",
"Gregory Oschwald <goschwald@maxmind.com>",
"Leon Brocard <acme@astray.com>",
"Olaf Alders <olaf@wundersolutions.com>",
"Paulo E. Castro <pauloedgarcastro@gmail.com>",
"Perlover <perlover@perlover.com>",
"Peter Makholm <peter@makholm.net>",
"Piotr Roszatycki <piotr.roszatycki@gmail.com>",
"Tatsuhiko Miyagawa <miyagawa@gmail.com>",
"cho45 <cho45@lowreal.net>",
"spleenjack <spleenjack@gmail.com>"
]
}

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.3007';
our $VERSION = '0.3008';

1;
__END__
Expand Down

0 comments on commit 17236fc

Please sign in to comment.