Release commit for 1.62
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Producer / DiaUml.pm
index 187bd61..6cffc5c 100644 (file)
@@ -28,17 +28,13 @@ automatically arrange them horizontally or vertically.
 
 =head2 Producer Args
 
-=over 4
-
-=back
-
 =cut
 
 use strict;
 use warnings;
 
 our ( $DEBUG, @EXPORT_OK );
-our $VERSION = '1.59';
+our $VERSION = '1.62';
 $DEBUG   = 0 unless defined $DEBUG;
 
 use File::ShareDir qw/dist_dir/;