From 3fad237b25c547363f53a6191c76687e46e8e450 Mon Sep 17 00:00:00 2001 From: mesh64 Date: Tue, 6 Feb 2018 12:23:10 +0800 Subject: [PATCH] Update Hyphen.pm --- lib/Text/Hyphen.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Text/Hyphen.pm b/lib/Text/Hyphen.pm index d3441c1..45325e4 100644 --- a/lib/Text/Hyphen.pm +++ b/lib/Text/Hyphen.pm @@ -26,10 +26,10 @@ modules on CPAN. my $hyphenator = new Text::Hyphen; - print $hyp->hyphenate('representation', '-'); + print $hyphenator->hyphenate('representation', '-'); # prints rep-re-sen-ta-tion - print map "($_)", $hyp->hyphenate('multiple'); + print map "($_)", $hyphenator->hyphenate('multiple'); # prints "(mul)(ti)(ple)" =head1 EXPORT @@ -554,7 +554,7 @@ Alex Kapranoff, C<< >> =head1 BUGS AND SUPPORT -This code is hoste don Github, please see L. +This code is hosted on Github, please see L. Please report any bugs or feature requests to GitHub issues.