- Fixes a bug where _apply_default_value is not found (due to it being part of SQL...
Jonathan Yu [Wed, 14 Jan 2009 15:00:41 +0000 (15:00 +0000)]
lib/SQL/Translator/Producer/PostgreSQL.pm

index 920a893..f711b4f 100644 (file)
@@ -42,6 +42,7 @@ use vars qw[ $DEBUG $WARN $VERSION %used_names ];
 $VERSION = sprintf "%d.%02d", q$Revision: 1.29 $ =~ /(\d+)\.(\d+)/;
 $DEBUG = 0 unless defined $DEBUG;
 
+use base qw(SQL::Translator::Producer);
 use SQL::Translator::Schema::Constants;
 use SQL::Translator::Utils qw(debug header_comment);
 use Data::Dumper;