Subject: | Syntax Error |
Date: | Tue, 26 Oct 2010 19:17:43 +0300 |
To: | bug-Unicode-Lite [...] rt.cpan.org |
From: | Kaloyan Iliev Iliev <kaloyan [...] digsys.bg> |
Hello,
I find the following bug:
--------------------------$VERSION =
'0.12'-----------------------------------
require Unicode::String unless defined %Unicode::String::;
Show quoted text
-------------------------AS IT SHOUL BE-------------------------------------
require Unicode::String unless defined %Unicode::String;
-----------------------------------------------------------------------------
There are extra '::' before ';'.
Best regards.
Kaloyan Iliev