bradchoate / text-textile

Text::Textile -- Perl module for handling Textile format
20 stars 11 forks source link

removed a warning #2

Closed domm closed 12 years ago

domm commented 13 years ago

Hi!

Rendering an image sometimes caused warnings: Use of uninitialized value $w in string eq at /home/domm/perl/other/text-textile/lib/Text/Textile.pm line 1559. Use of uninitialized value $h in string eq at /home/domm/perl/other/text-textile/lib/Text/Textile.pm line 1560.

My first commit adds a rather simple test to render an image which shows the warnings The second commit fixes the code that causes the warning.

Please apply if you like it...