Remove unicode::distinct, as per Inaba Hiroto.
[p5sagit/p5-mst-13.2.git] / lib / Test.pm
index 3dab894..77728bc 100644 (file)
@@ -9,7 +9,7 @@ use vars (qw($VERSION @ISA @EXPORT @EXPORT_OK $ntest $TestLevel), #public-ish
          qw($TESTOUT $ONFAIL %todo %history $planned @FAILDETAIL)#private-ish
          );
 
-$VERSION = '1.18';
+$VERSION = '1.17_00';
 require Exporter;
 @ISA=('Exporter');