The shebang supplied with starberryperl/bin/cpan doesn't work with Git Bash

2013-04-26 Thread Andrew Pennebaker
$ head `which cpan` #!/usr/local/bin/perl use 5.006; use strict; use vars qw($VERSION); use App::Cpan; $VERSION = '1.5902'; my $rc = App::Cpan-run( @ARGV ); $ cpan bash.exe: /c/strawberry/perl/bin/cpan: /usr/local/bin/perl: bad interpreter: No such file or directory *Correcting the shebang to

make.exe?

2013-04-26 Thread Andrew Pennebaker
Strawberry Perl is my go-to package for getting a sane development environment in Windows. Just today, I was trying to install App::Ack on an old Dell, and found Strawberry Perl very helpful in the process. Compiling modules with C extensions like ack requires

Re: make.exe?

2013-04-26 Thread Brian Manning
On Fri, Apr 26, 2013 at 10:13 AM, Andrew Pennebaker andrew.penneba...@gmail.com wrote: Strawberry Perl is my go-to package for getting a sane development environment in Windows. Just today, I was trying to install App::Ack on an old Dell, and found Strawberry Perl very helpful in the process.