summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2011-11-18 03:55:53 +0000
committerJames H. Hill <hilljh82@gmail.com>2011-11-18 03:55:53 +0000
commit2b4cc96d4ad80d4eda9e7d6aeb30641c63b3adb7 (patch)
treeb5529749e360eb00c826cac8c5c3b1d3e3dfdca7
parentcfd26df9f4d434e2743af8bbf95c7874998df5c8 (diff)
downloadATCD-2b4cc96d4ad80d4eda9e7d6aeb30641c63b3adb7.tar.gz
Fri Nov 18 03:54:50 UTC 2011 James H. Hill <hillj at cs dot iupui dot edu>
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/bin/PerlACE/Process_Win32.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 28439c055a3..874e071f842 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Fri Nov 18 03:54:50 UTC 2011 James H. Hill <hillj at cs dot iupui dot edu>
+
+ * bin/PerlACE/Process_Win32.pm:
+
+ Fixed fuzz errors.
+
Mon Nov 14 06:02:05 UTC 2011 James H. Hill <hillj at cs dot iupui dot edu>
* bin/PerlACE/Process_Win32.pm:
diff --git a/ACE/bin/PerlACE/Process_Win32.pm b/ACE/bin/PerlACE/Process_Win32.pm
index bb36613c82f..043f68fb2e1 100644
--- a/ACE/bin/PerlACE/Process_Win32.pm
+++ b/ACE/bin/PerlACE/Process_Win32.pm
@@ -12,7 +12,7 @@ use Cwd;
# Make sure the File::Which module is installed on the machine
# before trying to use it. If the module is installed on this
-# machine, then it will be included because of the eval ()
+# machine, then it will be included because of the eval ()
# statement below.
my $has_which = eval ("use File::Which; 1;") ? 1 : 0;