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::BigRat;our $CLASS;$CLASS = 'Math::BigRat';require './t/alias.inc';
# -*- mode: perl; -*-
# test that the new alias names work
use
strict;
warnings;
Test::More
tests
=> 6;
Math::BigRat;
our
$CLASS
;
=
'Math::BigRat'
require
'./t/alias.inc'