summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-07-29 16:34:07 +1000
committerTony Cook <tony@develop-help.com>2013-07-29 16:34:07 +1000
commit658152ad6575e2cedee738720c447d423f6ebd25 (patch)
tree80ae791d2d2bb3d65800a9ced9b0144e779663b6
parentcccbbce940ea952c4c236049e98d21a011475cb1 (diff)
downloadperl-658152ad6575e2cedee738720c447d423f6ebd25.tar.gz
Philip Boulain is now a perl AUTHOR, and bump a version
-rw-r--r--AUTHORS1
-rw-r--r--ext/IPC-Open3/lib/IPC/Open3.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 64a37df5f2..1498b86b21 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -922,6 +922,7 @@ Petr Písař <ppisar@redhat.com>
Petter Reinholdtsen <pere@hungry.com>
Phil Lobbes <phil@perkpartners.com>
Phil Monsen <philip.monsen@pobox.com>
+Philip Boulain <philip.boulain@smoothwall.net>
Philip Hazel <ph10@cus.cam.ac.uk>
Philip M. Gollucci <pgollucci@p6m7g8.com>
Philip Newton <pne@cpan.org>
diff --git a/ext/IPC-Open3/lib/IPC/Open3.pm b/ext/IPC-Open3/lib/IPC/Open3.pm
index f50146f8fa..af1d1e0690 100644
--- a/ext/IPC-Open3/lib/IPC/Open3.pm
+++ b/ext/IPC-Open3/lib/IPC/Open3.pm
@@ -9,7 +9,7 @@ require Exporter;
use Carp;
use Symbol qw(gensym qualify);
-$VERSION = '1.14';
+$VERSION = '1.15';
@ISA = qw(Exporter);
@EXPORT = qw(open3);