2007-08-04 12:50:16 UTC
hi i'm very new to perl and i tried to install net-irc lib.
i'm on windows so i read the README and followed 4.1 which suggest to move these files as this :
IRC.pm => path.to.perl/site/lib/Net/IRC.pm
Connection.pm => path.to.perl/site/lib/Net/IRC/Connection.pm
Event.pm => path.to.perl/site/lib/Net/IRC/Event.pm
DCC.pm => path.to.perl/site/lib/Net/IRC/DCC.pm
after doing this, i couldnt execute my perl file until i moved too :
EventQueue.pm => path.to.perl/site/lib/Net/IRC/EventQueue.pm
Entry.pm => path.to.perl/site/lib/Net/IRC/EventQueue/Entry.pm
if its the rigth way to do, i suggest you to add these two more lines in 4.1 of the README for easier windows installation
thank you