The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use Test::More;
BEGIN { plan tests => 1 };

SKIP: {
    skip "This test is for Perl 5.005.", 1 if ( $] >= 5.006 );
    ok( eval { require JSON::PP::Compat5005 } );
}