Skip Menu |

This queue is for tickets about the Regexp-Debugger CPAN distribution.

Report information
The Basics
Id: 86920
Status: resolved
Priority: 0/
Queue: Regexp-Debugger

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

Bug Information
Severity: Normal
Broken in: 0.001013
Fixed in: (no value)



Subject: "Smartmatch is experimental" warnings under Perl 5.18.0
I'm getting two "Smartmatch is experimental" warnings: Smartmatch is experimental at /Users/ken/perl5/perlbrew/perls/perl-5.18.0t/lib/site_perl/5.18.0/Regexp/Debugger.pm line 219. Smartmatch is experimental at /Users/ken/perl5/perlbrew/perls/perl-5.18.0t/lib/site_perl/5.18.0/Regexp/Debugger.pm line 2350. Using: Perl 5.18.0 From cpan: Regexp::Debugger is up to date (0.001013). This is a known issue documented in perl5180delta: "New mechanism for experimental features" (http://perldoc.perl.org/perl5180delta.html#New-mechanism-for-experimental-features) Add this line to suppress warning messages: no if $] >= 5.018, warnings => "experimental::smartmatch"; Thanks, Ken.
Subject: Re: [rt.cpan.org #86920] "Smartmatch is experimental" warnings under Perl 5.18.0
Date: Sun, 14 Jul 2013 21:42:47 +0400
To: bug-Regexp-Debugger [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Much appreciated, Ken. Patch applied. Damian
On Sun Jul 14 13:43:41 2013, damian@conway.org wrote: Show quoted text
> Much appreciated, Ken. > > Patch applied. > > Damian
Thanks for the speedy response. I installed and used the new version (0.001014) without incident. Cheers, Ken.