# New Ticket Created by Jerry Gay # Please include the string: [perl #41633] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41633 >
it seems over time there have been a few handrolled implementations of namespace import macros. they are usually named something like '.IMPORT' and live in various pir source, test and example files. i've added an import sub to F<runtime/parrot/library/hllmacros.pir> now, which can be used in place of these various implementations. ~jerry