Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / libtest-perl-critic-perl / libtest-perl-critic-perl-1.01 / t / 00_compile.t
1 #######################################################################
2 #      $URL: http://perlcritic.tigris.org/svn/perlcritic/tags/Test-Perl-Critic-1.01/t/00_compile.t $
3 #     $Date: 2007-01-24 22:22:10 -0800 (Wed, 24 Jan 2007) $
4 #   $Author: thaljef $
5 # $Revision: 1183 $
6 ########################################################################
7
8 use strict;
9 use warnings;
10 use Test::More tests => 4;
11
12 #---------------------------------------------------------------------------
13
14 use_ok('Test::Perl::Critic');
15 can_ok('Test::Perl::Critic', 'critic_ok');
16 can_ok('Test::Perl::Critic', 'all_critic_ok');
17 can_ok('Test::Perl::Critic', 'all_code_files');