Open srynobio opened 9 years ago
That's an error I'm afraid. The version of Mojolicious you have installed doesn't have the object-orientated interface to Mojo::JSON.
Removed deprecated object-oriented Mojo::JSON API.
It was removed in 5.73 - https://github.com/kraih/mojo/blob/master/Changes#L234
Until this repo is updated, you could always install an older version of Mojolicious that 5.73.
Hi all, thanks for the report and the information about Mojolicious 5.73. Currently i have problems with my handwrists and can't do much. I'm going to look at it as soon as it is possible.
There is now a pending pull request that fixes this. See https://github.com/RexOps/rex-jobcontrol/pull/9
@mbroadhead @srynobio This should now have been fixed. Please verify.
I'll leave @mbroadhead to verify fix.
I'm trying to complete a setup of jobControl but when I run the following command:
I get the following warn/errors:
It seem more like a warning but i can't complete any of the step after this point, I have
Mojolicious-6.14
installed.Also, how would I change my secret passphrase?
Thanks!