Skip to content

Commit

Permalink
* set MakeMaker NAME=Gearman::Client (gearman/perl-Gearman-Client#3)
Browse files Browse the repository at this point in the history
* set backtracker to github
  • Loading branch information
p-alik committed Oct 25, 2016
1 parent c833904 commit b7db7a5
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,43 @@ use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => "Gearman",
NAME => "Gearman::Client",
AUTHOR => 'Brad Fitzpatrick <[email protected]>',
ABSTRACT =>
"Client and worker libraries for gearman job dispatch dispatch. Server is in separate package.",
VERSION_FROM => "lib/Gearman/Client.pm",
BUILD_REQUIRES => {
"version" => 0,
"File::Which" => 0,
"IO::Socket::IP" => 0,
"IO::Socket::SSL" => 0,
"Perl::OSType" => 0,
"Proc::Guard" => "0.07",
"Storable" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Test::TCP" => "2.17",
"Test::Timer" => 0,
"version" => 0,
"File::Which" => 0,
"IO::Socket::IP" => 0,
"IO::Socket::SSL" => 0,
"Perl::OSType" => 0,
"Proc::Guard" => "0.07",
"Storable" => 0,
"Test::Exception" => 0,
"Test::More" => 0,
"Test::TCP" => "2.17",
"Test::Timer" => 0,
},
PREREQ_PM => {
"version" => 0,
"Carp" => 0,
"POSIX" => 0,
"IO::Handle" => 0,
"IO::Socket::IP" => 0,
"IO::Socket::SSL" => 0,
"Scalar::Util" => 0,
"Socket" => 0,
"Storable" => 1,
"String::CRC32" => 0,
"Time::HiRes" => 0, # Usually core now
"fields" => 0,
"version" => 0,
"Carp" => 0,
"POSIX" => 0,
"IO::Handle" => 0,
"IO::Socket::IP" => 0,
"IO::Socket::SSL" => 0,
"Scalar::Util" => 0,
"Socket" => 0,
"Storable" => 1,
"String::CRC32" => 0,
"Time::HiRes" => 0, # Usually core now
"fields" => 0,
},
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
bugtracker =>
{ web => 'https://github.com/p-alik/perl-Gearman/issues' },
repository => {
type => 'git',
url => 'https://github.com/p-alik/perl-Gearman.git',
Expand Down

0 comments on commit b7db7a5

Please sign in to comment.