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.