Bumping version to 1.60
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Parser / DBI / Oracle.pm
index cdcf469..f3d0742 100644 (file)
@@ -22,9 +22,8 @@ use SQL::Translator::Schema::Table;
 use SQL::Translator::Schema::Field;
 use SQL::Translator::Schema::Constraint;
 
-our $VERSION = '1.59';
+our $VERSION = '1.60';
 
-# -------------------------------------------------------------------
 sub parse {
     my ( $tr, $dbh ) = @_;
 
@@ -124,9 +123,9 @@ Earl Cahill E<lt>cpan@spack.netE<gt>.
 
 =head1 ACKNOWLEDGEMENT
 
-Initial revision of this module came almost entirely from work done by 
+Initial revision of this module came almost entirely from work done by
 Todd Hepler E<lt>thepler@freeshell.orgE<gt>.  My changes were
-quite minor (ensuring NAME_uc, changing a couple variable names, 
+quite minor (ensuring NAME_uc, changing a couple variable names,
 skipping tables with a $ in them).
 
 Todd claimed his work to be an almost verbatim copy of