From 4d3295e3a1f0a51ec1cecceb4dcbbefa63092948 Mon Sep 17 00:00:00 2001 From: Philip Newton Date: Thu, 2 May 2002 09:58:38 +0200 Subject: Re: [PATCH] Storable docs Message-Id: (Applied mostly with tweaks by hand.) p4raw-link: @4 on //depot/thrperl: 11343788cbaaede18e3146b5219d2fbdaeaf516e p4raw-id: //depot/perl@16337 --- ext/Storable/Storable.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/Storable/Storable.pm b/ext/Storable/Storable.pm index cabcd246f5..ea6080b702 100644 --- a/ext/Storable/Storable.pm +++ b/ext/Storable/Storable.pm @@ -540,8 +540,8 @@ entry, instead of locking the file descriptor. =head1 SPEED The heart of Storable is written in C for decent speed. Extra low-level -optimization have been made when manipulating Perl internals, to -sacrifice encapsulation for the benefit of a greater speed. +optimizations have been made when manipulating perl internals, to +sacrifice encapsulation for the benefit of greater speed. =head1 CANONICAL REPRESENTATION -- cgit v1.2.1