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 -wT
# $Id: /local/CPAN/Apache-AxKit-Language-XSP-ObjectTaglib/t/001_load.t 1497 2005-03-05T17:05:21.898763Z claco  $
use strict;
use warnings;
use Test::More tests => 1;

BEGIN {
    use_ok( 'Apache::AxKit::Language::XSP::ObjectTaglib' );
};