# New Ticket Created by Salve J Nilsen # Please include the string: [perl #127486] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127486 >
I'm looking at JSON::Tiny as an example on how to export multi subs, and it hit me that putting a proto sub in front of them (with custom behaviour depending on wether the proto signature is | or $), is a bit.... non-obvious. Could this be simplified, so that newbies to the language can make use of the export facilities without having to learn "magic" tricks or repeat themselve ad nauseam for every multi? Just askin' :) - Salve