Skip to content

Commit

Permalink
Changing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoby committed Mar 8, 2024
1 parent 483266a commit 460314a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/Expect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 460314a

Please sign in to comment.