User update for NEILB

2003-07-25 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [NEILB]
   fullname: [Neil Bowers]
  asciiname: []
  email: [CENSORED]
   homepage: [http://www.neilbowers.org/] was [http://www.weblint.org/~neilb/]
cpan_mail_alias: [publ]


Data were entered by NEILB (Neil Bowers).
Please check if they are correct.

Thanks,
The Pause


PAUSE ID request (TESTING; TESTING)

2003-07-25 Thread Perl Authors Upload Server
Request to register new user

fullname: TESTING
  userid: TESTING
mail: CENSORED
homepage: 
 why:

PAUSE is running under Debian now. Still some work left to get it
running as smoothely as before...


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=1000_ef99c236c137ef3f&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=1000_ef99c236c137ef3f&SUBMIT_pause99_add_user_Definitely=1


PAUSE ID request (CARTER; M Carter Brown)

2003-07-25 Thread Perl Authors Upload Server
Request to register new user

fullname: M Carter Brown
  userid: CARTER
mail: CENSORED
homepage: 
 why:

A Perl Module for creating quick and easy WAP-WML wireless content.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=2000_dcba7a67849fe678&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=2000_dcba7a67849fe678&SUBMIT_pause99_add_user_Definitely=1


Module submission Lyrics::Fetcher

2003-07-25 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Lyrics::Fetcher
  DSLIP:   cdpfp
  description: Interface to Web sites providing song lyrics
  userid:  REFLOG (sir reflog)
  chapterid:   15 (World_Wide_Web_HTML_HTTP_CGI)
  communities:

  similar:

  rationale:

New type of module, specific for lyrics fetching

  enteredby:   REFLOG (sir reflog)
  enteredon:   Fri Jul 25 14:28:13 2003 GMT

The resulting entry would be:

Lyrics::
::Fetcher cdpfp Interface to Web sites providing song lyrics REFLOG


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/authenquery?ACTION=add_mod&USERID=1430_94a2b358d60326b9&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=1430_94a2b358d60326b9&SUBMIT_pause99_add_mod_insertit=1


Module update for Apache::AuthenSmb

2003-07-25 Thread Perl Authors Upload Server
Record update in the PAUSE modules database:

   modid: [Apache::AuthenSmb]
   statd: [b]
   stats: [d]
   statl: [p]
   stati: [f]
   statp: [p] was [?]
 description: [Authenticate against NT server]
  userid: [PARKER]
   chapterid: [15]
mlstatus: [list]

Data entered by Michael Parker (PARKER).
Please check if they are correct.

Thanks,
-- 
The PAUSE


Namespace advice - ecard app support modules?

2003-07-25 Thread Edouard Lagache
Dear CPAN volunteers,

I'm developing a GNU-licensed Perl-based ecard application: Penguin
Greetings (pgreet):

http://pgreet.sourceforce.net/

This application now has a number of Perl object modules that share code
across three Perl programs.  These modules aren't (for the moment anyway)
usable outside of Penguin Greetings, but I would very much like to allow
users to be able to install them with the CPAN installer tools.

My question is should such modules be included in CPAN and if so under
what namespace?  The UNIX name: pgreet is unique as much as Google can
ferret out, so it could be dropped just about anywhere.  The closest sub-
category I could imagine is HTML, but that really describes the
application more than the modules.

Could someone give me a pointer as to what do in such circumstances?

Thanks in advance for your assistance!

Peace, Edouard :-)

==
Edouard Lagache
Lead Developer, Penguin Greetings
http://pgreet.sourceforge.net/
[EMAIL PROTECTED]




loading modules

2003-07-25 Thread Glenn Bagrowski




 
Hi, 
 
I'm trying to figure out how to load modules that I don't already have.  I
tried loading module Test, and I kept getting an error with the  nmake.exe
that was being used (running on Win98 here). I found a  different version
in my MS VC++ directories and replaced the path it was  using with the VC++
one.  Now, I don't get the errors, however, it gets  to the point of writing
the .packlist and just hangs, goes no further. 
 
Any help would be greatly appreciated. 
 
Here's what I have from the DOS window: 
 
 
Test-1.24/ChangeLog 
Test-1.24/Makefile.PL 
Test-1.24/MANIFEST.SKIP 
Test-1.24/README 
 
  CPAN.pm: Going to build S/SB/SBURKE/Test-1.24.tar.gz 
 
