The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $Id: 00_initialize.t,v 1.2 2006/04/12 18:57:56 bryce Exp $

use strict;
use Test::More tests => 1;

BEGIN { use_ok('WWW::PkgFind'); }

diag( "Testing WWW::PkgFind $WWW::PkgFind::VERSION" );