Author: kwilliams
Date: Mon Sep 15 20:55:21 2008
New Revision: 11791

Modified:
   Module-Build/trunk/lib/Module/Build/Base.pm

Log:
Add a comment describing what have_forkpipe() is for

Modified: Module-Build/trunk/lib/Module/Build/Base.pm
==============================================================================
--- Module-Build/trunk/lib/Module/Build/Base.pm (original)
+++ Module-Build/trunk/lib/Module/Build/Base.pm Mon Sep 15 20:55:21 2008
@@ -365,6 +365,8 @@
   }
 }
 
+# Tells us whether the construct open($fh, '-|', @command) is
+# supported.  It would probably be better to dynamically sense this.
 sub have_forkpipe { 1 }
 
 # Determine whether a given binary is the same as the perl

Reply via email to