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:
parent
70ad0b8b30
commit
c86256d005
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Test::More tests => 7;
|
use Test::More tests => 9;
|
||||||
use Test::Exception;
|
use Test::Exception;
|
||||||
|
|
||||||
use Scalar::Util qw(looks_like_number);
|
use Scalar::Util qw(looks_like_number);
|
||||||
|
|
Loading…
Reference in a new issue