#!./perl -w
BEGIN {
chdir 't' if -d 't';
}
#
# A couple of simple classes to use as struct elements.
#
sub meth { 42 }
#
# The first of our Class::Struct based objects.
#
struct( s => '$', a => '@', h => '%', c => 'aClass' );
#
# The second Class::Struct objects:
# test the 'compile-time without package name' feature.
#
#
# back to main...
#