Skip Menu |

This queue is for tickets about the Clipboard CPAN distribution.

Report information
The Basics
Id: 108009
Status: open
Priority: 0/
Queue: Clipboard

People
Owner: Nobody in particular
Requestors: tniles09 [...] gmail.com
Cc:
AdminCc:

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



Subject: xclip stream IO error
Date: Tue, 27 Oct 2015 12:46:30 -0700
To: bug-Clipboard [...] rt.cpan.org
From: Tyler Niles <tniles09 [...] gmail.com>
I see you already have a bug open to remove the xclip dependency... thumbs up for that one! In the meantime, I have seen this error trying a simple example from the man page: Error closing `|xclip -i -selection primary`: at /usr/local/share/perl5/Clipboard/Xclip.pm line 14. code snippet: Use Clipboard; Clipboard->copy('foo'); My application is running on an apache webserver on centos 6. I see this error when clicking on the link which runs this snippet, landing me at a empty page (header is "Software Error", then the above error is displayed, and a message saying to contact the webmaster (me)).
On Tue Oct 27 15:46:46 2015, tniles09@gmail.com wrote: Show quoted text
> I see you already have a bug open to remove the xclip dependency... thumbs > up for that one! > > In the meantime, I have seen this error trying a simple example from the > man page: > > Error closing `|xclip -i -selection primary`: at > /usr/local/share/perl5/Clipboard/Xclip.pm line 14. > > code snippet: > > Use Clipboard; > > Clipboard->copy('foo'); > > My application is running on an apache webserver on centos 6. I see this > error when clicking on the link which runs this snippet, landing me at a > empty page (header is "Software Error", then the above error is displayed, > and a message saying to contact the webmaster (me)).
Can this issue still be reproduced?