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