]> iEval git - mafia.git/blob - t/00-use.t
Reindent code, tests, Makefile.PL
[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.0458150000000001 seconds and 4 git commands to generate.