|
Lines 1-15
Link Here
|
| 1 |
--- CounterFile.pm.orig Sat May 16 21:47:34 1998 |
1 |
--- CounterFile.pm.orig Tue Jul 30 16:45:06 2002 |
| 2 |
+++ CounterFile.pm Mon Apr 8 11:48:26 2002 |
2 |
+++ CounterFile.pm Fri May 16 15:23:52 2003 |
| 3 |
@@ -31,7 +31,7 @@ |
3 |
@@ -19,7 +19,7 @@ |
| 4 |
If the file name does not start with "/" or ".", then it is |
|
|
| 5 |
interpreted as a file relative to C<$File::CounterFile::DEFAULT_DIR>. |
| 6 |
The default value for this variable is initialized from the |
| 7 |
-environment variable C<TMPDIR>, or F</usr/tmp> is no environment |
| 8 |
+environment variable C<TMPDIR>, or F</var/tmp> is no environment |
| 9 |
variable is defined. You may want to assign a different value to this |
| 10 |
variable before creating counters. |
| 11 |
|
| 12 |
@@ -88,7 +88,7 @@ |
| 13 |
$DEFAULT_INITIAL = 0; # default initial counter value |
4 |
$DEFAULT_INITIAL = 0; # default initial counter value |
| 14 |
|
5 |
|
| 15 |
# default location for counter files |
6 |
# default location for counter files |
|
Lines 18-20
Link Here
|
| 18 |
|
9 |
|
| 19 |
# Experimental overloading. |
10 |
# Experimental overloading. |
| 20 |
use overload ('++' => \&inc, |
11 |
use overload ('++' => \&inc, |
|
|
12 |
@@ -205,7 +205,7 @@ |
| 13 |
If the file name does not start with "/" or ".", then it is |
| 14 |
interpreted as a file relative to C<$File::CounterFile::DEFAULT_DIR>. |
| 15 |
The default value for this variable is initialized from the |
| 16 |
-environment variable C<TMPDIR>, or F</usr/tmp> is no environment |
| 17 |
+environment variable C<TMPDIR>, or F</var/tmp> is no environment |
| 18 |
variable is defined. You may want to assign a different value to this |
| 19 |
variable before creating counters. |
| 20 |
|