From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789101112 #!perl# $Id: 01-sanity.t 2 2005-01-04 22:00:06Z daisuke $## Daisuke Maki <dmaki@cpan.org># All rights reserved.use strict;use Test::More (tests => 1);BEGIN { use_ok("Class::Validating") }1;
#!perl
# $Id: 01-sanity.t 2 2005-01-04 22:00:06Z daisuke $
#
# Daisuke Maki <dmaki@cpan.org>
# All rights reserved.
use
strict;
Test::More (
tests
=> 1);
BEGIN { use_ok(
"Class::Validating"
) }
1;