The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: _calculate_sum.t,v 1.1 2006-02-20 12:36:01 jonasbn Exp $

use strict;
use Test::More tests => 1;
use Business::DK::PO;

is(43, Business::DK::PO::_calculate_sum("123456789"));