# New Ticket Created by Graham Knop # Please include the string: [perl #134265] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=134265 > The build process for Storable is currently needlessly complex. It involves using a module as a template and has remnants of other build time code that has since been removed. These two patches clean up the remnants of the stack size detection code that used to run at build time, and move the flock detection into the XS code, so Storable.pm can be an entirely normal module. --- Mentioning perl in attempt to bypass the spam filter.Thread Previous