Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 0496c0cd6a0fbc54e2f38c6fdd3bc0bb > files > 9

perl-Test-Inter-1.01-3.fc15.noarch.rpm

#!/usr/bin/perl

use strict;
use warnings;
use Test::Inter;

my $o = new Test::Inter;

print "The following script will fail due to multiple plans\n\n";

$o->plan(2);
$o->plan(5);
$o->done_testing();