File: 01-api.t

package info (click to toggle)
libtest-without-module-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 100 kB
  • ctags: 10
  • sloc: perl: 139; makefile: 15
file content (5 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#!/usr/bin/perl -w

use Test::More tests => 1;

use_ok( 'Test::Without::Module' );