File: 01load.t

package info (click to toggle)
libpragmatic-perl 1.7-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: perl: 45; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# Emacs, this is -*-perl-*- code.

BEGIN { use Test; plan tests => 1; }

use strict;

use Test;

eval "use Pragmatic;";
ok (not $@);