Thanks, everyone.<div><br></div><div>Your answers gave me confidence that it "should have worked" and that there wasn't any fundamental concept I needed to learn wrt Perl's relationship with the cwd.</div>
<div><br></div><div>So, I dug around long enough to see that it was most likely a permissions/configuration issue with my perlbrew install.</div><div><br></div><div>I think it was because I using/installing perlbrew with root and then trying to run a script as user.  Something like that.</div>
<div><br></div><div>All looks good now, though!</div><div><br></div><div>I am using <a href="http://www.opscode.com/chef/">Chef's</a> <a href="http://community.opscode.com/cookbooks/perlbrew">perlbrew cook</a> to provision my Vagrant box with a Perl of my choosing, and also install <a href="http://www.dagolden.com/index.php/1528/five-ways-to-install-modules-prereqs-by-hand/">mymeta-requires</a>.  I can then use mymeta-requires to read in my META<a href="http://blogs.perl.org/users/david_cantrell/2012/05/cpandeps-now-understands-metajson-files.html">.json</a> file to pipe over to cpanm.  Now I have a nice declarative file to keep all my script dependencies in.</div>
<div><br></div><div><br></div><div>Thanks again, have a great Friday.</div><div><br></div><div>Luke</div>