Skip Menu |

This queue is for tickets about the Data-ShowTable CPAN distribution.

Report information
The Basics
Id: 6547
Status: resolved
Priority: 0/
Queue: Data-ShowTable

People
Owner: Nobody in particular
Requestors: joe_gilligan [...] mtf.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in:
  • 4.1
  • 4.2
  • 4.3



Subject: Missing ">" in nested statement (line 724)
Simple bug which some syntax processors might skip or forgive. Performing the following steps to get error 1. downloaded from /languages/perl/CPAN/modules/by-module/Data/Data-ShowTable-3.3.tar.gz 2. gzip -dc Data-ShowTable-3.3.tar.gz | tar -xvf - 3. perl Makefile.PL (ok) 4. make - failed /usr/bin/perl -I/usr/lib/perl5/5.6.1/i386-linux -I/usr/lib/perl5/5.6.1 -MExtUtils::MakeMaker -e "MY->fixin(shift)" blib/script/showtable Manifying blib/man3/Data::ShowTable.3pm *** ERROR: unterminated I<...> at line 724 in file ShowTable.pm *** ERROR: unterminated I<...> at line 724 in file ShowTable.pm Manifying blib/man1/showtable.1 Correction 724c724 OLD: < [, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ]; --- NEW: > [, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ];

Message body is not shown because it is too large.

Fixed since 4.1.