<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">> yields:<br>
>     "can't open META.json for reading: No such file or directory at /home/vagrant/perlbrew/perls/perl-5.14.2/lib/5.14.2/Parse/CPAN/Meta.pm line 87."<br></div></div></blockquote><div><br></div><div>I recreated the package methods used to read the file and it worked for me.  If it was a permission problem, the error would state that, e.g. 'Permission denied...'</div>
<div><br></div><div>A few suggestions, not trying to talk down, so please don't take offense, but you may need to make sure the filename on the system matches exactly what you use in the script including case.  Also, you may want to verify that there are no whitespace characters hidden in either the filename on the system or in the perl script.</div>
<div><br></div><div>For example, note the added space in the filename when it is created:</div><div><div><div>$ echo 'Hello World' >'input.txt '</div><div>$ ls -al</div><div>total 40</div><div>drwxr-xr-x  3 jrush  jrush  512 May 18 00:05 .</div>
<div>drwxr-xr-x  9 jrush  jrush  512 May 17 23:45 ..</div><div>-rw-r--r--  1 jrush  jrush   12 May 18 00:07 input.txt</div><div>drwxr-xr-x  3 jrush  jrush  512 May 17 23:45 lib</div><div>-rw-r--r--  1 jrush  jrush  218 May 18 00:07 <a href="http://test.pl">test.pl</a></div>
<div>$ perl <a href="http://test.pl">test.pl</a></div><div>can't open input.txt for reading: No such file or directory at lib/JLR/File/Reader.pm line 10.</div></div></div><div><br></div><div>Hope that helps.</div><div>
<br></div><div>Jason Rush</div></div>