Code Comments
Programming Forum and web based access to our favorite programming groups.The following module was proposed for inclusion in the Module List: modid: S1 DSLIP: adpOp description: Class library for miscellaneous purposes userid: FSEITZ (Frank Seitz) chapterid: 23 (Miscellaneous_Modules) communities: newsgroups similar: rationale: I want to put my Perl class library (named S1) on CPAN. Because it is a closed library with classes for very different purposes (HTML generation, database access, image manipulation etc.) which are using the same base classes, eg. S1::Object, S1::Hash (which is derived from S1::Object) and so on, it is not feasible for me to split the library into several modules. The library is documented in German, I hope this is not a exclusion criterion. enteredby: FSEITZ (Frank Seitz) enteredon: Mon May 5 06:31:41 2008 GMT The resulting entry would be: S1 adpOp Class library for miscellaneous purposes FSEITZ Thanks for registering, -- The PAUSE PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authen...d_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authen..._mod_insertit=1
Post Follow-up to this message[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article <200805050631.m456Vfnc031540@pause.perl.org>, Perl Authors Upload Server <upload@pause.perl.org> wrote: > The following module was proposed for inclusion in the Module List: > > modid: S1 > DSLIP: adpOp > description: Class library for miscellaneous purposes > userid: FSEITZ (Frank Seitz) > chapterid: 23 (Miscellaneous_Modules) > communities: > newsgroups What is the significance of S1? Also, you don't need to register a module to upload it to CPAN. -- brian d foy (one of many PAUSE admins), http://pause.perl.org archives at http://www.xray.mpe.mpg.de/mailing-lists/modules please send all messages back to modules@perl.org
Post Follow-up to this messageHi, On Tue, 06.05.2008 23:44 +0200, brian.d.foy@gmail.com wrote: > [[ This message was both posted and mailed: see > the "To," "Cc," and "Newsgroups" headers for details. ]] > > In article <200805050631.m456Vfnc031540@pause.perl.org>, Perl Authors > Upload Server <upload@pause.perl.org> wrote: > > > What is the significance of S1? I have a large personal class library with approx. 150 classes, 1200 Methods and 200 Functions. It is a closed library with classes for very different purposes (HTML generation, database access, image manipulation etc.) I don't know if it is of value to anyone but I want to put selected parts of the library on CPAN. I think it's best to leave the code in it's own namespace. At this level I can't be precise about the purpose. The classes are documented separatly. If someone wants to use any functionality from the library he writes use S1; # ...instantiate objects, call methods, call functions... # (the needed packages are loaded automatically) > Also, you don't need to register a module to upload it to CPAN. Ok, thank you. Frank -- Dipl.-Inform. Frank Seitz Anwendungen für Ihr Internet und Intranet Tel: 04103/180301; Fax: -02; Industriestr. 31, 22880 Wedel
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.