File: 00-load.t

package info (click to toggle)
libwww-mechanize-perl 1.73-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 668 kB
  • ctags: 143
  • sloc: perl: 3,360; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!perl -Tw

use warnings;
use strict;
use lib 't';
use Test::More tests => 2;
use Tools;

use_ok( 'WWW::Mechanize' );
use_ok( 'WWW::Mechanize::Link' );

diag( "Testing WWW::Mechanize $WWW::Mechanize::VERSION, with LWP $LWP::VERSION, Perl $], $^X" );
if ( $canTMC ) {
    diag( "Test::Memory::Cycle $Test::Memory::Cycle::VERSION is installed." );
}
else {
    diag( 'Test::Memory::Cycle is not installed.' );
}