File: minimum-version.t

package info (click to toggle)
libhttp-daemon-perl 6.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: perl: 939; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
use strict;
use warnings;

use Test::More;
use Test::MinimumVersion;
all_minimum_version_ok( qq{5.008001} );