use strict; use Test; BEGIN { plan tests => 1 }; use Win32::Girder::IEvent::Server; ok(1); # If we made it this far, we're ok.