# New Ticket Created by Will Coleda # Please include the string: [perl #37684] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37684 >
It would be somewhat helpful if parrot supported an option like perl's -c that verified the code was compilable but did not execute it. This may be the unix equivalent of: parrot -o /dev/null foo.pir But having a command line option would give us more portability.