NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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)