File: 00.load.t

package info (click to toggle)
libio-prompter-perl 0.003000-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 332 kB
  • sloc: perl: 1,176; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
use 5.010;
use warnings;

use Test::More tests => 1;

BEGIN {
    use_ok( 'IO::Prompter' );
}

diag( "Testing IO::Prompter $IO::Prompter::VERSION" );