Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29427/perlmod/Fink

Modified Files:
        CLI.pm ChangeLog 
Log Message:
prototype fix

Index: CLI.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/CLI.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- CLI.pm      21 Mar 2006 19:20:53 -0000      1.40
+++ CLI.pm      21 Mar 2006 20:53:26 -0000      1.41
@@ -693,7 +693,7 @@
        close $save or die "Can't close saved filehandle: $!";
 }      
 
-sub capture (&@) {
+sub capture (&$;$) {
        my ($code, $out, $err, @toomany) = @_;
        die "Too many arguments!" if @toomany;
        my ($die, $ret, $setupok);

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1280
retrieving revision 1.1281
diff -u -d -r1.1280 -r1.1281
--- ChangeLog   21 Mar 2006 19:20:53 -0000      1.1280
+++ ChangeLog   21 Mar 2006 20:53:26 -0000      1.1281
@@ -1,4 +1,8 @@
-2006-03-20  Dave Vasilevsky  <[EMAIL PROTECTED]>
+2006-03-21  Dave Vasilevsky  <[EMAIL PROTECTED]>
+
+       * CLI.pm: Adjust prototype for &capture.
+
+2006-03-21  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * CLI.pm: New function &capture, to hijack STDOUT and STDERR.
 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to