Re: Namespace query

2003-09-26 Thread Tim Bunce
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

re Namespace query

2003-09-26 Thread DH
> 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

Namespace query

2003-09-25 Thread Marc M. Adkins
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-level Doc:: (or similar) namespace. Is doxy:: unique enough? Is there a be

Re: New module/namespace query: Pod::DocBookXML

2003-07-27 Thread Sean M. Burke
At 04:32 PM 2003-07-26 +0100, Sagar Shah wrote: So i've got two options of a base: 1) Meta::Lang::Pod::DocBook 2) Pod::XML I say choose option three: Pod::Simple. Look at Pod::Simple::XMLOutStream for an example. -- Sean M. Burkehttp://search.cpan.org/~sburke/

Re: New module/namespace query: Pod::DocBookXML

2003-07-26 Thread Sagar Shah
On Sat, 2003-07-26 at 14:35, Sean M. Burke wrote: > At 09:38 AM 2003-07-26 +0100, Sagar Shah wrote to the modules list. > >All, > >I'd like to contribute a new module to CPAN which i'm currently calling > >Pod::DocBookXML > >[...]Similar modules on CPAN: > >Pod::DocBook - however this produces DocB

Re: New module/namespace query: Pod::DocBookXML

2003-07-26 Thread Sean M. Burke
At 09:38 AM 2003-07-26 +0100, Sagar Shah wrote to the modules list. All, I'd like to contribute a new module to CPAN which i'm currently calling Pod::DocBookXML [...]Similar modules on CPAN: Pod::DocBook - however this produces DocBook SGML Pod::XML - does not produce DocBook. Could use a styl

New module/namespace query: Pod::DocBookXML

2003-07-26 Thread Sagar Shah
All, I'd like to contribute a new module to CPAN which i'm currently calling Pod::DocBookXML As its name implies, the module is for converting Pod to DocBook XML. FYI (for those that don't know): There are two types of DocBook SGML and XML. I'm mailing this list to check that people are happy

Re: New module/namespace query: Script::Delegate

2003-05-29 Thread Sagar Shah
Thanks for your suggestion. I would have hoped delegation would be okay, since it's very similar to the idea of object delegation. Script i chose because its for scripts, but then again so are the Getopt modules. My only concern about using Getopt would be that it's not really getting command lin

Re: New module/namespace query: Script::Delegate

2003-05-27 Thread Sean M. Burke
At 11:11 AM 2003-05-26 +0100, Sagar Shah wrote: I'd like to contribute a new module to CPAN which i'm currently calling Script::Delegate. A description of the module can be found here: http://www.shahdot.uklinux.net/man_pages/Delegate.html I suggest something under Getopt -- maybe maybe Getopt::Ca

Re: Namespace query.

2003-04-12 Thread Sean M. Burke
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

Namespace query.

2003-04-12 Thread Ben Daglish
Hi all, I've just applied for a PAUSE account in order to share some of my musical modules. I have a 'generate scales/modes' module, which given a note and a scale, returns note names / semitone offsets etc., and am currently working on a 'import/export ABC format' P:RD-based module. Other modul

Re: Namespace Query: SYSV package creation

2003-02-11 Thread A . Bergman
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

Namespace Query: SYSV package creation

2003-02-10 Thread Mark A. Hershberger
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 example, alien ) can use the code to create

Registration request and namespace query

2002-08-10 Thread James Ponder
Name: James Ponder Email: [EMAIL PROTECTED] Homepage: http://www.squish.net/ User id: SQUISH Currently writing a set of modules to re-implement my dns traversal service at http://www.squish.net/dnscheck/, which uses Net::DNS. I would also seek advice on the correct namespace for such a set of mo

Namespace query: FTN to RFC822 convertor

2002-02-26 Thread Gaal Yahas
I have a modularized tool that reads FidoNET Hudson (QuickBBS), BlueWave (QWK), and JAM messagebases (remember those?) and extracts mail from them into the more widely readable RFC822 format. It was is designed for offline work (i.e., scan existing files, not translate messages on-the-fly), but i

NameSpace query

2002-02-26 Thread ASSAD Arnaud
Hi, I'd like to upload a module to assist during the debugging phase, nothing really new : the module will provide : * a watch() function to carp a message on every access to the variable. Yes the idea is borrowed from the monitor package described in 'Advanced programming in Perl' from Sriram

namespace query for TCP Wrappers module

2001-02-13 Thread James FitzGibbon
I have a module ready to upload to PAUSE. It provides access to the hosts_ctl() function from libwrap. The module is actually three years old but due to an administrative oversight I never uploaded it. Long story. Back in 1998, the tentative name was Authen::Libwrap. The only issue is that mo

Namespace query for new module

2000-07-25 Thread DJ Adams
Hello I wrote a new module [1] for manipulating OCS [2] datasets. I called it XML::OCS, as it was a sort of sister / brother of XML::RSS, which is for RSS files (which is one of the many things that OCS datasets describe). I announced it to the Perl-XML list, and a comment or two was made about

module namespace query ...

2000-05-16 Thread Charlie Stross
Hi there ... I've just uploaded a mature release of NetServer::Generic. (It's been running a bet-the-company mission-critical financial system for two years, so I think it's just about beta-tested ;-) I'm currently considering a new project and just want to clear the proposed module name with y