File: 001load.t

package info (click to toggle)
libstore-opaque-perl 0.03-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: perl: 8; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (2)
1
2
3
use strict; use warnings;
use Test::More tests => 1;
BEGIN { use_ok('Store::Opaque') };