zigdon/twirssi

none existent Date class? (not familiar with perl)

Closed this issue · 2 comments

Hey I'm not familiar with perl, maybe this is really simple, but the 4th line in the script fails... on irssi's load i get this in the status window:

Can't locate HTTP/Date.pm in @inc (@inc contains: /home/me/.irssi/scripts /usr/share/irssi/scripts /usr/lib/perl5/core_perl
/usr/lib/perl5/site_perl/5.10.1 /usr/share/perl5/site_perl/5.10.1 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl
/usr/share/perl5/core_perl /usr/lib/perl5/current /usr/lib/perl5/site_perl/current .) at
/home/me/.irssi/scripts/autorun/twirssi.pl line 4.
BEGIN failed--compilation aborted at /home/me/.irssi/scripts/autorun/twirssi.pl line 4.

Looks like you're missing the HTTP::Date module. Depending on your distribution, you might be able to install a package to provide it, or just install it with cpan:

sudo cpan HTTP::Date

aaahhhh thank you. cpan... very very interesting stuff i just learned :)

Cheers!