From 53d8b1b83d50124b4c90921bb6086ec256ae063a Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 18 Jan 2001 04:30:24 +0000 Subject: [PATCH] The first bug found by 1_compile.t. p4raw-id: //depot/perl@8472 --- lib/unicode/distinct.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicode/distinct.pm b/lib/unicode/distinct.pm index 6471ac8..74f791f 100644 --- a/lib/unicode/distinct.pm +++ b/lib/unicode/distinct.pm @@ -1,4 +1,4 @@ -package unicode:distinct; +package unicode::distinct; our $VERSION = '0.01'; -- 2.7.4