[Quoting Karl Ward, on March 20 2001, 16:57, in "Procedure for Music:"]
> I got the namespace Music::GUIDO, but I need to use the namespace
> Music::GUIDO::Event, since now the Music::GUIDO module relies on a module
> called Event that uses Music::GUIDO subroutines (->new, ->print, ->AUTOLOAD,
> etc.).  
> 
> Should I also register this namespace (Music::GUIDO::Event)?  Should I
> change my code so the Music::GUIDO::Event stuff is appended to the GUIDO.pm
> file (as a separate package namespace)?  

Actually, we do not register namespaces, but modules. It is a good
policy practice to coordinate with other module authors that have
modules in the same namespace that you want to use.

So go ahead uploading the modules, and then send in DLSI entries for
them. Once the modules are in the database, you can maintain de DSLI
entries using the Web.

-- Johan

Reply via email to