App-p
App-p copied to clipboard
CloudPAN support suggestion
Just discovered the CloudPAN. Would be awesome if App::p used it. For instance, I frequently call Array::Utils from my one-liners. However, I never call it from my scripts (as my serious array intersection/difference code is in SQL).
CloudPAN seems very cool. Have you gotten it to work with App::p? I wonder if it will play nice in conjunction with https://metacpan.org/module/L , which is what I am using now.
Seems to work in cases like: p -MCloudPAN -E '$path = Path::Tiny->rootdir; p $path'
...but fails to autoload the mentioned Array::Utils with the confusing message:
Array/Utils.pm did not return a true value.
BEGIN failed--compilation aborted.
I'll watch the CloudPAN for updates :)