home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _38f5ca44d13af6fb206373b077367275 < prev    next >
Encoding:
Text File  |  2004-06-01  |  427 b   |  18 lines

  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 178 "..\..\lib\Storable.pm (autosplit into ..\..\lib\auto\Storable\lock_nstore.al)"
  7. #
  8. # lock_nstore
  9. #
  10. # Same as nstore, but flock the file first (advisory locking).
  11. #
  12. sub lock_nstore {
  13.     return _store(\&net_pstore, @_, 1);
  14. }
  15.  
  16. # end of Storable::lock_nstore
  17. 1;
  18.