[Module-build-checkins] Module-Build/lib/Module/Build Base.pm,1.364,1.365
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2004-12-18 21:17:22
|
Update of /cvsroot/module-build/Module-Build/lib/Module/Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32438/lib/Module/Build Modified Files: Base.pm Log Message: Index: Base.pm =================================================================== RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build/Base.pm,v retrieving revision 1.364 retrieving revision 1.365 diff -C2 -d -r1.364 -r1.365 *** Base.pm 18 Dec 2004 21:15:42 -0000 1.364 --- Base.pm 18 Dec 2004 21:17:12 -0000 1.365 *************** *** 2725,2728 **** --- 2725,2730 ---- sub run_perl_command { + # XXX Maybe we should accept @args instead of $args? Must resolve + # this before documenting. my ($self, $args) = @_; $args = [ $self->split_like_shell($args) ] unless ref($args); |