bradchoate / text-textile

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

"Use of uninitialized value" warning for images #6

Closed bloonix closed 10 years ago

bloonix commented 11 years ago

perl -e 'use Text::Textile qw(textile); print textile("!/path/to/image!")' Use of uninitialized value $w in string eq at /usr/share/perl5/Text/Textile.pm line 1557. Use of uninitialized value $h in string eq at /usr/share/perl5/Text/Textile.pm line 1558.

Nothing more to say.

bradchoate commented 10 years ago

Can no longer reproduce this.