diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 14:19:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 14:19:09 +0000 |
commit | 24e657a8ecba3e48980c1390adb658d9f9ad69f5 (patch) | |
tree | 192ce56e6a4fba084e0a5c7f897253f7c080b3ec /pod/perldelta.pod | |
parent | 46e87256f3802a18ce825adb0e5f1d5ead748a5c (diff) | |
download | perl-24e657a8ecba3e48980c1390adb658d9f9ad69f5.tar.gz |
Document Storable problems on Crays. (Will have
to document all the other Storable problems, too.)
p4raw-id: //depot/perl@6916
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index d54c131e6f..4e6ecea948 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -750,6 +750,11 @@ one can (or, if one can, whether it's a good idea) link together at all binaries with different ideas about file offsets, all this is platform-dependent. +=head2 Storable test st-06compat Fails in UNICOS and UNICOS/mk + +This means that you cannot read old (pre-Storable-0.7) Storable images +made in other platforms. + =head1 Reporting Bugs If you find what you think is a bug, you might check the articles |