diff options
author | Tony Cook <tony@develop-help.com> | 2013-07-29 16:34:07 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-07-29 16:34:07 +1000 |
commit | 658152ad6575e2cedee738720c447d423f6ebd25 (patch) | |
tree | 80ae791d2d2bb3d65800a9ced9b0144e779663b6 | |
parent | cccbbce940ea952c4c236049e98d21a011475cb1 (diff) | |
download | perl-658152ad6575e2cedee738720c447d423f6ebd25.tar.gz |
Philip Boulain is now a perl AUTHOR, and bump a version
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | ext/IPC-Open3/lib/IPC/Open3.pm | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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); |