File: 01_use.t

package info (click to toggle)
libgraph-nauty-perl 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 202; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download | duplicates (3)
1
2
3
4
5
use strict;
use warnings;

use Test::More tests => 1;
BEGIN { use_ok('Graph::Nauty') };