Update of /cvsroot/module-build/Module-Build/lib/Module/Build/Platform
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32252
Modified Files:
Windows.pm
Log Message:
Integrate from branch
Index: Windows.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Platform/Windows.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Windows.pm 15 Nov 2004 02:56:28 -0000 1.20
--- Windows.pm 6 Dec 2004 04:00:40 -0000 1.21
***************
*** 79,82 ****
--- 79,84 ----
(my $self, local $_) = @_;
+ return @$_ if defined() && UNIVERSAL::isa($_, 'ARRAY');
+
my @argv;
return @argv unless defined() && length();
|