]> iEval git - app-statsbot.git/blame_incremental - t/App-Statsbot.t
Initial commit
[app-statsbot.git] / t / App-Statsbot.t
... / ...
CommitLineData
1#!/usr/bin/perl
2use strict;
3use warnings;
4
5use Test::More tests => 1;
6BEGIN { use_ok('App::Statsbot') };
7
This page took 0.021007 seconds and 4 git commands to generate.