On Thu, Sep 25, 2003 at 08:46:06PM -0700, Marc M. Adkins wrote:
> I've got a script and some supporting classes for converting POD-enabled
> Perl into fake C++ that doxygen (an open-source documentation producer) can
> handle. I currently have the classes named doxy::???. I don't see a
> top-leve
> So...can I create a top-level namespace named doxy (lowercase used to follow
> doxygen spelling)?
nope.
lowercase namespaces are reserved for pragmas (warnings, strict ...).
See perldoc perlnewmod, perlmodlib ...
Try Pod::doxy::*
__
Do you Yahoo!?
The New Yahoo
At 4/12/2003 09:12 PM +0100, Ben Daglish wrote:
At present, the only music-related namespaces are Midi, Audio and
PDL::Audio (which scares me :)), none of which are really relevant to the
the above. Should/could a 'Music::' namespace be added, or is there an
existing pigeonhole into which I coul
On måndag, feb 10, 2003, at 20:47 Europe/Stockholm, Mark A. Hershberger
wrote:
I've been developing a script that creates SYSV packages from CPAN
sources using CPANPLUS. In the process, I've developed a few bits of
code that should be abstracted out into a seperate module so that
others (for e