Skip to content

Commit

Permalink
0.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Jul 24, 2023
1 parent b0a5cda commit 51242e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl module Net::Curl::Promiser

0.20 Mon 24 Jul 2023
- Fix Select test (broken in 0.19).

0.19 Mon 24 Jul 2023
- Fix tests on Solaris with new perls.
- Fix trivial POD issue.
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Curl/Promiser.pm
Expand Up @@ -3,7 +3,7 @@ package Net::Curl::Promiser;
use strict;
use warnings;

our $VERSION = '0.19';
our $VERSION = '0.20';

=encoding utf-8
Expand Down
2 changes: 0 additions & 2 deletions t/Net-Curl-Promiser-Select.t
Expand Up @@ -37,8 +37,6 @@ plan tests => 2 + $ClientTest::TEST_COUNT;

($rout, $wout, $eout) = $promiser->get_vecs();

s<\A\0+><> for ($rout, $wout);

if ($^O eq 'solaris') {
diag sprintf "rout: %v.08b; wout: %v.08b; timeout: %s\n", $rout, $wout, $timeout;
}
Expand Down

0 comments on commit 51242e1

Please sign in to comment.