diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-02-26 11:59:27 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-02-26 11:59:27 +0000 |
commit | 8d9043d1bc80ac715c1a2b9c0b993067de5ccb86 (patch) | |
tree | 44ba0d06a1a7a692dae47df1388b5ae41be35f8c /lib/Tie | |
parent | cb0d96b9c873979acbc861b2863a39dda41d3ace (diff) | |
download | perl-8d9043d1bc80ac715c1a2b9c0b993067de5ccb86.tar.gz |
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
Diffstat (limited to 'lib/Tie')
-rw-r--r-- | lib/Tie/File.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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<COPYING>. -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: |