The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# -*- mode: perl; -*-
use strict;
our $VERSION = '1.999803';
# Package to to test Bigint's simulation of Calc
use Math::BigInt::Calc 1.9998;
our @ISA = qw(Math::BigInt::Calc);
print "# Math::BigInt::BareCalc v", $VERSION, " using",
" Math::BigInt::Calc v", Math::BigInt::Calc -> VERSION, "\n";
1;