ACME-MBHall
view release on metacpan or search on metacpan
#!perl -T
use strict;
use warnings;
use Test::More tests => 1;
use ACME::MBHall;
is(ACME::MBHall::sum(7,12),19,'sum works properly');
( run in 0.419 second using v1.01-cache-2.11-cpan-a5abf4f5562 )