summaryrefslogtreecommitdiff
path: root/t/00-load.t
blob: 8a560dec23f29a5eda74fcfbd4b62344f93fa83d (plain)
1
2
3
4
5
6
7
#!perl

use Test::More tests => 1;

use_ok( 'CPAN::Mini' );

diag( "Testing CPAN::Mini $CPAN::Mini::VERSION" );