<%doc> Load the REST class to verify that it is operational <%init> use Netdot::REST; my $rest = Netdot::REST->new(); print "Netdot/$Netdot::VERSION REST OK. " if defined $rest;