Fix tests!
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / HTML.pm
index 14ab7d5..8936f65 100644 (file)
@@ -24,7 +24,7 @@ use strict;
 use Data::Dumper;
 use vars qw($NOWRAP $NOLINKTABLE $NAME);
 
-$NAME = join ', ', __PACKAGE__, $VERSION;
+$NAME = __PACKAGE__;
 $NOWRAP = 0 unless defined $NOWRAP;
 $NOLINKTABLE = 0 unless defined $NOLINKTABLE;