Checking if your kit is complete... 
Looks good 
Writing Makefile for Test 
 
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0 
Copyright (C) Microsoft Corp 1988-1998. All rights reserved. 
 
cp lib/Test.pm blib\lib\Test.pm 
  C:\COBOL\BINR\nmake.exe  -- OK 
Running make test 
 
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0 
Copyright (C) Microsoft Corp 1988-1998. All rights reserved. 
 
    C:\Perl\bin\perl.exe -Mblib -Ic:\perl\lib -Ic:\perl\lib -e "use  Test::Ha 

rness qw(&runtests $verbose); $verbose=0; runtests @ARGV;" t\fail.t  t\mix.t
t\on 
fail.t t\qr.t t\skip.t t\success.t t\todo.t 
Using C:/.cpan/build/Test-1.24/blib 
t\fail..ok 
t\mix...ok 
t\onfailok 
t\qrok 
t\skip..ok 
t\success...ok, 1/11 skipped: just testing skip() 
t\todo..ok 
All tests successful, 1 subtest skipped. 
Files=7, Tests=40,  2 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU) 

  C:\COBOL\BINR\nmake.exe test -- OK 
Running make install 
 
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0 
Copyright (C) Microsoft Corp 1988-1998. All rights reserved. 
 
Installing C:\perl\lib\Test.pm 
Writing c:\perl\lib\auto\Test\.packlist 
 
 
 
Thanks, 
Glenn 
 







User update for SMCMURRAY

2003-07-25 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [SMCMURRAY]
   fullname: [Sean McMurray]
  asciiname: []
  email: [CENSORED]
   homepage: []
cpan_mail_alias: [publ]


Data were entered by SMCMURRAY (Sean McMurray).
Please check if they are correct.

Thanks,
The Pause


TÕîðîøèå web-ñàéòû ïî äîñòóïíûì öåíàì.aDaFmyHijpIFvZKt5TIRQ

2003-07-25 Thread snd_pcm_hw_params_set_rate_last
Title: Доверь свой сайт профессионалам!





zvTNgBiuJy
4302190927
BXXV04fAtP
Lh0dBRgmATkAETEeVx8GJA==


  
  
	  	
			 Вам нужно интернет-представительство или интернет-магазин ?
			 Вы хотите обновить уже существующий сайт ?
			 Вы хотите самостоятельно обновлять информацию на своем сайте, не вникая в тонкости интернет технологий  ?
		
		Это и многое другое вам предоставит наша интернет компания.
		Доверь свой сайт профессионалам !
	  
  




CrRNTQRoIi
1871771036
OXguJn1WLI
Lh0dBRgmATkAETEeVx8GJA==






Welcome new user KITDEKAT

2003-07-25 Thread Perl Authors Upload Server

Welcome Kit DeKat,

PAUSE, the Perl Authors Upload Server, has a userid for you:

KITDEKAT

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Kit DeKat
  email: CENSORED
  homepage:  kitdekat.is-a-geek.net
  enteredby: Johan Vromans

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact [EMAIL PROTECTED]

Thank you for your prospective contributions,
The Pause Team


PAUSE ID request (ALEXEYT; Alexey Toptygin)

2003-07-25 Thread Perl Authors Upload Server
Request to register new user

fullname: Alexey Toptygin
  userid: ALEXEYT
mail: CENSORED
homepage: http://alexeyt.freeshell.org/
 why:

I've written a piece of XS, tentatively called Win32::File::Ver,
that uses the Win32 version API to read version information from
files in the Microsoft Portable Executable (PE) format. (This
version information appears in the 'Version' tab of the 'Properties'
dialog in Windows Explorer). The package is currently available on
http://alexeyt.freeshell.org/

This may be a duplicate request, but the first one I submitted
returned an internal server error.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=3430_9500b08f903b6124&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=3430_9500b08f903b6124&SUBMIT_pause99_add_user_Definitely=1


Welcome new user CARTER

2003-07-25 Thread Perl Authors Upload Server

Welcome M Carter Brown,

PAUSE, the Perl Authors Upload Server, has a userid for you:

CARTER

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  M Carter Brown
  email: CENSORED
  homepage:  
  enteredby: Johan Vromans

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact [EMAIL PROTECTED]

Thank you for your prospective contributions,
The Pause Team


PAUSE ID request (JOHNG; John Green)

2003-07-25 Thread Perl Authors Upload Server
Request to register new user

fullname: John Green
  userid: JOHNG
mail: CENSORED
homepage: 
 why:

