summaryrefslogtreecommitdiff
path: root/dist/Locale-Maketext/lib/Locale/Maketext.pod
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Locale-Maketext/lib/Locale/Maketext.pod')
-rw-r--r--dist/Locale-Maketext/lib/Locale/Maketext.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/Locale-Maketext/lib/Locale/Maketext.pod b/dist/Locale-Maketext/lib/Locale/Maketext.pod
index 14b47c884e..ce280bed23 100644
--- a/dist/Locale-Maketext/lib/Locale/Maketext.pod
+++ b/dist/Locale-Maketext/lib/Locale/Maketext.pod
@@ -166,7 +166,8 @@ file, you might consider something like this in your project class:
my $lh;
if($chosen_language) {
$lh = $class->get_handle($chosen_language)
- || die "No language handle for \"$chosen_language\" or the like";
+ || die "No language handle for \"$chosen_language\""
+ . " or the like";
} else {
# Config file missing, maybe?
$lh = $class->get_handle()