The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!perl -T

# /* vim:et: set ts=4 sw=4 sts=4 tw=78: */
#$Id: 00-load.t,v 1.4 2009/04/16 08:08:48 dinosau2 Exp $

use strict;
use warnings;

use Test::More tests => 1;

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

#diag( "Testing WWW::TasteKid $WWW::TasteKid::VERSION, Perl $], $^X" );