[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] nntp



Hi,


I'm messing around with the nntp module with macperl, and for the most part
everything seems to work fine. When I try to use the date method of a nntp
object the script fails...
====================================
use Net::NNTP;
use Net::Time;

$nntp = Net::NNTP->new("my.news.server");
die "Unable to connect to news server : $!" unless $nntp;

$time = $nntp->date();

# other stuff
                   
====================================
The script works fine (minus the time functionality) when I comment out the
"$time =.." line, but when I leave it in, I get:
====================================
# # Can't locate auto/Net/NNTP/timegm.al in @INC.
File 'My Drive:MacPerl:lib:AutoLoader.pm'; Line 26

File 'My Drive:MacPerl:libwww-perl-5.05.sit.2 Folder:Net:NNTP.pm'; Line 860
====================================

Any ideas? 

- Dan Griffin 
  dang@cs.brandeis.edu