source: perl/modules/AIM/lib/Net/OSCAR/Proxy.pm @ 3dcccba

barnowl_perlaim
Last change on this file since 3dcccba was 7a1c90d, checked in by Geoffrey Thomas <geofft@mit.edu>, 16 years ago
Skeleton AIM module, and Net::OSCAR 1.925
  • Property mode set to 100644
File size: 186 bytes
RevLine 
[7a1c90d]1package Net::OSCAR::Proxy;
2
3$VERSION = '1.925';
4$REVISION = '$Revision: 1.6 $';
5
6use strict;
7use vars qw($VERSION $REVISION);
8
9sub use_socks {
10        require Net::SOCKS or return -1;
11       
12}
13
141;
15
Note: See TracBrowser for help on using the repository browser.