File: 00.load.t

package info (click to toggle)
libtext-wrapper-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 92 kB
  • ctags: 10
  • sloc: perl: 482; makefile: 39
file content (12 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/perl
#---------------------------------------------------------------------
# $Id: 00.load.t 1706 2007-03-21 04:26:10Z cjm $
#---------------------------------------------------------------------

use Test::More tests => 1;

BEGIN {
use_ok( 'Text::Wrapper' );
}

diag( "Testing Text::Wrapper $Text::Wrapper::VERSION" );