Skip Menu |

This queue is for tickets about the Map-Tube CPAN distribution.

Report information
The Basics
Id: 107785
Status: resolved
Priority: 0/
Queue: Map-Tube

People
Owner: MANWAR [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 3.01
  • 3.02
  • 3.03
  • 3.04
  • 3.05
Fixed in: 3.06



Subject: overload 1.07 needed?
Since Map::Tube 3.01 a minimum overload version of 1.07 is required. This effectively means that Map::Tube is not usable anymore with perl 5.10.0 and less, as overload is not a dual-life module and cannot be upgraded. Is there a reason for the explicit minimum version? If not, then I recommend to change it again to overload=>0. It's better to _not_ specify a minimum version, unless there's really a reason. Same for the other minimum versions.
Hi Slaven, Thanks for reporting the issue, much appreciated. There was no reason for explicit minimum version for 'overload'. I just did it without realizing the impact of it. My apology. I will get that removed in the next release sometimes today. Many Thanks. Best Regards, Mohammad S Anwar
Hi Slaven, I have patched the code as promised. Please review it. https://github.com/Manwar/Map-Tube https://metacpan.org/release/MANWAR/Map-Tube-3.06 Many Thanks. Best Regards, Mohammad S Anwar
On 2015-10-15 06:59:29, MANWAR wrote: Show quoted text
> Hi Slaven, > > I have patched the code as promised. Please review it. > > https://github.com/Manwar/Map-Tube > https://metacpan.org/release/MANWAR/Map-Tube-3.06
Everything's green again, including the 5.8 build: https://travis-ci.org/eserte/Map-Tube-Berlin/builds/85606550 Thanks!