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 / M19_usage_language.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 1498 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M19_usage_language.al)"
7sub M19_usage_language {
8 my ($language, $directory) = @_;
9 return <<END;
10Error. You have specified '$language' as an Inline programming language.
11
12I currently only know about the following languages:
13 ${ defined $Inline::languages ?
14 \ join(', ', sort keys %$Inline::languages) : \ ''
15 }
16
17If you have installed a support module for this language, try deleting the
18config file from the following Inline DIRECTORY, and run again:
19
20 $directory
21
22END
23}
24
25# end of Inline::M19_usage_language
261;