upstream version 2.8.2
[CGP-CLI.git] / t / 00_require.t
1 #!/usr/bin/perl -w
2 use Test::Simple tests=>1;
3
4 ok( require CGP::CLI );