diff --git a/Changes b/Changes index a42ee28..79c521e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for CPAN module Expect +1.37 2024-03-07 + - Fix to timeout code + 1.36 2024-02-23 - Made timeouts optional and added qr// regex support diff --git a/lib/Expect.pm b/lib/Expect.pm index 189c3ca..1c3e935 100644 --- a/lib/Expect.pm +++ b/lib/Expect.pm @@ -37,7 +37,7 @@ use Scalar::Util qw/ looks_like_number /; @Expect::EXPORT = qw(expect exp_continue exp_continue_timeout); BEGIN { - $Expect::VERSION = '1.36'; + $Expect::VERSION = '1.37'; # These are defaults which may be changed per object, or set as # the user wishes.