The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789101112131415 # -*- mode: perl; -*-# test that the new alias names workuse strict;use warnings;use Test::More tests => 6;use Math::BigFloat;our $CLASS;$CLASS = 'Math::BigFloat';require './t/alias.inc';
# -*- mode: perl; -*-
# test that the new alias names work
use
strict;
warnings;
Test::More
tests
=> 6;
Math::BigFloat;
our
$CLASS
;
=
'Math::BigFloat'
require
'./t/alias.inc'