zoffixznet / HTML-ExtractText

HTML::ExtractText perl module for extracting specific bits of text from HTML using CSS selectors
0 stars 0 forks source link

add 00-load.t test #6

Closed zoffixznet closed 9 years ago

zoffixznet commented 9 years ago

!perl -T

use 5.006; use strict; use warnings FATAL => 'all'; use Test::More; plan tests => 5; BEGIN { use_ok('Carp'); use_ok('LWP::UserAgent'); use_ok('Mojo::DOM'); use_ok('Moo'); use_ok('WWW::Lipsum') || print "Bail out!\n"; } diag( "Testing WWW::Lipsum $WWW::Lipsum::VERSION, Perl $], $^X" );