Back
From: metabase:user:838e5b0a-2bb6-1016-a696-43a2537fa0c6
Subject: FAIL Perl6-Pod-0.60 v5.18.1
Date: 2013-11-13T15:05:22Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Zahatski Aliaksandr,
This is a computer-generated report for Perl6-Pod-0.60
on perl 5.18.1, created by CPAN-Reporter-1.2010.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'C:\strawberry\perl\bin\perl.exe ./Build test':
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 24.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Grammars.pm line 38.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 102.
Eval-group not allowed at runtime, use re 'eval' in regex m/(?{; *Regexp::Grammars::LOGFILE
= Regexp::Grammars::_open_log('>>','-'); })((?{; @! = () if !.../ at (eval 23) line 798.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Block/code.pm line 39.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Block/code.pm line 39.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl/Context.pm line 8.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl/Context.pm line 8.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/To.pm line 32.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/To.pm line 32.
Compilation failed in require at (eval 2) line 2.
...propagated at C:/strawberry/perl/lib/base.pm line 84.
BEGIN failed--compilation aborted at t\00-attr.t line 10.
t\00-attr.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 24.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Grammars.pm line 38.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 102.
Eval-group not allowed at runtime, use re 'eval' in regex m/(?{; *Regexp::Grammars::LOGFILE
= Regexp::Grammars::_open_log('>>','-'); })((?{; @! = () if !.../ at (eval 14) line 798.
Compilation failed in require at t\01-parser.t line 12.
BEGIN failed--compilation aborted at t\01-parser.t line 12.
t\01-parser.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 24.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Grammars.pm line 38.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 102.
Eval-group not allowed at runtime, use re 'eval' in regex m/(?{; *Regexp::Grammars::LOGFILE
= Regexp::Grammars::_open_log('>>','-'); })((?{; @! = () if !.../ at (eval 15) line 798.
Compilation failed in require at t\02.reg.t line 90.
BEGIN failed--compilation aborted at t\02.reg.t line 90.
t\02.reg.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 13/13 subtests
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 24.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Grammars.pm line 38.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 102.
Eval-group not allowed at runtime, use re 'eval' in regex m/(?{; *Regexp::Grammars::LOGFILE
= Regexp::Grammars::_open_log('>>','-'); })((?{; @! = () if !.../ at (eval 23) line 798.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Block/code.pm line 39.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Block/code.pm line 39.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl/Context.pm line 8.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl/Context.pm line 8.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/To.pm line 32.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/To.pm line 32.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Test.pm line 4.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Test.pm line 4.
Compilation failed in require at t/lib/TBase.pm line 10.
BEGIN failed--compilation aborted at t/lib/TBase.pm line 10.
Compilation failed in require at (eval 6) line 2.
...propagated at C:/strawberry/perl/lib/base.pm line 84.
BEGIN failed--compilation aborted at t/lib/T/Block/code.pm line 14.
Compilation failed in require at t\04_Blocks.t line 9.
BEGIN failed--compilation aborted at t\04_Blocks.t line 9.
t\04_Blocks.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at t\05-formatcodes.t line 14.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Grammars.pm line 38.
Eval-group not allowed at runtime, use re 'eval' in regex m/(?{; *Regexp::Grammars::LOGFILE
= Regexp::Grammars::_open_log('>>','-'); })((?{; @! = () if !.../ at (eval 11) line 907.
t\05-formatcodes.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 16/16 subtests
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 24.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Grammars.pm line 38.
Warning: Regexp::Grammars is currently unsupported under Perl 5.18.
Perl 5.18 changed how 'qr' constant overloadings are parsed and the
scope in which they are subsequently compiled. This change currently
make it impossible to reliably create 'qr' overloadings that inject
code blocks into a regex, as it prevents the overloaded regexes from
compiling properly in many cases, even with an explicit 'use re
"eval"' in scope.
These problems have been reported, and the brave volunteers of P5P are
currently working on fixes. However, these will not be available until
at least 5.18.2.
Because Regexp::Grammars relies on 'qr' overloads to inject code blocks
into regexes, the module is curently not compatible with Perl 5.18. It
may continue to work in some limited cases, but is no longer reliable.
At present, if you rely on Regexp::Grammars for your parsing needs, your
alternatives are either not to upgrade to Perl 5.18, to livce with the
problems until they are resolved (in Perl 5.18.2, we hope), or else to
consider switching to another parsing system, such as Marpa.
We deeply regret that Regexp::Grammars cannot currently be maintained
completelt due to these backwards-incompatible changes and bugs in
Perl 5.18.
at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl.pm line 102.
Eval-group not allowed at runtime, use re 'eval' in regex m/(?{; *Regexp::Grammars::LOGFILE
= Regexp::Grammars::_open_log('>>','-'); })((?{; @! = () if !.../ at (eval 22) line 798.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Block/code.pm line 39.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Block/code.pm line 39.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl/Context.pm line 8.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/Utl/Context.pm line 8.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/To.pm line 32.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/To.pm line 32.
Compilation failed in require at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/To/XHTML.pm line 46.
BEGIN failed--compilation aborted at C:\strawberry\cpan\build\Perl6-Pod-0.60-PIIu7h\blib\lib/Perl6/Pod/To/XHTML.pm line 46.
Compilation failed in require at t/lib/T/FormattingCode/A.pm line 12.
BEGIN failed--compilation aborted at t/lib/T/FormattingCode/A.pm line 12.
Compilation failed in require at t\05_FormattingCodes.t line 9.
BEGIN failed--compilation aborted at t\05_FormattingCodes.t line 9.
t\05_FormattingCodes.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Test Summary Report
-------------------
t\00-attr.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t\01-parser.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
t\02.reg.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 13 tests but ran 0.
t\04_Blocks.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t\05-formatcodes.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 16 tests but ran 0.
t\05_FormattingCodes.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=6, Tests=0, 2 wallclock secs ( 0.08 usr + 0.08 sys = 0.16 CPU)
Result: FAIL
Failed 6/6 test programs. 0/0 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------------- ----- ------
Encode 0 2.55
Filter::Simple 0 0.89
Getopt::Long 0 2.42
Pod::Usage 0 1.63
Regexp::Grammars 1.021 1.033
Test::Class 0 0.40
Tie::UnionHash 0.02 0.02
XML::Flow 0 0.86
configure_requires:
Module Need Have
---------------- ----- ------
Module::Build 0.38 0.4007
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\Windows\system32\cmd.exe
LD_LIBRARY_PATH = /usr/lib/x86:/usr/X11R6/lib
NUMBER_OF_PROCESSORS = 8
PATH = C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Dell\SysMgt\RAC5;C:\Program Files (x86)\Dell\SysMgt\oma\bin;C:\RV\BIN;C:\Program Files (x86)\GnuWin32\bin;C:\Windows\System32\Windows System Resource Manager\bin;C:\Windows\SUA\common\;C:\Windows\SUA\usr\lib\;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
PERL5LIB = C:\strawberry\cpan\build\Regexp-Grammars-1.033-awwDgQ/blib/arch;C:\strawberry\cpan\build\Regexp-Grammars-1.033-awwDgQ/blib/lib;C:\strawberry\cpan\build\Lexical-Var-0.009-t69BUa/blib/arch;C:\strawberry\cpan\build\Lexical-Var-0.009-t69BUa/blib/lib;C:\strawberry\cpan\build\Lexical-SealRequireHints-0.007-SwDGvU/blib/arch;C:\strawberry\cpan\build\Lexical-SealRequireHints-0.007-SwDGvU/blib/lib;C:\strawberry\cpan\build\Tie-UnionHash-0.02-GPEUNW/blib/arch;C:\strawberry\cpan\build\Tie-UnionHash-0.02-GPEUNW/blib/lib;C:\strawberry\cpan\build\XML-Flow-0.86-uig2Jl/blib/arch;C:\strawberry\cpan\build\XML-Flow-0.86-uig2Jl/blib/lib;C:\strawberry\cpan\build\XML-Writer-0.623-b2C1ol/blib/arch;C:\strawberry\cpan\build\XML-Writer-0.623-b2C1ol/blib/lib;C:\strawberry\cpan\build\Test-Class-0.40-cwIS29/blib/arch;C:\strawberry\cpan\build\Test-Class-0.40-cwIS29/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 4292
PERL5_CPAN_IS_RUNNING = 4292
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 6548,4292
PERL_CR_SMOKER_CURRENT = Perl6-Pod-0.60
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_JSON_BACKEND = JSON::XS
PERL_MM_USE_DEFAULT = 1
PERL_YAML_BACKEND = YAML
PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
TEMP = C:\Users\SOLIMA~1\AppData\Local\Temp
TERM = dumb
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = Win2008
Win32::GetOSVersion = , 6, 1, 7600, 2, 0, 0, 272, 3
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.00
CPAN::Meta 2.132661
Cwd 3.40
ExtUtils::CBuilder 0.280212
ExtUtils::Command 1.18
ExtUtils::Install 1.59
ExtUtils::MakeMaker 6.78
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.22
File::Spec 3.40
JSON 2.59
JSON::PP 2.27202
Module::Build 0.4007
Module::Signature n/a
Parse::CPAN::Meta 1.4409
Test::Harness 3.28
Test::More 0.98
YAML 0.84
YAML::Syck n/a
version 0.9904
--
Summary of my perl5 (revision 5 version 18 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x64-multi-thread
uname='Win32 strawberry-perl 5.18.1.1 #1 Tue Aug 13 17:18:28 2013 x64'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.7.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
libpth=C:\strawberry\c\lib C:\strawberry\c\x86_64-w64-mingw32\lib
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl518.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_SAWAMPERSAND
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at Aug 13 2013 17:23:34
%ENV:
PERL5LIB="C:\strawberry\cpan\build\Regexp-Grammars-1.033-awwDgQ/blib/arch;C:\strawberry\cpan\build\Regexp-Grammars-1.033-awwDgQ/blib/lib;C:\strawberry\cpan\build\Lexical-Var-0.009-t69BUa/blib/arch;C:\strawberry\cpan\build\Lexical-Var-0.009-t69BUa/blib/lib;C:\strawberry\cpan\build\Lexical-SealRequireHints-0.007-SwDGvU/blib/arch;C:\strawberry\cpan\build\Lexical-SealRequireHints-0.007-SwDGvU/blib/lib;C:\strawberry\cpan\build\Tie-UnionHash-0.02-GPEUNW/blib/arch;C:\strawberry\cpan\build\Tie-UnionHash-0.02-GPEUNW/blib/lib;C:\strawberry\cpan\build\XML-Flow-0.86-uig2Jl/blib/arch;C:\strawberry\cpan\build\XML-Flow-0.86-uig2Jl/blib/lib;C:\strawberry\cpan\build\XML-Writer-0.623-b2C1ol/blib/arch;C:\strawberry\cpan\build\XML-Writer-0.623-b2C1ol/blib/lib;C:\strawberry\cpan\build\Test-Class-0.40-cwIS29/blib/arch;C:\strawberry\cpan\build\Test-Class-0.40-cwIS29/blib/lib"
PERL5_CPANPLUS_IS_RUNNING="4292"
PERL5_CPAN_IS_RUNNING="4292"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="6548,4292"
PERL_CR_SMOKER_CURRENT="Perl6-Pod-0.60"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_JSON_BACKEND="JSON::XS"
PERL_MM_USE_DEFAULT="1"
PERL_YAML_BACKEND="YAML"
@INC:
C:\strawberry\cpan\build\Regexp-Grammars-1.033-awwDgQ/blib/arch
C:\strawberry\cpan\build\Regexp-Grammars-1.033-awwDgQ/blib/lib
C:\strawberry\cpan\build\Lexical-Var-0.009-t69BUa/blib/arch
C:\strawberry\cpan\build\Lexical-Var-0.009-t69BUa/blib/lib
C:\strawberry\cpan\build\Lexical-SealRequireHints-0.007-SwDGvU/blib/arch
C:\strawberry\cpan\build\Lexical-SealRequireHints-0.007-SwDGvU/blib/lib
C:\strawberry\cpan\build\Tie-UnionHash-0.02-GPEUNW/blib/arch
C:\strawberry\cpan\build\Tie-UnionHash-0.02-GPEUNW/blib/lib
C:\strawberry\cpan\build\XML-Flow-0.86-uig2Jl/blib/arch
C:\strawberry\cpan\build\XML-Flow-0.86-uig2Jl/blib/lib
C:\strawberry\cpan\build\XML-Writer-0.623-b2C1ol/blib/arch
C:\strawberry\cpan\build\XML-Writer-0.623-b2C1ol/blib/lib
C:\strawberry\cpan\build\Test-Class-0.40-cwIS29/blib/arch
C:\strawberry\cpan\build\Test-Class-0.40-cwIS29/blib/lib
C:/strawberry/perl/site/lib
C:/strawberry/perl/vendor/lib
C:/strawberry/perl/lib
.