Skip to content

Commit

Permalink
Version 0.007
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed May 11, 2012
1 parent a3fcd22 commit 2f795c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.007
- Fix timeout callback being called in global destruction
not working as expected.

Expand Down
2 changes: 1 addition & 1 deletion lib/IPC/Lock/RabbitMQ.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Scalar::Util qw/ refaddr /;
use IPC::Lock::RabbitMQ::Lock;
use namespace::autoclean;

our $VERSION = '0.006';
our $VERSION = '0.007';

with 'IPC::Lock::RabbitMQ::HasTimeout';

Expand Down

0 comments on commit 2f795c5

Please sign in to comment.