You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks!
It seems to be working though.
The only command I know isn't working is appspec validate.
I think the problem is that File::Share (or File::ShareDir) wouldn't really work with fatpack.
But I think I can fix that by replacing this code: https://github.com/perlpunk/App-AppSpec-p5/blob/master/lib/App/AppSpec/Schema/Validator.pm#L23
I would put the schema into a module as a hashref instead of loading it from a file.
Or maybe I can get File::Share working; I only used fatpack for this project and don't know enough about it yet.
Now that you tell me, I was actually trying to use validate on a YAML input file, before running it for completion. I just installed File::Share in a local lib and re-run it though, I didn't know I could do without :)
The latest version does not need File::Share anymore, however, it needs JSON::Validator, which is not packed into the standalone version.
I have to figure out how to explicitly add it.
But at least the error message should be less confusing now ;-)
The fatpacked version in branch standalone is missing
File::Share
. It seems to beuse
d in two places.The text was updated successfully, but these errors were encountered: