File: 02usage.t

package info (click to toggle)
pperl 0.25-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 296 kB
  • ctags: 45
  • sloc: perl: 864; ansic: 730; makefile: 57; sh: 23
file content (4 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (3)
1
2
3
4
use Test;
BEGIN { plan tests => 1 }
ok(`./pperl` =~ /Usage:/);