Since this is meant to help people who are developing modules

I never actually stated what it was meant for, except for having a function that returns a list of symbols of a certain type in a certain package. It's useable for exporting, but I actually thought of that one after creating the module (I'd not have bothered with a generic function if I only cared about exporting, I would just have made some extention to Exporter).

"Symbol" is not a good top-level name

I think it's a very good name. I think it's logical to group modules by what they do, instead of by who will use it in what kind of script/module.
LWP::Simple is good, Net::HTTP::LWP::Simple would be bad. XML::Parser is good, Data::XML::Parser would be less good. Etcetera. I think the Symbol top level namespace was a good choice, and I'm glad it exists.
Symbol::List would need no description, and many people would use it. Devel::SymbolList would indicate it has something to do with development only (we're not calling Exporter Devel::Exporter just because its sole purpose is to ease module development) which scares off some users. This module is not for power users. Power users have always written their own symbol grabbing code, and will probably continue to do so.

I much prefer Devel::ListSymbols for this module

The module was made to generate a list of symbols, not to list symbols. But that's a very minor issue.

2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$


In reply to Re: (tye)Re: Symbol::List by Juerd
in thread Devel::GetSymbols (fka Symbol::List) by Juerd

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.