Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Regexp-Grammars-1.032 v5.19.3 GNU/Linux
Date: 2013-08-29T00:50:57Z
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 Damian Conway,
This is a computer-generated report for Regexp-Grammars-1.032
on perl 5.19.3, 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 './Build test':
Module::Build will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at ./Build, line 40.
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 (eval 4) line 2.
# Failed test 'use Regexp::Grammars;'
# at t/00.load.t line 4.
# Tried to use 'Regexp::Grammars'.
# Error: Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
# BEGIN failed--compilation aborted at (eval 4) line 2.
# Testing Regexp::Grammars 1.032
# Looks like you failed 1 test of 1.
t/00.load.t .........................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 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 t/alias_literal.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/alias_literal.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/alias_literal.t ...................
Dubious, test returned 2 (wstat 512, 0x200)
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/aliased_subpatterns.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/aliased_subpatterns.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/aliased_subpatterns.t .............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/arg.t ............................. skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
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/autoflatten.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/autoflatten.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/autoflatten.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
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/backref.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/backref.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/backref.t .........................
Dubious, test returned 2 (wstat 512, 0x200)
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/backref_ARG.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/backref_ARG.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/backref_ARG.t .....................
Dubious, test returned 2 (wstat 512, 0x200)
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/charnames.t line 5.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/charnames.t line 5.
# Looks like your test exited with 2 before it could output anything.
t/charnames.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/charset.t ......................... skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
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/class_accessor.t line 17.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/class_accessor.t line 17.
# Looks like your test exited with 2 before it could output anything.
t/class_accessor.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
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 t/comment.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/comment.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/comment.t .........................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/data_structure.t .................. skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
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/error.t line 8.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/error.t line 8.
# Looks like your test exited with 2 before it could output anything.
t/error.t ...........................
Dubious, test returned 2 (wstat 512, 0x200)
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/error_non_backtracking.t line 8.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/error_non_backtracking.t line 8.
# Looks like your test exited with 2 before it could output anything.
t/error_non_backtracking.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
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/error_non_hash_based.t line 8.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/error_non_hash_based.t line 8.
# Looks like your test exited with 2 before it could output anything.
t/error_non_hash_based.t ............
Dubious, test returned 2 (wstat 512, 0x200)
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/error_translate.t line 32.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/error_translate.t line 32.
# Looks like your test exited with 2 before it could output anything.
t/error_translate.t .................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/fatal.t ........................... skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
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/fwdref.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/fwdref.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/fwdref.t ..........................
Dubious, test returned 2 (wstat 512, 0x200)
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/grammar.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/grammar.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/grammar.t .........................
Dubious, test returned 2 (wstat 512, 0x200)
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/grammar_polymorphism.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/grammar_polymorphism.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/grammar_polymorphism.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/hash.t ............................ skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
t/hash_redef.t ...................... skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
t/hash_redef_local.t ................ skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
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/inline_computation.t line 9.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/inline_computation.t line 9.
# Looks like your test exited with 2 before it could output anything.
t/inline_computation.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
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/inline_computation_handler.t line 38.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/inline_computation_handler.t line 38.
# Looks like your test exited with 2 before it could output anything.
t/inline_computation_handler.t ......
Dubious, test returned 2 (wstat 512, 0x200)
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/inline_computation_obj_handler.t line 38.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/inline_computation_obj_handler.t line 38.
# Looks like your test exited with 2 before it could output anything.
t/inline_computation_obj_handler.t ..
Dubious, test returned 2 (wstat 512, 0x200)
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/local_ws.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/local_ws.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/local_ws.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
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/lookaheads.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/lookaheads.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/lookaheads.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
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/matchline.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/matchline.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/matchline.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
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/matchpos.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/matchpos.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/matchpos.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
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/minimize_bug.t line 3.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/minimize_bug.t line 3.
t/minimize_bug.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
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/moose.t line 29.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/moose.t line 29.
# Looks like your test exited with 2 before it could output anything.
t/moose.t ...........................
Dubious, test returned 2 (wstat 512, 0x200)
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/neg_lookahead.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/neg_lookahead.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/neg_lookahead.t ...................
Dubious, test returned 2 (wstat 512, 0x200)
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/new.t line 17.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/new.t line 17.
# Looks like your test exited with 2 before it could output anything.
t/new.t .............................
Dubious, test returned 2 (wstat 512, 0x200)
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 t/new_init.t line 45.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/new_init.t line 45.
# Looks like your test exited with 2 before it could output anything.
t/new_init.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
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 t/new_init_autoload.t line 39.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/new_init_autoload.t line 39.
# Looks like your test exited with 2 before it could output anything.
t/new_init_autoload.t ...............
Dubious, test returned 2 (wstat 512, 0x200)
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 t/new_init_limited_autoload.t line 42.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/new_init_limited_autoload.t line 42.
# Looks like your test exited with 2 before it could output anything.
t/new_init_limited_autoload.t .......
Dubious, test returned 2 (wstat 512, 0x200)
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 t/new_init_limited_autoload_warn.t line 42.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/new_init_limited_autoload_warn.t line 42.
# Looks like your test exited with 2 before it could output anything.
t/new_init_limited_autoload_warn.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/no_context.t ...................... skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
t/no_context_counterlocal.t ......... skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
t/no_context_local.t ................ skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
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/obj_rename.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/obj_rename.t line 7.
t/obj_rename.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/pod.t ............................. ok
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/repop_ws.t line 4.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/repop_ws.t line 4.
t/repop_ws.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/seplist.t .........................
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_0.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_0.t line 7.
t/seplist_countedhash_0.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_0_.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_0_.t line 7.
t/seplist_countedhash_0_.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_0_1.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_0_1.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/seplist_countedhash_0_1.t .........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_0_N.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_0_N.t line 7.
t/seplist_countedhash_0_N.t .........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_1.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_1.t line 7.
t/seplist_countedhash_1.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_1_.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_1_.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/seplist_countedhash_1_.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_1_N.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_1_N.t line 7.
t/seplist_countedhash_1_N.t .........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_M_.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_M_.t line 7.
t/seplist_countedhash_M_.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_M_N.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_M_N.t line 7.
t/seplist_countedhash_M_N.t .........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_countedhash_N.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_countedhash_N.t line 7.
t/seplist_countedhash_N.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_greediness.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_greediness.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/seplist_greediness.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_plushash.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_plushash.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/seplist_plushash.t ................
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_questionmark.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_questionmark.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/seplist_questionmark.t ............
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_rawhash.t line 6.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_rawhash.t line 6.
# Looks like your test exited with 2 before it could output anything.
t/seplist_rawhash.t .................
Dubious, test returned 2 (wstat 512, 0x200)
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/seplist_starhash.t line 7.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/seplist_starhash.t line 7.
t/seplist_starhash.t ................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/timeout.t ......................... skipped: This feature of Regexp::Grammars known to be incompatible with 5.18
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/top_is_token.t line 4.
Can't locate Lexical/Var.pm in @INC (you may need to install the Lexical::Var module) (@INC contains: /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/arch /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3 /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3 .) at /tmp/loop_over_bdir-30866-ULb4dv/Regexp-Grammars-1.032-M9MO8f/blib/lib/Regexp/Grammars.pm line 91.
BEGIN failed--compilation aborted at t/top_is_token.t line 4.
# Looks like your test exited with 2 before it could output anything.
t/top_is_token.t ....................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/00.load.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/alias_literal.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/aliased_subpatterns.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/autoflatten.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/backref.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/backref_ARG.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/charnames.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/class_accessor.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/comment.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/error.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/error_non_backtracking.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/error_non_hash_based.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/error_translate.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/fwdref.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/grammar.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/grammar_polymorphism.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/inline_computation.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/inline_computation_handler.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/inline_computation_obj_handler.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/local_ws.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/lookaheads.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/matchline.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/matchpos.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/minimize_bug.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/moose.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/neg_lookahead.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/new.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/new_init.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/new_init_autoload.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/new_init_limited_autoload.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/new_init_limited_autoload_warn.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/obj_rename.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/repop_ws.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_0.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_0_.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_0_1.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_0_N.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_1.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_1_.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_1_N.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_M_.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_M_N.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_countedhash_N.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_greediness.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_plushash.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_questionmark.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_rawhash.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/seplist_starhash.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/top_is_token.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=62, Tests=3, 4 wallclock secs ( 0.15 usr 0.03 sys + 2.29 cusr 0.18 csys = 2.65 CPU)
Result: FAIL
Failed 50/62 test programs. 1/3 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ------- --------
perl v5.10.0 5.019003
Test::More 0 0.98
version 0 0.9903
configure_requires:
Module Need Have
------------------- ------- --------
ExtUtils::MakeMaker 0 6.74
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LANGUAGE = en_US:en
PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 21364
PERL5_CPAN_IS_RUNNING = 21364
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.00
CPAN::Meta 2.132140
Cwd 3.44
ExtUtils::CBuilder 0.280210
ExtUtils::Command 1.17
ExtUtils::Install 1.60
ExtUtils::MakeMaker 6.74
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.21
File::Spec 3.44
JSON 2.59
JSON::PP 2.27202
Module::Build 0.4007
Module::Signature 0.73
Parse::CPAN::Meta 1.4405
Test::Harness 3.28
Test::More 0.98
YAML 0.84
YAML::Syck 1.27
version 0.9903
--
Summary of my perl5 (revision 5 version 19 subversion 3) configuration:
Commit id: f865d60069cbf2222595cce29bf98f8f1b6703ec
Platform:
osname=linux, osvers=3.9-1-amd64, archname=x86_64-linux
uname='linux k83 3.9-1-amd64 #1 smp debian 3.9.8-1 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.8.1', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.17'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
PERL_USE_DEVEL USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Aug 20 2013 18:36:39
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="21364"
PERL5_CPAN_IS_RUNNING="21364"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/site_perl/5.19.3
/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/v5.19.3/165a/lib/5.19.3
.