#!perl -T
use 5.006;
use strict;
plan tests => 1;
BEGIN {
use_ok( 'WWW::PlCloud' ) || print "Bail out!\n";
}
diag( "Testing WWW::PlCloud $WWW::PlCloud::VERSION, Perl $], $^X" );