The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

# test that the new alias names work

use strict;
use warnings;

use Test::More tests => 6;

use Math::BigFloat;

our $CLASS;
$CLASS = 'Math::BigFloat';

require 't/alias.inc';