The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More tests => 2;

use Template::Plugin::EnvHash;

my $object = Template::Plugin::EnvHash->new();
isa_ok ($object, 'Template::Plugin::EnvHash');

# Does it follow the template Plugin heirarchy?
isa_ok ($object, 'Template::Plugin');