use strict; use warnings; use Test::More tests => 1; # This exists solely so CPAN Testers do not send back UNKNOWN reports, # since all the other tests for this distro only run for the # maintainer. ok(1);