tag 434444 patch
thanks
Hi,
I really don't know if this works everywhere :P
Well, problem is that POE::Preprocessor is deprecated and became
Filter::Template. So, instead of, "use POE::Preprocessor", you can
issue "use Filter::Template" at
/usr/share/perl5/POE/Component/Jabber/Client/Legacy.pm and try to run
jirc.
A run before,
-------------------------------------------------------------------------------------------------------
[EMAIL PROTECTED]:~/devel/debian/tmp$ jirc
Can't locate POE/Preprocessor.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl .) at
/usr/share/perl5/POE/Component/Jabber/Client/Legacy.pm line 2.
BEGIN failed--compilation aborted at
/usr/share/perl5/POE/Component/Jabber/Client/Legacy.pm line 2.
Compilation failed in require at (eval 53) line 1.
BEGIN failed--compilation aborted at (eval 53) line 1.
could not import qw(Component::Jabber::Client::Legacy) at /usr/bin/jirc line 245
BEGIN failed--compilation aborted at /usr/bin/jirc line 245.
-------------------------------------------------------------------------------------------------------
And after using "use Filter::Template",
[EMAIL PROTECTED]:~/devel/debian/tmp$ jirc
Warning: Use of "shift" without parentheses is ambiguous at
/usr/share/perl5/POE/Component/Jabber/Client/Legacy.pm line 320.
Usage:
jirc [OPTIONS] --config CONFIG
-C, --config CONFIG Load config file as specified by CONFIG
-V, --version Report version of script
-h, --help Show detailed documentation.
-------------------------------------------------------------------------------------------------------
Let me know if this works or not.
--
Cheers,
-----------------------------------------------------------
Kartik Mistry || GPG: 0xD1028C8D || IRC: kart_
kartikmistry.org/blog || kartikm.wordpress.com
----------------------------------------------------------
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]