From 20c422ebd12a91b09f9cec3ccce32a196c255500 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Sun, 14 Jun 2009 18:46:40 +0000 Subject: [PATCH] Explicitly depend on 5.6.2 --- lib/IO/Pty/HalfDuplex.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/IO/Pty/HalfDuplex.pm b/lib/IO/Pty/HalfDuplex.pm index 5bdbf5a..42b3fdb 100644 --- a/lib/IO/Pty/HalfDuplex.pm +++ b/lib/IO/Pty/HalfDuplex.pm @@ -66,6 +66,8 @@ The two-argument form of kill() interprets its second argument in the opposite s use strict; use warnings; +use 5.006_002; + our $VERSION = '0.02'; # }}} # new {{{