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

  modid:       Net::Google
  DSLIP:       bdpOp
  description: Simple OOP-ish interface to the Google API
  userid:      ASCOPE (Aaron Straup Cope)
  chapterid:    5 (Networking_Devices_IPC)
  communities:

  similar:

  rationale:

    First, let me say I am very much open to the idea of another
    package name.

    Net::Google provides a simple OOP-ish wrapper to the SOAP API that
    Google released yesterday. I like SOAP as much as the next person,
    but all that typing gets old and I just want to be able to do :

    my $google = Net::Google->new(key=>LOCAL_GOOGLE_KEY); my $search =
    $google->search(); $search->query(qw(aaron cope)); map { print
    $_->title()."\n"; } @{$search->results()}; Is there a naming
    convention for wrapper-ish packages? I gave it the Net:: prefix
    since that seemed most appropriate.

    See also :
    http://aaronland.net/src/perl/net-google/Net-Google-0.1.tar.gz
    http://aaronland.net/src/perl/net-google/Net-Google.html

  enteredby:   ASCOPE (Aaron Straup Cope)
  enteredon:   Fri Apr 12 12:36:01 2002 GMT

The resulting entry would be:

Net::
::Google          bdpOp Simple OOP-ish interface to the Google API   ASCOPE


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

Reply via email to