RE: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Andrew W Young
Is MHonArc out of support now or does anyone still use it? Anyone know where I can get any help on this? Thanks! -- Andrew Young Mobile: 07014 219100 E-mail: and...@andrew-young.commailto:and...@andrew-young.com [cid:image001.png@01CCF0DE.8A52A620] Andrew Young Technology Ltd 376 The

RE: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Alex Teslik
We still use it on the OpenWebMail project. These errors are caused by newer versions of Perl deprecating syntax. The mhonarc files simply need to be updated to the new syntax. Earl Hood is the maintainer. He's pretty good about getting back via the list, so he must simply be busy right now I

Re: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Jym Dyer
=v= If the issue is that you've upgraded to Perl 6, you can put something like this in your .bashrc or similar startup file: export PERL6OPT='-M-warnings=deprecated' Or for csh users: setenv PERL6OPT '-M-warnings=deprecated' It would be PERL5OPT if you're using a particularly recent

Re: MHonArc throwing lots of deprecated errors

2012-02-21 Thread Tom Hutchison
I'm running 5.8.8, no issues. Of course I am using the commands -quiet to suppress errors from displaying. I think you can also add, -stderr path/to/your/errorlog.txt to log the errors in a file. Just create an empty .txt file and add it to your commands. Tom