Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / auto / Inline / M23_usage_alias_used.al
# NOTE: Derived from blib/lib/Inline.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Inline;
#line 1547 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M23_usage_alias_used.al)"
sub M23_usage_alias_used {
my ($new_mod, $alias, $old_mod) = @_;
return <<END;
The module Inline::$new_mod is attempting to define $alias as an alias.
But $alias is also an alias for Inline::$old_mod.
One of these modules needs to be corrected or removed.
Please notify the system administrator.
END
}
# end of Inline::M23_usage_alias_used
1;