Skip Menu |

This queue is for tickets about the NetApp CPAN distribution.

Report information
The Basics
Id: 85230
Status: new
Priority: 0/
Queue: NetApp

People
Owner: Nobody in particular
Requestors: mjkelly [...] ntlworld.com
Cc:
AdminCc:

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



Subject: Bug in Version.pm
Date: Mon, 13 May 2013 14:45:01 +0100
To: bug-NetApp [...] rt.cpan.org
From: Michael Kelly <mjkelly [...] ntlworld.com>
Filer 500.002 Connecting to a NetApp running Release 8+ in 7-Mode fails with an 'Invalid version string:" error. This is due to the fact that the release string contains an embedded space. I have implemented a local fix by changing line 43 from: m{ NetApp \s+ Release \s+ (\S+) : \s+ (.*) }gmx || to m{ NetApp \s+ Release \s+ (.+): \s+ (.+) }gmx || Regards, Michael.