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

use strict;
use Test::More tests => 1;

BEGIN {
	use_ok( 'Method::Cached' );
}

diag( "Testing Method::Cached $Method::Cached::VERSION, Perl $], $^X" );