File: test.pl

package info (click to toggle)
libcpan-reporter-perl 1.2020-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,752 kB
  • sloc: perl: 5,440; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
# Bogus::Pass tests
use strict;

use Test::More;

plan tests =>  1 ;

die "Future Perl not invented yet" if $] < 42;

pass( "Passed this test" );