# New Ticket Created by Will Coleda # Please include the string: [perl #39850] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=39850 >
To de-confuse and cut back on one of the most common recent FAQs: 1) Create a stub module of the same name and check it into svn. When used, the module should: a) check to see if Parrot::Config::Generated exists. If so, this module should act as a proxy for that object. b) If not, die with a helpful error message, like, "Unavailable until parrot is configured." 2) Change the build process to generate Parrot::Configure::Generated instead of Parrot::Config 3) Change the clean process to remove Parrot::Configure::Generated instead of Parrot::Config For extra points, the cage cleaner will quietly not install the proxy class, and instead install the generated config as Parrot::Config. -- Will "Coke" Coleda [EMAIL PROTECTED]