diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-18 04:30:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-18 04:30:24 +0000 |
commit | 53d8b1b83d50124b4c90921bb6086ec256ae063a (patch) | |
tree | d752cc3fe7ba39e8c90b8d9dcc2d5d67d27814ce /lib/unicode | |
parent | 7200bc44d9f5c2204bf35a8c0a192e5cc9698d27 (diff) | |
download | perl-53d8b1b83d50124b4c90921bb6086ec256ae063a.tar.gz |
The first bug found by 1_compile.t.
p4raw-id: //depot/perl@8472
Diffstat (limited to 'lib/unicode')
-rw-r--r-- | lib/unicode/distinct.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicode/distinct.pm b/lib/unicode/distinct.pm index 6471ac8d84..74f791f1a5 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'; |