From b75c8c73cd7f3c92a16e03fb046f4e2a99363bc7 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" <schwern@pobox.com> Date: Tue, 5 Dec 2000 16:23:28 -0500 Subject: $VERSION crusade, strict, tests, etc... all over lib/ Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013 --- lib/charnames.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/charnames.pm') diff --git a/lib/charnames.pm b/lib/charnames.pm index 0ec7ec2d21..934fafddd5 100644 --- a/lib/charnames.pm +++ b/lib/charnames.pm @@ -1,4 +1,7 @@ package charnames; + +our $VERSION = '1.00'; + use bytes (); # for $bytes::hint_bits use warnings(); $charnames::hint_bits = 0x20000; -- cgit v1.2.1