Skip Menu |

This queue is for tickets about the IO-stringy CPAN distribution.

Report information
The Basics
Id: 42342
Status: resolved
Priority: 0/
Queue: IO-stringy

People
Owner: Nobody in particular
Requestors: shawn.c.carroll [...] gmail.com
Cc:
AdminCc:

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



Subject: Conflict w/ use version and IO::Scalar et al
When we started using the version pragma we starting seeing errors relating to version numbers in IO::Scalar. There is a space after the VERSION number that is causing version.pm to complain of invalid data. In a future release, can the space be removed? Test: #!/usr/bin/perl use strict; use warnings; use version; use IO::Scalar 1.117; use IO::ScalarArray 1.114; use IO::Lines 1.108; $ t.pl Version string '2.105 ' contains invalid data; ignoring: ' ' at use.pl line 30. Version string '2.103 ' contains invalid data; ignoring: ' ' at use.pl line 31. Version string '2.103 ' contains invalid data; ignoring: ' ' at use.pl line 32.
Subject: Re: [rt.cpan.org #42342] Conflict w/ use version and IO::Scalar et al
Date: Mon, 12 Jan 2009 14:24:16 -0500
To: bug-IO-stringy [...] rt.cpan.org
From: "David F. Skoll" <dfs [...] roaringpenguin.com>
Shawn C Carroll via RT wrote: Show quoted text
> Broken in: 2.110
Are you sure this is broken in 2.110? Your test reports 2.105 and 2.103. Glancing over the 2.110 source code, I don't see any extraneous spaces. Regards, David.
Crap, I didn't check the latest, my mistake. It was last present in IO::Stringy 2.109. Pls close this ticket.
Resolved per last reply: Problem is no longer present in 2.110.