]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - t/01-basic.t
initial commit
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / t / 01-basic.t
1 #!perl
2
3 use warnings;
4 use strict;
5
6 use Test::More tests => 2;
7
8 use_ok('Dist::Zilla::PluginBundle::Author::CCM');
9 use_ok('Pod::Weaver::PluginBundle::Author::CCM');
10
This page took 0.02823 seconds and 4 git commands to generate.