Archive-SCS

 view release on metacpan or  search on metacpan

t/01-cityhash.t  view on Meta::CPAN

#!perl
use strict;
use warnings;
use lib 'lib';
use blib;

use Archive::SCS::CityHash qw(
  cityhash64
);
use Test::More;

is unpack('H*', cityhash64 ''), '9ae16a3b2f90404f';

done_testing;



( run in 1.615 second using v1.01-cache-2.11-cpan-df04353d9ac )