Initial basic support for creating a new Supporter.

This is incomplete as of yet, since it doesn't properly set up other
tables.
This commit is contained in:
Bradley M. Kuhn 2015-12-09 16:06:07 -08:00
parent 70ad0b8b30
commit c86256d005

View file

@ -6,7 +6,7 @@
use strict;
use warnings;
use Test::More tests => 7;
use Test::More tests => 9;
use Test::Exception;
use Scalar::Util qw(looks_like_number);