Skip to content

Commit

Permalink
oops. fixed Makefile.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
nekokak committed Jul 8, 2010
1 parent a77c04c commit 258656e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension Qudo::Parallel::Manager Revision history for Perl extension Qudo::Parallel::Manager


0.03
2010-07-08
- FIXED: Makefile.pl

0.02 0.02
2010-07-06 2010-07-06
- use Sub::Throttle. - use Sub::Throttle.
Expand Down
2 changes: 1 addition & 1 deletion lib/Qudo/Parallel/Manager.pm
Expand Up @@ -7,7 +7,7 @@ use Parallel::Prefork::SpareWorkers qw(:status);
use Sub::Throttle qw/throttle/; use Sub::Throttle qw/throttle/;
use IO::Socket; use IO::Socket;


our $VERSION = '0.02'; our $VERSION = '0.03';


sub new { sub new {
my ($class, %args) = @_; my ($class, %args) = @_;
Expand Down

0 comments on commit 258656e

Please sign in to comment.