Description:
win32-vanilla@perl.org (Moderated)
|
|
|
msys for SP
|
| |
Hi,
Is there a Strawberry distro for download that includes the msys shell ?
Presumably, msys is readily available as a separate download, so I guess it's no big deal if there isn't ... just wondering.
Cheers,
Rob
|
|
AnyEvent under Strawberry Perl
|
| |
My app needs AnyEvent, and one of the platforms I need it to
run on is MS Windows, but AnyEvent fails to test/work under Windows.
Can anyone explain the issues around NOT being able
to build/test the AnyEvent module under Strawberry Perl?
TIA
Fulko
|
|
Getting Tk to wrk
|
| |
Hello,
I was hoping someone could tell me the latest version of the 64-bit
strawberry perl for which Tk can be successfully installed. I've tried all
of the iterations of 5.16, but didn't have any luck.
A.
|
|
Timing out a child process on Windows
|
| |
I've got a wee problem with one of my modules on Windows:
[link]
However, I don't have a Windows licence, nor do I know how to drive
Windows, nor, to be blunt, do I particularly want to learn. But if
anyone could help me make my code more portable I'd be very grateful.... more »
|
|
Portable config information
|
| |
I would like to make some module configuration files work with strawberry
perl portable. Currently, the paths saved in config files are absolute
which means if SPP is moved to another location, things break.
I see that Portable provides something like this. Is there a standard way
to do the same for other configuration files and/or other modules? BTW,... more »
|
|
make.exe?
|
| |
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
make<[link]>,... more »
|
|
The shebang supplied with starberryperl/bin/cpan doesn't work with Git Bash
|
| |
$ head `which cpan`
...
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 "#!/usr/bin/env perl" fixes this problem.*... more »
|
|
Call for opinion: strawberry perl 5.18.x/32bit with USE_64_BIT_INT
|
| |
Hi,
is anybody against turning on USE_64_BIT_INT in coming 32bit Strawberry Perl 5.18.x series ?
I have done some testing with PDL guys approx a year ago on 5.16.0 (I guess Rob is also subscribed to this list) and AFAIK it works.
Pros:
1/ perl core 5.17.* supports building perl with USE_64_BIT_INT on MSWin... more »
|
|
|