diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Log/Message/Handlers.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Log/Message/Handlers.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Log/Message/Handlers.pm b/Master/tlpkg/tlperl/lib/Log/Message/Handlers.pm index c7c35c6e389..366c03ad018 100644 --- a/Master/tlpkg/tlperl/lib/Log/Message/Handlers.pm +++ b/Master/tlpkg/tlperl/lib/Log/Message/Handlers.pm @@ -1,5 +1,8 @@ package Log::Message::Handlers; use strict; +use vars qw[$VERSION]; + +$VERSION = '0.04'; =pod @@ -111,7 +114,7 @@ sub warn { warn shift->message; } =head2 trace Will provide a traceback of this error item back to the first one that -occurrent, clucking with every item as it comes across it. +occurred, clucking with every item as it comes across it. =cut |