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 / M22_usage_register.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 1534 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M22_usage_register.al)"
7sub M22_usage_register {
8 my ($language, $error) = @_;
9 return <<END;
10The module Inline::$language does not support the Inline API, because it does
11properly support the register() method. This module will not work with Inline
12and should be uninstalled from your system. Please advise your sysadmin.
13
14The following error was generating from this module:
15$error
16
17END
18}
19
20# end of Inline::M22_usage_register
211;