Skip Menu |

This queue is for tickets about the Errno-AnyString CPAN distribution.

Report information
The Basics
Id: 58608
Status: new
Priority: 0/
Queue: Errno-AnyString

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

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



Subject: works with POSIX::strerror()
Date: Wed, 23 Jun 2010 09:47:44 +1000
To: bug-Errno-AnyString [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
I was pleasantly surprised to see an errno registered with register_errstr() is recognised by POSIX::strerror(), and printed by POSIX::perror() -- due to them using $! rather than being C code. It could be good to note that in the Errno::AnyString docs as successful inter-operation :-).