Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.06. Changelog diff is:
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Nov 19, 2009
1 parent fc7c3a8 commit 366b6f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension AnyEvent::Gearman

0.06 2009-11-19T19:49:33+09:00
- return on_fail event when unexpected connection error

0.05 2009-10-31T11:25:39+09:00
- run test both Mouse/Moose
- remove Data::UUID dependency its no longer necessary
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -40,6 +40,7 @@ t/00_compile.t
t/01_api.t
t/02_client_worker.t
t/03_simple.t
t/04_reconnect.t
t/09_constants.t
t/danga_worker.pl
t/force-moose.pl
Expand Down
2 changes: 1 addition & 1 deletion lib/AnyEvent/Gearman.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use base 'Exporter';

our $VERSION = '0.05';
our $VERSION = '0.06';

our @EXPORT = qw/gearman_client gearman_worker/;

Expand Down

0 comments on commit 366b6f8

Please sign in to comment.