zigdon / twirssi

An irssi script allowing the use of Twitter from within the IRC client.
http://twirssi.com
133 stars 26 forks source link

none existent Date class? (not familiar with perl) #14

Closed jzacsh closed 13 years ago

jzacsh commented 13 years ago

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.

zigdon commented 13 years ago

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

jzacsh commented 13 years ago

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

Cheers!