3 # This file is part of App::CPAN2Pkg.
4 # Copyright (c) 2009 Jerome Quelin, all rights reserved.
6 # This program is free software; you can redistribute it and/or modify
7 # it under the same terms as Perl itself.
13 use Test::More tests => 4;
16 use_ok( 'App::CPAN2Pkg' );
17 use_ok( 'App::CPAN2Pkg::Curses' );
18 use_ok( 'App::CPAN2Pkg::Module' );
19 use_ok( 'App::CPAN2Pkg::Worker' );
22 diag( "Testing App::CPAN2Pkg $App::CPAN2Pkg::VERSION, Perl $], $^X" );