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