Initial commit
[mafia.git] / t / 00-use.t
1 #!/usr/bin/perl -wT
2 use v5.14;
3 use warnings;
4
5 use Test::More tests => 1;
6 BEGIN { use_ok('Mafia') };
This page took 0.022323 seconds and 4 git commands to generate.