Open
Bug 620491
Opened 15 years ago
Updated 12 years ago
Make the relationship of Config.pm and Extension.pm more clear in API documentation
Categories
(Bugzilla :: Documentation, defect)
Bugzilla
Documentation
Tracking
()
NEW
People
(Reporter: michael.j.tosh, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101026 (CK-xxxxxxxxxx) Firefox/3.6.12 (.NET CLR 3.5.30729)
Build Identifier:
A careless reader like myself doesn't realize that Config.pm and Extension.pm are read in together to build the library.
Hence, I added a 'use constant NAME' definition to each file and got continual warnings to the httpd error-log file. Per a suggestion from Max on the support-bugzilla list, this relationship could be better clarified in the API documentation for the "try-before-you-read" Extension writers of the world.
Reproducible: Always
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•