From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!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;