DEBSOURCES
Skip Quicknav
sources / libcpan-reporter-perl / 1.2020-1 / corpus / test.pl-PrereqMiss / test.pl
123456789
# Bogus::Pass tests use strict; use Bogus::Module::Doesnt::Exist; use Test::More; plan tests => 1 ; pass( "Passed this test" );