Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
jzacsh opened this issue Oct 17, 2010 · 2 comments
Closed

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

jzacsh opened this issue Oct 17, 2010 · 2 comments

Comments

@jzacsh
Copy link

jzacsh commented Oct 17, 2010

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
Copy link
Owner

zigdon commented Oct 17, 2010

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
Copy link
Author

jzacsh commented Oct 17, 2010

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

Cheers!

This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants