Subject: | Tk::HyperText - documentation suggestion/minor bug? |
Date: | Fri, 08 May 2009 09:42:32 +0100 |
To: | bug-Tk-HyperText [...] rt.cpan.org |
From: | Neil Hughes <nkhughes [...] inbox.com> |
Version: 0.06
Platform: Win32
Perl: ActivePerl: 5.8.9 Build 825
If you don't specify the "bgcolor" and "text" attributes in the <body>
tag you get the following warning:
Use of uninitialized value in length at <path to perl>/Tk/HyperText.pm
line xxx
where xxx = 451 for "bgcolor" and 453 for "text". You can replicate this
using the code example shown on CPAN, which has no "text" attribute.