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