Skip Menu |

This queue is for tickets about the Lingua-Boolean-Tiny CPAN distribution.

Report information
The Basics
Id: 97328
Status: resolved
Priority: 0/
Queue: Lingua-Boolean-Tiny

People
Owner: perl [...] toby.ink
Requestors: djerius [...] cpan.org
Cc:
AdminCc:

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



Subject: Please silence "Smartmatch is experimental" warning under 5.18.2
I'm getting the following under 5.18.2: % perl -MLingua::Boolean::Tiny Smartmatch is experimental at (eval 2) line 6. As warnings are lexically scoped I don't think I can silence that outside of taking a crowbar to Lingua::Boolean::Tiny. Thanks, Diab
Show quoted text
> As warnings are lexically scoped I don't think I can silence that > outside of taking a crowbar to Lingua::Boolean::Tiny.
Well, you can define a $SIG{__WARN__} before loading it, though that's fairly ugly.
Subject: Re: [rt.cpan.org #97328] Please silence "Smartmatch is experimental" warning under 5.18.2
Date: Fri, 18 Jul 2014 09:44:52 -0400
To: bug-Lingua-Boolean-Tiny [...] rt.cpan.org
From: Diab Jerius <djerius [...] cpan.org>
On Fri, Jul 18, 2014 at 7:17 AM, Toby Inkster via RT <bug-Lingua-Boolean-Tiny@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=97328 > >
>> As warnings are lexically scoped I don't think I can silence that >> outside of taking a crowbar to Lingua::Boolean::Tiny.
> > Well, you can define a $SIG{__WARN__} before loading it, though that's fairly ugly.
Hadn't thought of that approach. More civilized than a crowbar.
Patched on github. I'll try to release a new version tonight.
On Wed Jul 23 09:07:29 2014, TOBYINK wrote: Show quoted text
> Patched on github. I'll try to release a new version tonight.
thanks much!
0.007 is now on CPAN.