App-p icon indicating copy to clipboard operation
App-p copied to clipboard

CloudPAN support suggestion

Open creaktive opened this issue 12 years ago • 2 comments

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).

creaktive avatar Jan 22 '13 01:01 creaktive

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.

ironcamel avatar Jan 22 '13 15:01 ironcamel

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 :)

creaktive avatar Jan 31 '13 21:01 creaktive