duckduckgo / p5-app-duckpan

DuckDuckHack OpenSource Development Application
http://metacpan.org/module/App::DuckPAN
Other
53 stars 47 forks source link

Installation dependency issue - autodie::exception #10

Closed djinn closed 11 years ago

djinn commented 11 years ago

When I install duckpan with aim of testing plugin on spice platform, I found dependency issue due to which default install fails.

autodie is one of the dependencies which due to (maybe failures of some tests) is not built thus install fails.

I installed using cpanm App::DuckPAN --force. Oh and I am using Ubuntu 12.04.

moollaza commented 11 years ago

@djinn thanks for reporting this. These issues with installing dependencies crop up from time to time. Its a know issues that we're tolerating for now but do plan on fixing.

As you noted, using --force or --notest will help you bypass this problem, so that's the best fix for now.

Thanks again for letting us know!