Subject: | POD error |
This would fix the POD error caused by non-ASCII text in the POD:
diff --git a/Canonical.pm b/Canonical.pm
index 6d86aa1..dc0ceaf 100644
--- a/Canonical.pm
+++ b/Canonical.pm
@@ -1,5 +1,7 @@
#!/usr/bin/perl
+=encoding utf8
+
=head1 NAME
String::Canonical - Creates canonical strings.