The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use v5.8;
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME           => 'Shardcache::Client',
    VERSION_FROM   => 'lib/Shardcache/Client.pm',
    LICENSE	   => 'perl',
    PREREQ_PM      => {
      'Test::More'       => 0,
      'IO::Socket::INET' => 0,
      'Digest::SipHash'  => 0,
      'Algorithm::ConsistentHash::CHash' => 0
    },
    ABSTRACT_FROM  => 'lib/Shardcache/Client.pm',
    AUTHOR         => 'Andrea Guzzo <xant@cpan.org>',
);