diff options
Diffstat (limited to 'Master/tlpkg/tlperl.straw/lib/auto/Storable/nfreeze.al')
-rwxr-xr-x | Master/tlpkg/tlperl.straw/lib/auto/Storable/nfreeze.al | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl.straw/lib/auto/Storable/nfreeze.al b/Master/tlpkg/tlperl.straw/lib/auto/Storable/nfreeze.al new file mode 100755 index 00000000000..c79d3cf3c3d --- /dev/null +++ b/Master/tlpkg/tlperl.straw/lib/auto/Storable/nfreeze.al @@ -0,0 +1,17 @@ +# NOTE: Derived from blib\lib\Storable.pm. +# Changes made here will be lost when autosplit is run again. +# See AutoSplit.pm. +package Storable; + +#line 321 "blib\lib\Storable.pm (autosplit into blib\lib\auto\Storable\nfreeze.al)" +# +# nfreeze +# +# Same as freeze but in network order. +# +sub nfreeze { + _freeze(\&net_mstore, @_); +} + +# end of Storable::nfreeze +1; |