diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/WWW/Efa.pm | 2 |
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' ); } |