diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tie/Scalar.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Tie/Scalar.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tie/Scalar.pm b/Master/tlpkg/tlperl/lib/Tie/Scalar.pm index 24e4ae79c3c..b56ac9abd88 100644 --- a/Master/tlpkg/tlperl/lib/Tie/Scalar.pm +++ b/Master/tlpkg/tlperl/lib/Tie/Scalar.pm @@ -1,6 +1,6 @@ package Tie::Scalar; -our $VERSION = '1.02'; +our $VERSION = '1.03'; =head1 NAME @@ -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 { ... } |