The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use 5.006;
use strict;
use warnings FATAL => 'all';
use Test::More tests => 1;

BEGIN { use_ok('Guardian::OpenPlatform::API') || print "Bail out!\n"; }

diag( "Testing Guardian::OpenPlatform::API $Guardian::OpenPlatform::API::VERSION, Perl $], $^X" );