summaryrefslogtreecommitdiff
path: root/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/nstore.al
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/nstore.al')
-rw-r--r--chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/nstore.al17
1 files changed, 17 insertions, 0 deletions
diff --git a/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/nstore.al b/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/nstore.al
new file mode 100644
index 00000000000..762be259a16
--- /dev/null
+++ b/chromium/third_party/cygwin/lib/perl5/5.10/i686-cygwin/auto/Storable/nstore.al
@@ -0,0 +1,17 @@
+# NOTE: Derived from ../../lib/Storable.pm.
+# Changes made here will be lost when autosplit is run again.
+# See AutoSplit.pm.
+package Storable;
+
+#line 212 "../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/nstore.al)"
+#
+# nstore
+#
+# Same as store, but in network order.
+#
+sub nstore {
+ return _store(\&net_pstore, @_, 0);
+}
+
+# end of Storable::nstore
+1;