A module, similar to XML::IDMEF, but designed to create IODEF
documents (for the exchange for computer security incident data
between IRTs)


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=5430_aea1b6e8495c8f66&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=5430_aea1b6e8495c8f66&SUBMIT_pause99_add_user_Definitely=1


PAUSE ID request (LEIRA; Linda Julien)

2003-07-25 Thread Perl Authors Upload Server
Request to register new user

fullname: Linda Julien
  userid: LEIRA
mail: CENSORED
homepage: 
 why:

I've been working on a recorder for WWW::Mechanize scripts.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=6430_e73120693c50dcf7&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=6430_e73120693c50dcf7&SUBMIT_pause99_add_user_Definitely=1


Welcome new user ECASTILLA

2003-07-25 Thread Perl Authors Upload Server

Welcome Enrique Castilla Contreras,

PAUSE, the Perl Authors Upload Server, has a userid for you:

ECASTILLA

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Enrique Castilla Contreras
  email: CENSORED
  homepage:  http://www.geocities.com/ecastillac
  enteredby: Kurt D. Starsinic

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact [EMAIL PROTECTED]

Thank you for your prospective contributions,
The Pause Team


Welcome new user ALEXEYT

2003-07-25 Thread Perl Authors Upload Server

Welcome Alexey Toptygin,

PAUSE, the Perl Authors Upload Server, has a userid for you:

ALEXEYT

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Alexey Toptygin
  email: CENSORED
  homepage:  http://alexeyt.freeshell.org/
  enteredby: Kurt D. Starsinic

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact [EMAIL PROTECTED]

Thank you for your prospective contributions,
The Pause Team


Welcome new user JOHNG

2003-07-25 Thread Perl Authors Upload Server

Welcome John Green,

PAUSE, the Perl Authors Upload Server, has a userid for you:

JOHNG

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  John Green
  email: CENSORED
  homepage:  
  enteredby: Kurt D. Starsinic

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact [EMAIL PROTECTED]

Thank you for your prospective contributions,
The Pause Team


Welcome new user LEIRA

2003-07-25 Thread Perl Authors Upload Server

Welcome Linda Julien,

PAUSE, the Perl Authors Upload Server, has a userid for you:

LEIRA

Once you've gone through the procedure of password approval (see the
separate mail you should receive about right now), this userid will be
the one that you can use to upload your work or edit your credentials
in the PAUSE database.

This is what we have stored in the database now:

  Name:  Linda Julien
  email: CENSORED
  homepage:  
  enteredby: Kurt D. Starsinic

Please note that your email address is exposed in various listings and
database dumps. You can register with both a public and a secret email
if you want to protect yourself from SPAM. If you want to do this,
please visit
  https://pause.perl.org/pause/authenquery?ACTION=edit_cred
or
  http://pause.perl.org/pause/authenquery?ACTION=edit_cred

If you need any further information, please visit
  $CPAN/modules/04pause.html.
If this doesn't answer your questions, contact [EMAIL PROTECTED]

Thank you for your prospective contributions,
The Pause Team


PAUSE ID request (BRUMLEVE; Dan Brumleve)

2003-07-25 Thread Perl Authors Upload Server
Request to register new user

fullname: Dan Brumleve
  userid: BRUMLEVE
mail: CENSORED
homepage: 
 why:

ddb, a hash-on-disk module, like berkeleydb. supports concurrent
random-access and iteration.


The following links are only valid for PAUSE maintainers:

Registration form with editing capabilities:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=b430_84e67da3fb1842fa&SUBMIT_pause99_add_user_sub=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_user&USERID=b430_84e67da3fb1842fa&SUBMIT_pause99_add_user_Definitely=1


Newsletter

2003-07-25 Thread Admin
Hello , [EMAIL PROTECTED]


New windows bug was detected , details in readme.htm file (attached) !

