From ae7b2e6b4e8b6925722a15ca95bc0feabd564776 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 27 Oct 2010 22:55:13 -0700 Subject: [PATCH] =?utf8?q?Revert=20"Bump=20charnames=E2=80=99=20version"?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit fc7c69e2154d208e45cf3f5c98b74ed035d8f50c. --- lib/charnames.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/charnames.pm b/lib/charnames.pm index cef5edb6fd..677edfc6a5 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -2,7 +2,7 @@ package charnames; use strict; use warnings; use File::Spec; -our $VERSION = '1.17'; +our $VERSION = '1.16'; use bytes (); # for $bytes::hint_bits -- 2.34.1