Basic FAQ: how to setup local 'environment' to build CPAN modules under strawberry

2010-12-20 Thread Linda A. Walsh
I'm new the the strawberry distro, and need to install a bunch of CPAN modules. It doesn't seem that it comes with the necessary build utils to do so. Is there a single-install that would install all the needed utils to build the CPAN modules? I read this is also a place to make suggestions

Re: Are Windows users using the PowerShell or any other command line?

2011-08-11 Thread Linda A. Walsh
` Gabor Szabo wrote: Thanks for all the responses. The funny thing is that I originally was wondering if people are using the Power Shell as a Shell (instead of cmd) but most of the responses were regarding writing scripts in Power Shell. I just generally use 'bash'. I use the

Re: Regarding the Strawberry Perl website

2011-10-26 Thread Linda A. Walsh
'Accessing the site through google?' as in doing a search and going to the site? or getting some preview of the site while on google? Maybe they fixed it...but I don't see anything amiss when I go to the site. Frank Reidar wrote: The site has been compromised and displays a tonne of spam

Re: Regarding the Strawberry Perl website

2011-10-26 Thread Linda A. Walsh
Jan Dubois wrote: On Wed, 26 Oct 2011, Linda A. Walsh wrote: 'Accessing the site through google?' as in doing a search and going to the site? or getting some preview of the site while on google? Maybe they fixed it...but I don't see anything amiss when I go to the site

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

2013-04-28 Thread Linda A. Walsh
Andrew Pennebaker wrote: $ head `which cpan` #!/usr/local/bin/perl use 5.006; use strict; use vars qw($VERSION); use App::Cpan; $VERSION = '1.5902'; Maybe you didn't run some installer script -- it patches those files: head $(which cpan) #!/usr/bin/perl eval 'exec