From 8d9043d1bc80ac715c1a2b9c0b993067de5ccb86 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Mon, 26 Feb 2007 11:59:27 +0000 Subject: Update the FSF's address. Plus some other whitespace and NON-WHITESPACE changes that have crept into the GPL v2. p4raw-id: //depot/perl@30408 --- lib/Tie/File.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Tie') diff --git a/lib/Tie/File.pm b/lib/Tie/File.pm index dfd86cd1de..9528ab1bfd 100644 --- a/lib/Tie/File.pm +++ b/lib/Tie/File.pm @@ -7,7 +7,7 @@ use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY'; sub O_ACCMODE () { O_RDONLY | O_RDWR | O_WRONLY } -$VERSION = "0.97_01"; +$VERSION = "0.97_02"; my $DEFAULT_MEMORY_SIZE = 1<<21; # 2 megabytes my $DEFAULT_AUTODEFER_THRESHHOLD = 3; # 3 records my $DEFAULT_AUTODEFER_FILELEN_THRESHHOLD = 65536; # 16 disk blocksful @@ -2549,8 +2549,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this library program; it should be in the file C. -If not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111 USA +If not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301, USA For licensing inquiries, contact the author at: -- cgit v1.2.1