http://ali.as/download/strawberry-perl-5.10.0-beta-1.exe
I'm happy to deliver the first beta for Strawberry Perl 5.10.0.
This is a complete Perl install and the CPAN environment should work perfectly, but I'd like to do a short beta cycle of a couple of days, so that by the time I release the final version I'm not the only person that has ever run it.
At the present time I don't expect that anyone using the beta will need to do a reinstall, the setup appears quite stable, with just a few small things at the edges not quite polished to completion.
Caveats for the Beta.
- Release may be missing some start menu links and some minor documentation.
- It is missing a few last-minute additional pre-bundled modules, such as libgmp.
- No final matching Perl::Dist::Strawberry and Task::Strawberry have been released yet.
- Windows Vista is not supported, although it may or may not work for you (due to a known issue with MinGW).
- The CPAN configuration is set to check for a local minicpan instance at C:\minicpan before using a remote CPAN mirror, this may result in slightly spammy CPAN client behaviour with some "path not found" style error messages, but will otherwise work just fine.
If you could reply in the comments whether or not you managed to get installation and CPAN installation of your modules working properly, and in what environment, that would be just fine for now.
Side by Side Install? (Score:1)
Re: (Score:1)
Re: (Score:1)
5.10.0 installs into c:\strawberry\ and 5.8.8 installs into c:\strawberry-perl\. So they should (ha!) co-exist just fine as long as you go fix up your PATH, LIB and INCLUDE environment variables.
-- dagolden
Re: (Score:1)
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'libpth=C:\strawberry\c\lib
Built under MSWin32
Compiled at Dec 20 2007 02:23:07
@INC:
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
cpan> install PAR
Database was generated on Wed, 19 Dec 2007 20:36:19 GMT
Running install for module 'PAR'
Running make for S/SM/SMUELLER/PAR-0.976.tar.gz
Checksum for C:\strawberry\cpan\sources\authors\id\S\SM\SMUELLER\PAR-0.976.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
CPAN.pm: Going to build S/SM/SMUELLER/PAR-0.976.tar.gz
Checking if your kit is co
Re: (Score:1)
http://search.cpan.org/~adamk/Perl-Dist-0.51/lib/Perl/Dist/Bootstrap.pm#CONFIGU
I will probably just delete everything and remove all path information and reinstall and see it if works then.
Re: (Score:1)
config.h timestamp in future breaks Makefile.PL (Score:1)
For some reason, all your file timestamps are about a day in the future and are preserved on install. (Yay! Aren't timezones fun!) That means that Makefile.PL complains:
This is not a problem for Build.PL and since you've configured CPAN.pm to prefer Build.PL, this only affects distributions that only have Makefile.PL. That includes several of the dependencies of CPAN::Reporter, including your own
Re: (Score:1)
Quick fix in the meantime -- from the C:\strawberry directory:
-- dagolden
Re: (Score:2)
Uninstall (Score:2)
Re: (Score:1)
Re: (Score:1)
From what I can see there is no simple way to auto-magically remove them.
I'll investigate to see if there's some hooks into the uninstall process later.
Re: (Score:2)