summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-14 11:14:48 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-14 11:14:48 +0200
commitb9c18d6739b79a645a14df5bb51f24987a6ef308 (patch)
tree5996b5a1f9e6941ab71e9753172de297cf028fb9
parent8bfee41e214b015fe6eb8ef0c185859f5b6401a7 (diff)
Efa.pm: Remove unnecessary double quotes
-rw-r--r--lib/WWW/Efa.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WWW/Efa.pm b/lib/WWW/Efa.pm
index 1d593a4..0716d5e 100644
--- a/lib/WWW/Efa.pm
+++ b/lib/WWW/Efa.pm
@@ -155,7 +155,7 @@ sub post_place {
if (not ($place and $stop)) {
die WWW::Efa::Error::Setup->new(
- 'place', $which, "Need at least two elements"
+ 'place', $which, 'Need at least two elements'
);
}