File: 01_Bogus.t

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 (8 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (104)
1
2
3
4
5
6
7
8
# Bogus::Pass tests
use strict;

use Test::More;

plan tests =>  1 ;

pass( "Passed this test" );