# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #59830] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59830 >
currently, the .line directive takes both an integer (for line number) and a string (for filename) argument. I propose to split these into a separate .line and .file directives, both only taking 1 argument. (much line #line and #file in the C preprocessor). kjs