summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/Storable/freeze.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/Storable/freeze.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/Storable/freeze.al18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/Storable/freeze.al b/Master/tlpkg/tlperl/lib/auto/Storable/freeze.al
new file mode 100644
index 00000000000..7e1a45687b2
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/auto/Storable/freeze.al
@@ -0,0 +1,18 @@
+# NOTE: Derived from ..\..\lib\Storable.pm.
+# Changes made here will be lost when autosplit is run again.
+# See AutoSplit.pm.
+package Storable;
+
+#line 311 "..\..\lib\Storable.pm (autosplit into ..\..\lib\auto\Storable\freeze.al)"
+#
+# freeze
+#
+# Store oject and its hierarchy in memory and return a scalar
+# containing the result.
+#
+sub freeze {
+ _freeze(\&mstore, @_);
+}
+
+# end of Storable::freeze
+1;