The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl -w

# test that the new alias names work

use strict;
use Test::More tests => 6;

use Math::BigFloat;

use vars qw/$x $CL/;

$CL = 'Math::BigFloat';

require 't/alias.inc';