Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Text-Markdown CPAN distribution.

Report information
The Basics
Id: 35846
Status: resolved
Priority: 0/
Queue: Text-Markdown

People
Owner: Nobody in particular
Requestors: joey [...] kitenet.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Use of uninitialized value within @alignments
I have a table that MultiMarkdown doesn't quite like: joey@kodama:~>cat foo | table | table | table | | | | | | a | b | c | joey@kodama:~>perl -e ' my $a=join("", <>); use Text::MultiMarkdown; print Text::MultiMarkdown::markdown($a, {use_metadata => 0})' < foo Use of uninitialized value within @alignments in pattern match (m//) at /usr/share/perl5/Text/MultiMarkdown.pm line 1026, <> line 3. (It correctly rendered the table aside from this uninitialised value warning.)
Thanks for the bug report. This still caused warnings in 1.0.20, but they were safe, therefore I have just suppressed them. This will be fixed in 1.0.21. Thanks for the bug report!
Thanks for the bug report. This still caused warnings in 1.0.20, but they were safe, therefore I have just suppressed them. This will be fixed in 1.0.21.
Thanks for the bug report. This still caused warnings in 1.0.20, but they were safe, therefore I have just suppressed them. This will be fixed in 1.0.21.