File: version.t

package info (click to toggle)
libmath-bigint-gmp-perl 1.7003-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,016 kB
  • sloc: pascal: 3,998; perl: 280; makefile: 9; sh: 1
file content (13 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- mode: perl; -*-

use strict;
use warnings;
use Test::More tests => 1;

use Math::BigInt::GMP;

ok( Math::BigInt::GMP::gmp_version() );

note Math::BigInt::GMP::gmp_version();

done_testing;