File: 0.use.t

package info (click to toggle)
libgraph-writer-graphviz-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 136; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/bin/env perl -w

use strict;
use Test::Simple tests => 1;

use Graph::Writer::GraphViz; ok( 1 );