File: Genome.t

package info (click to toggle)
libgenome-perl 0.06-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 848; makefile: 21
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 1;
use above "Genome";
ok(1,"used Genome without crashing with the 'above' pragma'");