nichtich / wdq

Command line interface to Wikidata Query Service
https://metacpan.org/pod/distribution/App-wdq/script/wdq
Other
54 stars 4 forks source link

Use $^X in tests #3

Closed eserte closed 8 years ago

eserte commented 8 years ago

t/bin.t may fail under some circumstances, because the perl executed here is probably the system perl and not the perl used to build the module. Probably you have to prepend $^X in the system() calls.