#!/usr/bin/perl -w use strict; # Test the non-construction-order-specific aspects of a class inherited from a class inherited from a class inherited from Simple use FindBin; use lib $FindBin::Bin . '/testmodules'; use TestCode::PlainObject; use Test::More tests => 1+TestCode::PlainObject->num_tests(); BEGIN { use_ok( 'JustNew::Lazy' ); } TestCode::PlainObject->test_plain('JustNew::Lazy', 'JustNew');