[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3-unattended/var/se3/unattended/install/linuxaux/opt/perl/lib/5.10.0/i586-linux-thread-multi/auto/Storable/ -> show_file_magic.al (source)

   1  # NOTE: Derived from ../../lib/Storable.pm.
   2  # Changes made here will be lost when autosplit is run again.
   3  # See AutoSplit.pm.
   4  package Storable;
   5  
   6  #line 96 "../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/show_file_magic.al)"
   7  sub 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  #
  14  0    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  
  20  0    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)
  26  EOM
  27  }
  28  
  29  # end of Storable::show_file_magic
  30  1;


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1