diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tie/Scalar.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Tie/Scalar.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tie/Scalar.pm b/Master/tlpkg/tlperl/lib/Tie/Scalar.pm index 50b97018ad1..62f89f88c88 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.04'; +our $VERSION = '1.05'; =head1 NAME @@ -82,7 +82,7 @@ C<< Tie::Scalar::STORE >> results in a (trappable) croak. And if you inherit from C<< Tie::Scalar >>, you I<must> provide either a C<< new >> or a C<< TIESCALAR >> method. -If you are looking for a class that does everything for you you don't +If you are looking for a class that does everything for you that you don't define yourself, use the C<< Tie::StdScalar >> class, not the C<< Tie::Scalar >> one. |