Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v8plus / lib / perl5 / 5.8.8 / sun4-solaris / auto / Storable / show_file_magic.al
CommitLineData
920dae64
AT
1# NOTE: Derived from ../../lib/Storable.pm.
2# Changes made here will be lost when autosplit is run again.
3# See AutoSplit.pm.
4package Storable;
5
6#line 94 "../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/show_file_magic.al)"
7sub show_file_magic {
8 print <<EOM;
9#
10# To recognize the data files of the Perl module Storable,
11# the following lines need to be added to the local magic(5) file,
12# usually either /usr/share/misc/magic or /etc/magic.
13#
140 string perl-store perl Storable(v0.6) data
15>4 byte >0 (net-order %d)
16>>4 byte &01 (network-ordered)
17>>4 byte =3 (major 1)
18>>4 byte =2 (major 1)
19
200 string pst0 perl Storable(v0.7) data
21>4 byte >0
22>>4 byte &01 (network-ordered)
23>>4 byte =5 (major 2)
24>>4 byte =4 (major 2)
25>>5 byte >0 (minor %d)
26EOM
27}
28
29# end of Storable::show_file_magic
301;