1# Bogus::Pass tests
2use strict;
3
4use Test::More;
5
6plan tests =>  1 ;
7
8pass( "Passed this test" );
9