# New Ticket Created by Shea Levy # Please include the string: [perl #125223] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125223 > When built with gcc-5.1.0, Errno.pm doesn't define any errno constants. I believe this is because cc -E now outputs line breaks where it didn't before (see http://www.openldap.org/its/index.cgi/Build?id=8056;page=1 for the source of this guess). The attached patch fixes it for me, but I'm guessing it's not very portable.Thread Next