File: 00-load.t

package info (click to toggle)
libcpan-mini-perl 1.100630-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 132 kB
  • ctags: 30
  • sloc: perl: 644; makefile: 15
file content (7 lines) | stat: -rw-r--r-- 115 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!perl -T

use Test::More tests => 1;

use_ok( 'CPAN::Mini' );

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