Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the POD2-RU CPAN distribution.

Report information
The Basics
Id: 99818
Status: open
Priority: 0/
Queue: POD2-RU

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Pod test fails
While running "make test", the following test errors are listed: # Failed test 'POD test for blib/lib/POD2/RU/perlretut.pod' # at /usr/perl5.20.1/lib/site_perl/5.20.1/Test/Pod.pm line 186. # blib/lib/POD2/RU/perlretut.pod (645): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (649): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (653): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (659): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (664): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (669): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (673): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (679): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (684): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (1252): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (1257): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (1262): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (1267): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (1271): Expected text after =item, not a number # blib/lib/POD2/RU/perlretut.pod (1276): Expected text after =item, not a number # Looks like you failed 1 test of 21. t/01pod.t ...
Please don't run pod tests during normal user installs. Move the test to xt/, or guard it with: plan skip_all => 'these tests are for authors only!' unless $ENV{AUTHOR_TESTING};
From: mi [...] ya.ru
Thanks, I moved all authors test to xt directory, done Вск Окт 26 10:52:16 2014, SREZIC писал: Show quoted text
> While running "make test", the following test errors are listed: > > # Failed test 'POD test for blib/lib/POD2/RU/perlretut.pod' > # at /usr/perl5.20.1/lib/site_perl/5.20.1/Test/Pod.pm line 186. > # blib/lib/POD2/RU/perlretut.pod (645): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (649): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (653): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (659): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (664): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (669): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (673): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (679): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (684): Expected text after =item, not > a number > # blib/lib/POD2/RU/perlretut.pod (1252): Expected text after =item, > not a number > # blib/lib/POD2/RU/perlretut.pod (1257): Expected text after =item, > not a number > # blib/lib/POD2/RU/perlretut.pod (1262): Expected text after =item, > not a number > # blib/lib/POD2/RU/perlretut.pod (1267): Expected text after =item, > not a number > # blib/lib/POD2/RU/perlretut.pod (1271): Expected text after =item, > not a number > # blib/lib/POD2/RU/perlretut.pod (1276): Expected text after =item, > not a number > # Looks like you failed 1 test of 21. > t/01pod.t ...