summaryrefslogtreecommitdiff
path: root/t/01-use.t
blob: 19fffb1e18f2a04ce8a10f48b4309ac57f96f488 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 1;

BEGIN{ use_ok( 'Business::OnlinePayment::Bambora' ) }

done_testing();