File: 00-load.t

package info (click to toggle)
libcpan-mini-perl 1.111008-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 188 kB
  • sloc: perl: 717; makefile: 9
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" );