RexOps / Rex

Rex, the friendly automation framework
https://www.rexify.org
716 stars 223 forks source link

rexify --use "does_not_exist" does not give error message #597

Open preaction opened 9 years ago

preaction commented 9 years ago

When I tried to install a rex module using rexify --use Rex::Ext::Script, it gave me this output:

Getting dependencies for Rex::Ext::Script...
   None found.
Getting perl dependencies for Rex::Ext::Script...
   None found.
Downloading Rex::Ext::Script...   done.

But nothing was in the lib directory. Turns out I wanted Rex::Ext::Stack, which installed correctly, but there was no error message about Rex::Ext::Script not existing.

krimdomu commented 9 years ago

Hi, thank you for the repot. We are looking into it.

krimdomu commented 9 years ago

This is also a bug in the code of modules.rexify.org