File: 00..load.t

package info (click to toggle)
libtext-trim-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 140 kB
  • sloc: perl: 35; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'Text::Trim' ) or BAIL_OUT( 'use failed. No point continuing.' );
}

diag( "Testing Text::Trim $Text::Trim::VERSION, Perl $], $^X" );