File: 01-use-ok.t

package info (click to toggle)
libfindbin-libs-perl 1.64-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 180 kB
  • sloc: perl: 389; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
package Testophile;

use v5.8;

use Test::More tests => 1;

use_ok 'FindBin::libs',         'Module is use-able';

__END__