#!/usr/bin/env perl use strict; use warnings; use Test::More tests => 1; pass('No tests available. We think it should produce PASS, not N/A'); done_testing();