# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev # Please include the string: [perl #132250] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132250 >
Code: require ‘’ Result: Must specify something as a path: did you mean '.' for the current directory? in block <unit> at -e line 1 I don't think you can require a directory‽ The error message comes from here https://github.com/rakudo/rakudo/blob/d565ded0292813582a285835b4a388279ca8c6a3/src/core/IO/Path.pm#L15 and has nothing to do with 「require」.