summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Log/Message/Item.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Log/Message/Item.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Log/Message/Item.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Log/Message/Item.pm b/Master/tlpkg/tlperl/lib/Log/Message/Item.pm
index 85ae6fc6003..918a366e8c6 100644
--- a/Master/tlpkg/tlperl/lib/Log/Message/Item.pm
+++ b/Master/tlpkg/tlperl/lib/Log/Message/Item.pm
@@ -1,6 +1,7 @@
package Log::Message::Item;
use strict;
+use vars qw[$VERSION];
use Params::Check qw[check];
use Log::Message::Handlers;
@@ -10,7 +11,7 @@ use Carp ();
BEGIN {
use vars qw[$AUTOLOAD $VERSION];
- $VERSION = $Log::Message::VERSION;
+ $VERSION = '0.04';
}
### create a new item.
@@ -88,7 +89,7 @@ Log::Message::Item - Message objects for Log::Message
$item->remove; # delete the item from the stack it was on
# Besides these methods, you can also call the handlers on
- # the object specificallly.
+ # the object specifically.
# See the Log::Message::Handlers manpage for documentation on what
# handlers are available by default and how to add your own