I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time
for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or
on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news,
I hope these links will serve you well.
Posted on 2009-08-27 18:43:48-07
by stvnin response to 11373
Re: Moose can't seem to coexist with Error.pm
You can also tell Moose to export with under another name. I do not recall exactly how this is done but Moose just uses Sub::Exporter under the hood so you can likely check those docs.