Skip to content

Commit

Permalink
v1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Jan 4, 2016
1 parent 8fb45bf commit b3d426d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
1.26 - 4 Jan 2016
https bug fixes

1.25 - 14 Nov 2015
works witg Net::DNS 1.03
works with Net::DNS 1.03

1.24 - 5 Aug 2015
fixes in Signal::pid and Mutex
Expand Down
2 changes: 1 addition & 1 deletion lib/IO/Lambda.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use vars qw(
$THIS @CONTEXT $METHOD $CALLBACK $AGAIN $SIGTHROW
$DEBUG_IO $DEBUG_LAMBDA $DEBUG_CALLER %DEBUG
);
$VERSION = '1.25';
$VERSION = '1.26';
@ISA = qw(Exporter);
@EXPORT_CONSTANTS = qw(
IO_READ IO_WRITE IO_EXCEPTION
Expand Down

0 comments on commit b3d426d

Please sign in to comment.