]> iEval git - mafia.git/blob - t/00-use.t
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.035525 seconds and 4 git commands to generate.