Skip to content

Commit

Permalink
import Gearman 1.09 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Gearman
git-cpan-version:  1.09
git-cpan-authorid: BRADFITZ
git-cpan-file:     authors/id/B/BR/BRADFITZ/Gearman-1.09.tar.gz
  • Loading branch information
bradfitz authored and schwern committed Dec 11, 2009
1 parent 393c9d1 commit 71a9506
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
1.09 (2007-06-29)

-- document the license and copyright

1.08 (2007-05-21) 1.08 (2007-05-21)


-- add "package Gearman::Objects" line to Objects.pm, to ease RPM -- add "package Gearman::Objects" line to Objects.pm, to ease RPM
Expand Down
2 changes: 1 addition & 1 deletion META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html # http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# #XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: Gearman name: Gearman
version: 1.08 version: 1.09
version_from: lib/Gearman/Client.pm version_from: lib/Gearman/Client.pm
installdirs: site installdirs: site
requires: requires:
Expand Down
19 changes: 18 additions & 1 deletion lib/Gearman/Client.pm
Expand Up @@ -5,7 +5,7 @@
package Gearman::Client; package Gearman::Client;


our $VERSION; our $VERSION;
$VERSION = '1.08'; $VERSION = '1.09';


use strict; use strict;
use IO::Socket::INET; use IO::Socket::INET;
Expand Down Expand Up @@ -370,4 +370,21 @@ integers.
See the I<Gearman::Worker> documentation for the worker for the I<sum> See the I<Gearman::Worker> documentation for the worker for the I<sum>
function. function.
=head1 COPYRIGHT
Copyright 2006-2007 Six Apart, Ltd.
License granted to use/distribute under the same terms as Perl itself.
=head1 WARRANTY
This is free software. This comes with no warranty whatsoever.
=head1 AUTHORS
Brad Fitzpatrick (brad@danga.com)
Jonathan Steinert (hachi@cpan.org)
=cut
=cut =cut

0 comments on commit 71a9506

Please sign in to comment.