File: consistent-version.t

package info (click to toggle)
libmoosex-meta-typeconstraint-mooish-perl 0.001-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 95; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;

use Test::More;

eval "use Test::ConsistentVersion";
plan skip_all => "Test::ConsistentVersion required for this test"
    if $@;

Test::ConsistentVersion::check_consistent_versions();