# New Ticket Created by Jake Russo # Please include the string: [perl #127989] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127989 >
If you provide more than one argument to IO::Path.new it returns: "Default constructor for 'IO::Path' only takes named arguments", which is not true because it accepts strings, IOs, and even numbers. Just not multiple arguments.