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