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 / M32_error_md5_validation.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 1642 "blib/lib/Inline.pm (autosplit into blib/lib/auto/Inline/M32_error_md5_validation.al)"
7sub M32_error_md5_validation {
8 my ($md5, $inl) = @_;
9 return <<END;
10The source code fingerprint:
11
12 $md5
13
14does not match the one in:
15
16 $inl
17
18This module needs to be reinstalled.
19
20END
21}
22
23# end of Inline::M32_error_md5_validation
241;