From 24febd7c4e6dfb48d2ca552fc783b274d303a64f Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Wed, 3 Jun 2015 12:01:11 -0700 Subject: [PATCH] 0.4014 --- Changes | 3 +++ META.json | 5 +++-- lib/Starman.pm | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 64cb96c..817e64f 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Starman {{$NEXT}} +0.4014 2015-06-03 12:01:00 PDT + - Treat ECONNRESET like EPIPE (i.e. ignore), not as a fatal error #114 (Tim Bunce) + 0.4013 2015-05-14 15:01:20 PDT - Fixed some bad git merges. diff --git a/META.json b/META.json index 0a6d749..e311285 100644 --- a/META.json +++ b/META.json @@ -72,7 +72,7 @@ "web" : "https://github.com/miyagawa/Starman" } }, - "version" : "0.4013", + "version" : "0.4014", "x_contributors" : [ "Adam Guthrie ", "Alex Vandiver ", @@ -96,7 +96,8 @@ "Piotr Roszatycki ", "Robert Sedlacek ", "Slobodan Mišković ", - "spleenjack " + "spleenjack ", + "Tim Bunce " ] } diff --git a/lib/Starman.pm b/lib/Starman.pm index a85c5b7..34c6909 100644 --- a/lib/Starman.pm +++ b/lib/Starman.pm @@ -2,7 +2,7 @@ package Starman; use strict; use 5.008_001; -our $VERSION = '0.4013'; +our $VERSION = '0.4014'; 1; __END__