File: two.pl

package info (click to toggle)
libtest-fixme-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 147; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use strict;
use warnings;

# FIXME - this is bad (line 6).

# TEST - test 1 (line 8).

# TEST - test 2 (line 10).

# Test - bogus test (line 12).