File: 01_use.t

package info (click to toggle)
libstring-random-perl 1%3A0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 14
  • sloc: perl: 347; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use Test::More tests => 1;

# 1: Make sure we can load the module
BEGIN { use_ok('String::Random'); }

# vi: set ai et syntax=perl: