source: for-distributions/trunk/bin/windows/perl/lib/auto/Storable/show_file_magic.al@ 14489

Last change on this file since 14489 was 14489, checked in by oranfry, 17 years ago

upgrading to perl 5.8

File size: 831 bytes
Line 
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;
Note: See TracBrowser for help on using the repository browser.