Subject: | describeGlobal() docs are insufficient |
"describeGlobal()" is currently documented like this:
"Retrieves a list of available objects for your organization's data."
I tried calling it and running the result through "Data::Dumper", and I
got pages and pages of output.
The docs for describeGlobal() should detail what kind of objects can
possibly be returned here, so I have an idea of what kinds of methods
are available to call on them.
( An unrelated tip: switching the method names from "=item" to "=head3"
will make them show up in the Table of Contents that CPAN
auto-generates, making it easier to browse the docs online. For example,
you see where this has been done with CGI::Application:
http://search.cpan.org/~markstos/CGI-Application-4.21/lib/CGI/Application.pm
)
Thanks again for your help with this module!
Mark