Skip Menu |

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

Report information
The Basics
Id: 67796
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: Nobody in particular
Requestors: thomas [...] duboucher.eu
WebbS [...] alliancetechnologies.net
Cc:
AdminCc:

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



Subject: ARGV Bug
Date: Wed, 27 Apr 2011 18:06:15 +0000
To: "bug-Perl-Dist-Strawberry [...] rt.cpan.org" <bug-Perl-Dist-Strawberry [...] rt.cpan.org>
From: Stephen Webb <WebbS [...] alliancetechnologies.net>
I could not figure out why I could not get @ARGV to show anything. I am running Windows 7 64bit. The fix was easy, but it did not work out of the box. See: http://josefek.com/?p=9 Also the strawberry installer did not append to my path the location of the bin's. This is perl 5, version 12, subversion 2 (v5.12.2) built for MSWin32-x64-multi-t hread Copyright 1987-2010, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. Stephen Webb | Solutions Architect Alliance Technologies | http://www.alliancetechnologies.net 2900 Justin Dr., Suite A | Urbandale, IA 50131 515-245-7769 | 1-888-387-5670 x 7769
Subject: Empty @ARGV when calling script (incorrect configuration in registry)
Date: Thu, 28 Apr 2011 22:52:41 +0200
To: bug-Perl-Dist-Strawberry [...] rt.cpan.org
From: Duboucher Thomas <thomas [...] duboucher.eu>
Under Windows Seven Professional x64, using the latest binaries (strawberry-perl-5.12.2.0-64bit); The key \HKEY_CLASSES_ROOT\Perl_program_file\shell\Execute Perl Program\command is actually incorrect and is not passing the arguments to the script "C:\strawberry\perl\bin\perl.exe" %1 Adding a %* solves the bug. "C:\strawberry\perl\bin\perl.exe" %1 %* This bug is linked to[1], but I couldn't find how to reply without having to register myself. :) [1] http://rt.cpan.org/Public/Bug/Display.html?id=67796 -- Thomas Duboucher
Download signature.asc
application/pgp-signature 260b

Message body not shown because it is not plain text.

I'll merge 67822 into 67796.
should be fixed in strawberry perl 5.14.2.1