[Module-build-checkins] Module-Build/lib/Module/Build Base.pm,1.394,1.395
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2005-02-23 11:51:52
|
Update of /cvsroot/module-build/Module-Build/lib/Module/Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29198/lib/Module/Build Modified Files: Base.pm Log Message: Revert change 1.393 Index: Base.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v retrieving revision 1.394 retrieving revision 1.395 diff -u -d -r1.394 -r1.395 --- Base.pm 23 Feb 2005 04:06:43 -0000 1.394 +++ Base.pm 23 Feb 2005 11:51:43 -0000 1.395 @@ -1272,7 +1272,7 @@ push @argv, $_; } } - $args{ARGV} = \@argv if @argv; + $args{ARGV} = \@argv; # Hashify these parameters for ($self->hash_properties) { |