File: test.t

package info (click to toggle)
libgetopt-simple-perl 1.52-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 104 kB
  • sloc: perl: 217; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 91 bytes parent folder | download | duplicates (6)
1
2
3
4
5
use Test::More tests => 1;

# ------------------------

BEGIN{ use_ok('Getopt::Simple'); }