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

# -*- mode: perl; -*-
# test that the new alias names work
use strict;
use Test::More tests => 6;
our $CLASS;
$CLASS = 'Math::BigFloat';
require './t/alias.inc';