Skip Menu |

This queue is for tickets about the Perl-Dist CPAN distribution.

Report information
The Basics
Id: 31999
Status: rejected
Priority: 0/
Queue: Perl-Dist

People
Owner: Nobody in particular
Requestors: h.m.brand [...] xs4all.nl
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Under cygwin, cygwin's 'cpan' is used instead of Strawberry's 'cpan.bat'
I have a strong Unix background, which is why I have a very complete Cygwin environment installed on my PCs, so they can add least be used for something useful. And have fun while doing that. I have installed 3 perls on Cygwin: Cygwin's perl in /usr, perl-5.8.8 in /pro and perl-5.10.0 also in /pro. I have also installed Activeperl. I installed Strawberry to test my modules with and wanted to install the base modules I need. First thing was to write a script that starts a "Strawberry Perl Shell": --8<--- /C/Bin 502 $ cat sperl-sh #!/bin/sh PATH=/C/strawberry/perl/bin:/C/strawberry/c/bin:$PATH export PATH bash $@ -->8--- When I intuitively type /C/Bin 501 $ cpan V to install V, it is installed in the cygwin environment, as /pro/bin/ cpan is used instead of /C/strawberry/perl/cpan.bat I'd suggest to add /C/strawberry/perl/cpan. I have no fixed idea about what type of file it should be (perl, sh, bash). I created a symlink in cygwin
Subject: Re: [rt.cpan.org #31999] Under cygwin, cygwin's 'cpan' is used instead of Strawberry's 'cpan.bat'
Date: Mon, 31 Dec 2007 11:46:17 +1100
To: bug-Perl-Dist [...] rt.cpan.org
From: "Adam Kennedy" <adamkennedybackup [...] gmail.com>
In the current incarnation, Strawberry Perl is considered incompatible with other Perl installs and wants to be the only Perl installed on the machine. There has been some discussion of what would be required for creating a "secondary mode" where Strawberry doesn't try to dominate, and we do have some ideas on how to do it. But for the current generation, I don't expect to see it added shortly. You may want to keep an eye on Vanilla Perl (the experimental version) where this sort of functionality would appear first. Adam K On 30/12/2007, h.m.brand@xs4all.nl via RT <bug-Perl-Dist@rt.cpan.org> wrote: Show quoted text
> > > Sun Dec 30 03:13:46 2007: Request 31999 was acted upon. > Transaction: Ticket created by h.m.brand@xs4all.nl > Queue: Perl-Dist > Subject: Under cygwin, cygwin's 'cpan' is used instead of > Strawberry's > 'cpan.bat' > Broken in: (no value) > Severity: Normal > Owner: Nobody > Requestors: h.m.brand@xs4all.nl > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=31999 > > > > I have a strong Unix background, which is why I have a very complete > Cygwin environment installed on my PCs, so they can add least be used > for something useful. And have fun while doing that. > > I have installed 3 perls on Cygwin: Cygwin's perl in /usr, perl-5.8.8 > in /pro and perl-5.10.0 also in /pro. I have also installed Activeperl. > > I installed Strawberry to test my modules with and wanted to install > the base modules I need. First thing was to write a script that starts > a "Strawberry Perl Shell": > --8<--- > /C/Bin 502 $ cat sperl-sh > #!/bin/sh > > PATH=/C/strawberry/perl/bin:/C/strawberry/c/bin:$PATH > export PATH > > bash $@ > -->8--- > > When I intuitively type > > /C/Bin 501 $ cpan V > > to install V, it is installed in the cygwin environment, as /pro/bin/ > cpan is used instead of /C/strawberry/perl/cpan.bat > > I'd suggest to add /C/strawberry/perl/cpan. I have no fixed idea about > what type of file it should be (perl, sh, bash). > I created a symlink in cygwin >
As noted earlier, Strawberry is not compatible with cygwin. Closing.