File: 001_load.t

package info (click to toggle)
libcrypt-rsa-parse-perl 0.044-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 140 kB
  • sloc: perl: 251; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# -*- perl -*-

# t/001_load.t - check module loading and create testing directory

use Test::More tests => 1;

BEGIN { use_ok( 'Crypt::RSA::Parse' ); }