summaryrefslogtreecommitdiff
path: root/lib/Shell.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Shell.pm')
-rw-r--r--lib/Shell.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Shell.pm b/lib/Shell.pm
index 706216a8e5..62aa82964c 100644
--- a/lib/Shell.pm
+++ b/lib/Shell.pm
@@ -1,6 +1,6 @@
package Shell;
use 5.005_64;
-our($capture_stderr $VERSION);
+our($capture_stderr, $VERSION);
$VERSION = '0.2';
@@ -72,7 +72,7 @@ AUTOLOAD {
for (\@arr) {
s/"/\\\\"/g;
s/\\\\\\\\"/\\\\\\\\"""/g;
- \$_ = qq["\$_"] if /\s/;
+ \$_ = qq["\$_"] if /\\s/;
}
}
else {