DEBSOURCES
Skip Quicknav
sources / libcpan-reporter-perl / 1.2020-1 / corpus / test.pl-PrereqPerl-NOK / test.pl
12345678910
# Bogus::Pass tests use strict; use Test::More; plan tests => 1 ; die "Future Perl not invented yet" if $] < 42; pass( "Passed this test" );