Module submission Authen::GSS
The following module was proposed for inclusion in the Module List: modid: Authen::GSS DSLIP: adhfp description: A perlinterface for the GSSAPI userid: REVSBECH (Jan-Erik Rodriguez Revsbech) chapterid: 14 (Security_and_Encryption) communities: similar: rationale: As there does not exists any perlinterface for the Generic Security Service API I think the namespace is the right one. GSSAPI is an abstract interface for doing authentication and message integrity/encryption. The GSSAPI have several implementations and the Authen::GSS can of course use all of them.. enteredby: REVSBECH (Jan-Erik Rodriguez Revsbech) enteredon: Wed Mar 20 09:33:04 2002 GMT The resulting entry would be: Authen:: ::GSS adhfp A perlinterface for the GSSAPI REVSBECH Thanks for registering, The Pause Team PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=ee00_7ce49c4b6b61a830&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=ee00_7ce49c4b6b61a830&SUBMIT_pause99_add_mod_insertit=1
Module submission List::Priority
The following module was proposed for inclusion in the Module List: modid: List::Priority DSLIP: bdpOp description: Implementation of a priority queue userid: UDASSIN (Eyal Udassin) chapterid:6 (Data_Type_Utilities) communities: similar: none rationale: I haven't found a namespace that applies for list utilities. Since my module implements a priority queue (which will probably be used in schedulers of some sorts), it must be considered in a list/queue/pipe context. I think that the rootname of List is more general then Queue. The module itself is quite simple, you enter objects or scalars with a numeric priority, and when you shift them out of the list they'll exit in a priority first FIFO second order. Thank you for your time, Eyal. enteredby: UDASSIN (Eyal Udassin) enteredon: Wed Mar 20 09:37:21 2002 GMT The resulting entry would be: List:: ::PrioritybdpOp Implementation of a priority queue UDASSIN Thanks for registering, The Pause Team PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=fe00_30c2d4ac80b98083&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=fe00_30c2d4ac80b98083&SUBMIT_pause99_add_mod_insertit=1
Re: Module submission List::Priority
Umm, Data::PriorityQueue seems like a better fit. Tim. On Wed, Mar 20, 2002 at 10:37:23AM +0100, Perl Authors Upload Server wrote: > > The following module was proposed for inclusion in the Module List: > > modid: List::Priority > DSLIP: bdpOp > description: Implementation of a priority queue > userid: UDASSIN (Eyal Udassin) > chapterid:6 (Data_Type_Utilities) > communities: > > similar: > none > > rationale: > > I haven't found a namespace that applies for list utilities. > > Since my module implements a priority queue (which will probably be > used in schedulers of some sorts), it must be considered in a > list/queue/pipe context. > > I think that the rootname of List is more general then Queue. > > The module itself is quite simple, you enter objects or scalars > with a numeric priority, and when you shift them out of the list > they'll exit in a priority first FIFO second order. > > Thank you for your time, Eyal. > > enteredby: UDASSIN (Eyal Udassin) > enteredon: Wed Mar 20 09:37:21 2002 GMT > > The resulting entry would be: > > List:: > ::PrioritybdpOp Implementation of a priority queue UDASSIN > > > Thanks for registering, > The Pause Team > > PS: The following links are only valid for module list maintainers: > > Registration form with editing capabilities: > >https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=fe00_30c2d4ac80b98083&SUBMIT_pause99_add_mod_preview=1 > Immediate (one click) registration: > >https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=fe00_30c2d4ac80b98083&SUBMIT_pause99_add_mod_insertit=1
Re: Module submission List::Priority
Aaagh. Can someone fix PAUSE so that these emails are CC'd to the applicant ([EMAIL PROTECTED]) so when people reply the applicant sees it as well? Tim. On Wed, Mar 20, 2002 at 10:37:23AM +0100, Perl Authors Upload Server wrote: > > The following module was proposed for inclusion in the Module List: > > modid: List::Priority > DSLIP: bdpOp > description: Implementation of a priority queue > userid: UDASSIN (Eyal Udassin) > chapterid:6 (Data_Type_Utilities) > communities: > > similar: > none > > rationale: > > I haven't found a namespace that applies for list utilities. > > Since my module implements a priority queue (which will probably be > used in schedulers of some sorts), it must be considered in a > list/queue/pipe context. > > I think that the rootname of List is more general then Queue. > > The module itself is quite simple, you enter objects or scalars > with a numeric priority, and when you shift them out of the list > they'll exit in a priority first FIFO second order. > > Thank you for your time, Eyal. > > enteredby: UDASSIN (Eyal Udassin) > enteredon: Wed Mar 20 09:37:21 2002 GMT > > The resulting entry would be: > > List:: > ::PrioritybdpOp Implementation of a priority queue UDASSIN > > > Thanks for registering, > The Pause Team > > PS: The following links are only valid for module list maintainers: > > Registration form with editing capabilities: > >https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=fe00_30c2d4ac80b98083&SUBMIT_pause99_add_mod_preview=1 > Immediate (one click) registration: > >https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=fe00_30c2d4ac80b98083&SUBMIT_pause99_add_mod_insertit=1
Module submission Log::AndError
The following module was proposed for inclusion in the Module List: modid: Log::AndError DSLIP: RdpOp description: Logging and Error mod for ISA inc./OO access userid: TBOLIOLI (Thomas Bolioli) chapterid:3 (Development_Support) communities: none similar: Log::ErrLogger rationale: This is a generic log and error class for Perl modules that are part of larger programs. There are two distinct pieces here. The error functions and the logging. The error functions are unique and are added for convenience. The logging function is similar to Log::ErrLogger but it has templating options which will come in handy when I get around to expanding this to log into SQL databases, etc; There is also a service naming component which makes it easy to have this one class log errors for many different components of a larger app while continuing to differentiate (transparently) where the errors came from. A modified version of this has been battle tested at Brown University. enteredby: TBOLIOLI (Thomas Bolioli) enteredon: Wed Mar 20 17:57:18 2002 GMT The resulting entry would be: Log:: ::AndErrorRdpOp Logging and Error mod for ISA inc./OO access TBOLIOLI Thanks for registering, The Pause Team PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=0f00_c17a3d3a98264248&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=0f00_c17a3d3a98264248&SUBMIT_pause99_add_mod_insertit=1
Re: Module submission HTML::Tmpl
[EMAIL PROTECTED] (Perl Authors Upload Server) writes: > The following module was proposed for inclusion in the Module List: > modid: HTML::Tmpl [...] > Uses JSP Styled tag sets (<% (.*?) %>) and handles if/else > statements and loops. > > Reminds more HTML::Template with almost the similar syntax, but > also provides session support with CGI::Session module. The namespace HTML::Tmpl is too confusing. The term "htmltmpl" is used by HTML::Template for their discussion mailing list, and the .tmpl suffix is used by its templates. How about CGI::Template since it is more CGI-dependent? --Bill. -- William R Ward[EMAIL PROTECTED] http://www.wards.net/~bill/ - If you're not part of the solution, you're part of the precipitate.
Re: Module submission List::Priority
[EMAIL PROTECTED] (Tim Bunce) writes: > Aaagh. Can someone fix PAUSE so that these emails are CC'd to the applicant > ([EMAIL PROTECTED]) so when people reply the applicant sees it as well? I agree. A Reply-To: line that lists [EMAIL PROTECTED] along with the [EMAIL PROTECTED] would probably work. --Bill. -- William R Ward[EMAIL PROTECTED] http://www.wards.net/~bill/ - If you're not part of the solution, you're part of the precipitate.
Module submission CGI::Template
The following module was proposed for inclusion in the Module List: modid: CGI::Template DSLIP: adpOp description: For handling HTML Templates in CGI Scripts userid: SHERZODR (Sherzod Ruzmetov) chapterid: 15 (World_Wide_Web_HTML_HTTP_CGI) communities: similar: HTML::Template rationale: NOTE: Revision to previously submitted HTML::Tmpl For handling templates in CGI Programs. Uses JSP styled tags and handles if/else statements and simple loops. enteredby: SHERZODR (Sherzod Ruzmetov) enteredon: Wed Mar 20 20:03:58 2002 GMT The resulting entry would be: CGI:: ::TemplateadpOp For handling HTML Templates in CGI Scripts SHERZODR Thanks for registering, The Pause Team PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=1f00_0d463a5d9b87e8c0&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=1f00_0d463a5d9b87e8c0&SUBMIT_pause99_add_mod_insertit=1
¼ÒÁßÇÑ ºÐÀ» À§ÇØ...ÇÇ¸é¼ ²÷´Â ´ã¹è (±¤°í)
Title: À̸ÞÀÏÀº ÀÌ ¸ÞÀÏÀº [±¤°í]¸ÞÀÏÀÔ´Ï´Ù. ¼ö½ÅÀ» ¿øÄ¡ ¾ÊÀ¸½Ã´Â ºÐÀº ¾Æ·¡ ¼ö½Å±ÝÁö¸¦ Ŭ¸¯ÇÏ½Ã¸é µË´Ï´Ù.¾Æ¿ï·¯ ±ÍÇÏÀÇ À̸ÞÀÏ ÁÖ¼Ò´Â ÀÎÅÍ³Ý ÆäÀÌÁö ¼ÇÎÀ» ÅëÇÏ¿© ¾Ë°ÔµÇ¾úÀ¸¸ç, À̸ÞÀÏ ¿ÜÀÇ ¾î¶² Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. ¿øÄ¡¾Ê´Â ¸ÞÀÏÀ̴̼ٸé Áø½ÉÀ¸·Î »ç°úµå¸³´Ï´Ù. ±Ý¿¬ÃÊ Gold, 2002³â ±Ý¿¬ ¹Ù¶÷ÀÌ ºÐ´Ù! ÀÇÁö°¡ ºÎÁ·ÇϽʴϱî..? ²÷°í ½ÍÀºµ¥, ´ã¹èÀÇ ±¸¼Ó¿¡¼ ¸ø ¹þ¾î³ª°í °è½Ê´Ï±î? ÀÌÁ¦ ±Ý¿¬Ãʰ¡ µµ¿Íµå¸®°Ú½À´Ï´Ù. ÀÇÁö¸¸À¸·Î ±Ý¿¬ ÇÒ ¶§ Èûµç Á¡Àº ±Ý´ÜÁõ»ó°ú Âü±â Èûµç Èí¿¬¿å±¸ÀÔ´Ï´Ù. ±Ý¿¬ÃÊ´Â ±Ý´Ü±â°£ Áß¿¡µµ ´ã¹è´ë½Å ÇÇ¿ï¼ö ÀÖÀ¸¹Ç·Î Èí¿¬ÀÇ ´ë¸®¸¸Á· È¿°ú¸¦ ÁÖ¾î ±Ý¿¬¿¡ À̸£°Ô ÇÕ´Ï´Ù. LGÈÀç »ý»ê¹° ¹è»ó Ã¥ÀÓº¸Çè°¡ÀÔ 1Àδç 1¾ï¿øÇѱ¹ ´É·üÇùȸ ¹× 21°³ ¾ð·Ð»ç ¼±Á¤ È÷Æ®»óǰ ¼ö»óÀϺ»Æ¯Çãȹµæ (ƯÇã¹øÈ£ 3068084)½ÄǰÀǾàǰ ¾ÈÀüû ½ÂÀÎ ÀǾà¿Üǰ Á¦1È£¹ß¸íƯÇã Á¦40178È£, »óÇ¥µî·Ï Á¦428366È£ ³×¶¼·ç¸¶´Ï´Â À¯Ä«¸® ³ª¹«ÀÇ Ãʰ·Â ¼öºÐ Èí¼ö ¿ø¸®¸¦ ÀÀ¿ëÇÑ ½ÃÆ®¸¦ ºÙÀÓÀ¸·Î½á ÀÎüÀÇ ³ëÆó¹°À» Èí¼öÇÏ°í ¸ö¿¡ ºÒÇÊ¿äÇÑ ¼öºÐµîÀ» ü¿Ü·Î »©³½´Ù.±â´ÉÀº ¸ö¼ÓÀÇ ³ëÆó¹°À» °·ÂÇÏ°Ô »¡¾Æ³»´Â ºÎȲ°ú °í¾àÀ» ÇÕÄ£ °Í°ú °°´Ù°í ÇÒ ¼ö ÀÖ½À´Ï´Ù. Áï ÆÄ½ºÃ³·³ °£ÆíÈ÷ ºÎÂøÇÏ°í ¹ß¹Ù´Ú¿¡ ºÙ¿© ¸ö ¼ÓÀÇ ³ëÆó¹°À» »¡¾Æ³»´Â °ÍÀÔ´Ï´Ù. ¶ÇÇÑ À¯Ä«¸®¼ö¾×°ú ¾Æ°¡¸®Äí½º¹ö¼¸°ú ±âŸ ¼ººÐ°ú ÇÔ²² Ç÷Çà ¼øÈ¯À» ¿øÈ°ÇÏ°Ô ÇÕ´Ï´Ù. ¸ÞÀÏ ¼ö½ÅÀ» ¿øÇÏÁö ¾ÊÀ¸½Ã¸é Ŭ¸¯ÇÏ½Ã¸é µË´Ï´Ù.
Re: Module submission List::Priority
On Wed, Mar 20, 2002 at 11:54:25AM -0800, William R Ward wrote: > [EMAIL PROTECTED] (Tim Bunce) writes: > > Aaagh. Can someone fix PAUSE so that these emails are CC'd to the applicant > > ([EMAIL PROTECTED]) so when people reply the applicant sees it as well? > > I agree. A Reply-To: line that lists [EMAIL PROTECTED] along with the > [EMAIL PROTECTED] would probably work. Great. But who's in a position to implement the fix? Tim.
Module update for Parse::Syntax
Record update in the PAUSE modules database: modid: [Parse::Syntax] statd: [i] was [a] stats: [d] statl: [p] stati: [O] statp: [p] description: [Syntax highlighter for programmers' forums] userid: [SHERZODR] chapterid: [11] mlstatus: [list] Data entered by Sherzod Ruzmetov (SHERZODR). Please check if they are correct. The Pause
Module submission Uttu
The following module was proposed for inclusion in the Module List: modid: Uttu DSLIP: amhOp description: web application driver userid: JSMITH (James G Smith) chapterid: 15 (World_Wide_Web_HTML_HTTP_CGI) communities: [EMAIL PROTECTED], [EMAIL PROTECTED] similar: It can be considered a meta-content handler -- it uses HTML::Mason (and can use others, though the code hasn't been written) to manage content rationale: Uttu makes using HTML::Mason simple, especially in a virtual host environment. It also allows easy distribution of web applications. Uttu sits atop Apache. A framework is built on Uttu that provides an environment in which applications may be written -- the framework provides such things as authentication, authorization, session management, etc. Things that are not application-specific. Two packages have been placed on CPAN: Uttu-0.01.tar.gz which contains the Uttu.pm module and associated code; Uttu-Framework-Uttu-0.01.tar.gz which contains an example framework which is being developed for a website containing the documentation and information about Uttu-based applications and frameworks. This is the second request for a namespace (in January or early February, I believe). No response was seen to the previous request and development continued using the Uttu name. enteredby: JSMITH (James G Smith) enteredon: Wed Mar 20 22:20:12 2002 GMT The resulting entry would be: Uttu amhOp web application driver JSMITH Thanks for registering, The Pause Team PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=2f00_bce3e5ce65e3a6f7&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=2f00_bce3e5ce65e3a6f7&SUBMIT_pause99_add_mod_insertit=1
Request for CPAN ID
To whom it may concern: I would like to request a CPAN ID. Here are the answers to the questions: * your name Ken Y. Clark * your email address [EMAIL PROTECTED] * your homepage if you have one Not really. * your preferred user-ID on CPAN. It must be between 4 and 9 characters long, all uppercase, letters only. One dash allowed. In order of preference: 1) KCLARK 2) KYC 3) KYCLARK * a short description of what you're planning to contribute SQL::Translator - a group of modules for converting database schemas (e.g., MySQL create syntax to Oracle). Thank you, ky
Module submission Class::ReturnValue
The following module was proposed for inclusion in the Module List: modid: Class::ReturnValue DSLIP: bdphp description: Return a magic list/boolean/object userid: JESSE (Jesse Vincent) chapterid:6 (Data_Type_Utilities) communities: infobot.org #perl similar: rationale: This is a resubmit under the new name discussed on and recommended by [EMAIL PROTECTED] enteredby: JESSE (Jesse Vincent) enteredon: Thu Mar 21 05:20:59 2002 GMT The resulting entry would be: Class:: ::ReturnValue bdphp Return a magic list/boolean/object JESSE Thanks for registering, The Pause Team PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=3f00_2e8703bf093b70f1&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=3f00_2e8703bf093b70f1&SUBMIT_pause99_add_mod_insertit=1
Module Idea - CPAN::Auto
(CC replies, I'm not subscribed to this list.) I was thinking of how to solve the problem of installing modules from CPAN for non-technical users, especially ones that don't have root access. I had the following design requirements: -Must work with at least perl 5.6 and 5.5, preferrably 5.4 too -Must be as simple as possible - perl -MCPAN -e shell, even for people with root, asks too many questions I wrote a script for one of my projects, getmodules, that does much of this: http://www.zevils.com/cgi-bin/viewcvs.cgi/*checkout*/imirc/getmodules (The main modification I'd like to make to it is to have it fill in defaults for CPAN config for everything except mirror selection; and for mirror selection, pick a random mirror in the user's country.) The way it would work would be that you distribute a program and have it "use CPAN::Auto" as the first use statement. You include CPAN/Auto.pm with your program, and maybe do some BEGIN jujitsu to make sure that dirname($0) is in @INC. Then it detects when you try to use a module that isn't present. (Would overriding "use" via sub work for that?) Probably also have some way to specify that certain modules are optional and shouldn't be auto-installed if they're not present... Anyway, when it sees that you're trying to use something that isn't there, it'll go and install it from CPAN, and then load it. You would also be able to, say, put -MCPAN::Auto in PERL5OPT to do this magic for all scripts. Any thoughts on this? -- Matthew Sachs <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://www.zevils.com/ * GPG key: 0x600A0342 * PGP key: 0x93EA1151 #The original nonstandard deviant# (((T^E)%(PQ))^D)%(PQ) = RSA-NOP