File: test.t

package info (click to toggle)
libgetopt-simple-perl 1.52-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 120 kB
  • ctags: 12
  • sloc: perl: 217; makefile: 9
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'); }