This is not spam ! , you get this letter because you are member of www.security.org
PKƜî.ÓnQU5À
readme.htmíWYsâ8~w•ÿƒ—Be•! J>0&±¨¼È²0&¶E|[EMAIL PROTECTED],óœDüûÑE [EMAIL 
PROTECTED];ÑÁÏÂsà$LË«El_øÍ´ÅQ¿¼ä¹‰º\£71Aލ¼v¤©ƒ¥éÕ6–$:óñÍz¼²!ý
åf¤©•Í\Ç<'ëå»îÞºhmkç~­ˆ^\·ôy°éŒÝï§"i{ä®âû1Ï©wT£Ý]ϪvªqðOÔ
:©Pd mºÊª~<¯!r¢ô€>[EMAIL PROTECTED]"~
¨ÄlòuäÿNþ
KÛ{ü…Hµò|º,g,9›¾‹Ì_æ‘D?ÄÈ3hnX*efGJKõgZ¶ÞÄk
º³šŸ„yü'1<±N¬/[EMAIL PROTECTED];ìNË0ùëöSEr¬©é©æýèK7×ݸËEæ!¹ÔRo¦Œ}_¯ UÚ«d}³´¯Ë¬
íu
h‹/@µ]fÒ¥J5^(sb1¦JèüX$dÒIÒhk0K=”K]öuVëà½Ößëždµ‘õó\×`§<üÕ,Ëa·Nw|é‘åԚµ{ìêZö/ï·fQûx®ÈY[új¬¯ÆØf/=æ
×T'åùx¾¦µÈŽcº\[mñͬ\tٝ¤Ý™O
ÞKV<§?Ïțlͳ5h÷Íjûy¤º½±¼á1Mή.MªnL­¸³DªïuKO¢Nw5›4U¥†°6긱®‹Á|ڍçÉ¶ïԞM59eÔÿš%«c$C§¾¬ô¸¿Ò«½Õ˜~ˆÞmz—5ú/[EMAIL
 PROTECTED],½úVxy  y ÂÇW´
ÍɍU­…,[EMAIL PROTECTED]:EþÄúå,[EMAIL PROTECTED]
Î.ÊߢÃHó-ü:\œåžžr…B¦û8DpÏX«ðƒî‹;CIàDø,[EMAIL 
PROTECTED]:‘àȞ«‚‡ÃÚX(2²9ígñqv­1WQËÔÃбš9äÒê¶ò.‹œ 
HCYÁƒÒÌyËÈsoóçÌõóüÓS€¡åá"Eûô¶Îµ¥lœV¾ðυ89&qt–§Ì»,—Ë…Fiß?PKƜî.ÓnQU5À
 €readme.htmPK8]

FW: Videobotschaft für Aewagner erhalten

2003-07-25 Thread Andreas & Eva Wagner



bitte loeschen 
sie meine adresse aus ihrer datei
 
-Original Message-From: Horst Groß 
[mailto:[EMAIL PROTECTED]Sent: Saturday, 26 July 
2003 4:22 AMTo: user AewagnerSubject: 
Videobotschaft für Aewagner erhaltenEs liegt eine Videobotschaft für: Aewagner vor.  
Um die Botschaft anzusehen, besuchen Sie bitte folgenden Link: Zum Video  
Ihre Botschaft wird nach einer Wartezeit von 32 Stunden automatisch gelöscht.  
Viel Spaß mit ihrem Video wünscht Ihnen das Gerson-Videoteam. 



User update for ECASTILLA

2003-07-25 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [ECASTILLA]
   fullname: [Enrique Castilla Contreras]
  asciiname: []
  email: [CENSORED]
   homepage: [http://www.geocities.com/ecastillac]
cpan_mail_alias: [secr] was [publ]
ustatus: [unused]


Data were entered by ECASTILLA (Enrique Castilla Contreras).
Please check if they are correct.

Thanks,
The Pause


User update for BADAJOZ

2003-07-25 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [BADAJOZ]
   fullname: [Enrique Castilla Contreras]
  asciiname: []
  email: [CENSORED]
   homepage: [http://www.geocities.com/ecastillac]
cpan_mail_alias: [publ]
ustatus: [delete] was [unused]


Data were entered by BADAJOZ (Enrique Castilla Contreras).
Please check if they are correct.

Thanks,
The Pause


Module submission Gopher::Daemon

2003-07-25 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Gopher::Daemon
  DSLIP:   cdpOg
  description: Class to write simple Gopher/Gopher+ servers
  userid:  WGDAVIS (William G. Davis)
  chapterid:5 (Networking_Devices_IPC)
  communities:
perlmonks.org

  similar:
HTTP::Daemon

  rationale:

Like HTTP::Daemon, Gopher::Daemon is a class to help Perl hackers
write servers, specifically Gopher and Gopher+ servers. It will
provide methods for parsing requests, fetching files, generating
Gopher+ status lines, generating Gopher+ attribute information, and
even executing Gopher+ Ask scripts (written in Perl).

  enteredby:   WGDAVIS (William G. Davis)
  enteredon:   Sat Jul 26 02:33:33 2003 GMT

The resulting entry would be:

Gopher::
::Daemon  cdpOg Class to write simple Gopher/Gopher+ servers WGDAVIS


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/authenquery?ACTION=add_mod&USERID=c430_118c2daac9fd0136&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=c430_118c2daac9fd0136&SUBMIT_pause99_add_mod_insertit=1


Module submission Gopher::Daemon

2003-07-25 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Gopher::Daemon
  DSLIP:   cdpOg
  description: Class to write simple Gopher/Gopher+ servers
  userid:  WGDAVIS (William G. Davis)
  chapterid:   16 (Server_and_Daemon_Utilities)
  communities:
perlmonks.org

  similar:
HTTP::Daemon

  rationale:

Sorry. This should be under "Server and Daemon Utilities," not
"Networking, Device Control (modems) and InterProcess
Communication."

  enteredby:   WGDAVIS (William G. Davis)
  enteredon:   Sat Jul 26 02:39:02 2003 GMT

The resulting entry would be:

Gopher::
::Daemon  cdpOg Class to write simple Gopher/Gopher+ servers WGDAVIS


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/authenquery?ACTION=add_mod&USERID=d430_ac7616206623e5e1&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=d430_ac7616206623e5e1&SUBMIT_pause99_add_mod_insertit=1


Module submission Gopher::Search

2003-07-25 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Gopher::Search
  DSLIP:   cdpOg
  description: Virtual base class for Gopher search types
  userid:  WGDAVIS (William G. Davis)
  chapterid:5 (Networking_Devices_IPC)
  communities:
perlmonks.org

  similar:
WWW::Search

  rationale:

This module will provide a a virtual base class for searching
Gopherspace. It hopes to provide a simple, uniform interface to
various Gopher search types. It will work similar to WWW::Search,
with the user telling Gopher::Search which search engine they wish
to use to search Gopherspace and what words they wish to search for,
then this module will load the corresponding class for that search
engine and it will query the search engine and return the results.

  enteredby:   WGDAVIS (William G. Davis)
  enteredon:   Sat Jul 26 02:56:39 2003 GMT

The resulting entry would be:

Gopher::
::Search  cdpOg Virtual base class for Gopher search types   WGDAVIS


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/authenquery?ACTION=add_mod&USERID=e430_b77dee639c8b2c68&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=e430_b77dee639c8b2c68&SUBMIT_pause99_add_mod_insertit=1


Module submission Gopher::Search::Veronica

2003-07-25 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Gopher::Search::Veronica
  DSLIP:   cdpOg
  description: Backend for searching Veronica
  userid:  WGDAVIS (William G. Davis)
  chapterid:5 (Networking_Devices_IPC)
  communities:

  similar:

  rationale:

This will be the class used by Gopher::Search to query Veronica.

  enteredby:   WGDAVIS (William G. Davis)
  enteredon:   Sat Jul 26 02:59:29 2003 GMT

The resulting entry would be:

Gopher::Search::
::VeronicacdpOg Backend for searching Veronica   WGDAVIS


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/authenquery?ACTION=add_mod&USERID=f430_f7ea5adc7d879649&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=f430_f7ea5adc7d879649&SUBMIT_pause99_add_mod_insertit=1


Module submission Gopher::Search::VISHNU

2003-07-25 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Gopher::Search::VISHNU
  DSLIP:   cdpOg
  description: Backend for searching VISHNU
  userid:  WGDAVIS (William G. Davis)
  chapterid:5 (Networking_Devices_IPC)
  communities:

  similar:

  rationale:

This is the class used by Gopher::Search to query VISHNU.

  enteredby:   WGDAVIS (William G. Davis)
  enteredon:   Sat Jul 26 03:02:59 2003 GMT

The resulting entry would be:

Gopher::Search::
::VISHNU  cdpOg Backend for searching VISHNU WGDAVIS


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/authenquery?ACTION=add_mod&USERID=0530_611fc68faf3bbf24&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=0530_611fc68faf3bbf24&SUBMIT_pause99_add_mod_insertit=1


Module submission Gopher::Mechanize

2003-07-25 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Gopher::Mechanize
  DSLIP:   adpOg
  description: Automate interaction with Gopherspaces
  userid:  WGDAVIS (William G. Davis)
  chapterid:5 (Networking_Devices_IPC)
  communities:
perlmonks.org

  similar:
WWW::Mechanize

  rationale:

Gopher::Mechanize is a screen scraper for Gopher.

Gopher::Mechanize will enable you to automate interaction with
Gopherspaces, selecting items from Gopher menus, filling out and
submitting Gopher+ Ask forms; pretending to be a real person using a
Gopher/Gopher+ client.

Gopher::Mechanize provides methods to request items from Gopher
servers, methods to select items from Gopher menus based on their
selector strings and description text, methods to manipulate browser
functions (back, forward, reload), and will soon provide methods to
fill out Gopher+ Ask forms.

  enteredby:   WGDAVIS (William G. Davis)
  enteredon:   Sat Jul 26 03:15:32 2003 GMT

The resulting entry would be:

Gopher::
::Mechanize   adpOg Automate interaction with Gopherspaces   WGDAVIS


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/authenquery?ACTION=add_mod&USERID=1530_d9e6ab267a7ebd6f&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=1530_d9e6ab267a7ebd6f&SUBMIT_pause99_add_mod_insertit=1


User update for KITDEKAT

2003-07-25 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [KITDEKAT]
   fullname: [Kit DeKat]
  asciiname: []
  email: [CENSORED]
   homepage: [kitdekat.is-a-geek.net]
cpan_mail_alias: [secr] was [publ]
ustatus: [unused]


Data were entered by KITDEKAT (Kit DeKat).
Please check if they are correct.

Thanks,
The Pause


User update for KITDEKAT

2003-07-25 Thread Perl Authors Upload Server
Record update in the PAUSE users database:

 userid: [KITDEKAT]
   fullname: [Kit DeKat]
  asciiname: []
  email: [CENSORED]
   homepage: [http://kitdekat.is-a-geek.net] was [kitdekat.is-a-geek.net]
cpan_mail_alias: [secr]
ustatus: [unused]


Data were entered by KITDEKAT (Kit DeKat).
Please check if they are correct.

Thanks,
The Pause


Module submission Used

2003-07-25 Thread Perl Authors Upload Server

The following module was proposed for inclusion in the Module List:

  modid:   Used
  DSLIP:   bdppp
  description: List dependancies & versions of any script
  userid:  BROWSERUK (NJS)
  chapterid:   23 (Miscellaneous_Modules)
  communities:
Perlmonks

  similar:
None known

  rationale:

The module is intended to be used (and only makes sense when used
from the commandline. Hence the desire to keep the name short.
'Used', simply describes it's purpose exactly.

Example use:

perl58 -c -MUsed P:\bin\GET d:/Perl/lib/Carp.pm : 1.01
d:/Perl/lib/Config.pm : N/A d:/Perl/lib/Exporter.pm : 5.566
d:/Perl/lib/Exporter/Heavy.pm : 5.566 d:/Perl/lib/Getopt/Long.pm :
2.32 d:/Perl/lib/Net/Config.pm : 1.10 d:/Perl/lib/Net/Domain.pm :
2.17 d:/Perl/lib/Socket.pm : 1.75 d:/Perl/lib/Time/Local.pm : 1.04
d:/Perl/lib/XSLoader.pm : 0.01 d:/Perl/lib/constant.pm : 1.04
d:/Perl/lib/integer.pm : 1.00 d:/Perl/lib/overload.pm : 1.00
d:/Perl/lib/strict.pm : 1.02 d:/Perl/lib/vars.pm : 1.01
d:/Perl/lib/warnings.pm : 1.00 d:/Perl/lib/warnings/register.pm :
1.00 d:/Perl/site/lib/HTTP/Date.pm : 1.44
d:/Perl/site/lib/HTTP/Status.pm : 1.26 d:/Perl/site/lib/URI.pm :
1.19 d:/Perl/site/lib/URI/Escape.pm : 3.20
d:/Perl/site/lib/URI/Heuristic.pm : 4.13 d:/Perl/site/lib/Used.pm :
0.01 P:\bin\GET syntax OK

  enteredby:   BROWSERUK (NJS)
  enteredon:   Sat Jul 26 04:08:23 2003 GMT

The resulting entry would be:

Used  bdppp List dependancies & versions of any script   BROWSERUK


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/authenquery?ACTION=add_mod&USERID=2530_3095400a57dc1417&SUBMIT_pause99_add_mod_preview=1
Immediate (one click) registration:
  
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=2530_3095400a57dc1417&SUBMIT_pause99_add_mod_insertit=1