diff options
Diffstat (limited to 'lib/Tie/Scalar.pm')
-rw-r--r-- | lib/Tie/Scalar.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Tie/Scalar.pm b/lib/Tie/Scalar.pm index 24e4ae79c3..48bd9ac6e9 100644 --- a/lib/Tie/Scalar.pm +++ b/lib/Tie/Scalar.pm @@ -22,7 +22,8 @@ Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars @ISA = qw(Tie::StdScalar); - # All methods provided by default, so define only what needs be overridden + # All methods provided by default, so define + # only what needs be overridden sub FETCH { ... } |