v1.1.0
[app-cpan2pkg.git] / t / 0-load.t
blob4703649d1587d3e88fd7f28c6e57c20398bab05d
1 #!perl
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.
11 use strict;
12 use warnings;
13 use Test::More tests => 4;
15 BEGIN {
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" );