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
CommitLineData
86530b38
AT
1# NOTE: Derived from blib/lib/Inline.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Inline;
5
6#line 1547 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M23_usage_alias_used.al)"
7sub M23_usage_alias_used {
8 my ($new_mod, $alias, $old_mod) = @_;
9 return <<END;
10The module Inline::$new_mod is attempting to define $alias as an alias.
11But $alias is also an alias for Inline::$old_mod.
12
13One of these modules needs to be corrected or removed.
14Please notify the system administrator.
15
16END
17}
18
19# end of Inline::M23_usage_alias_used
201;