ecarroll@AMD64:~/code/perl/alzabo$ perl -MData::Dumper -MAlzabo::Create::Schema -e'$_= Alzabo::Create::Schema->reverse_engineer(name => q/dealermade/,rdbms=> q/PostgreSQL/, user=> q/ecarroll/, password=>q/password/); print Dumper $_;' Table users already exists in schema Trace begun at /usr/local/share/perl/5.8.7/Alzabo/Create/Table.pm line 65 Alzabo::Create::Table::set_name(undef, undef) called at /usr/local/share/perl/5.8.7/Alzabo/Create/Table.pm line 39 Alzabo::Create::Table::new(undef, 'schema', 'Alzabo::Create::Schema=HASH(0x6012d0)', 'name', 'users') called at /usr/local/share/perl/5.8.7/Alzabo/Create/Schema.pm line 139 Alzabo::Create::Schema::make_table('Alzabo::Create::Schema=HASH(0x6012d0)', 'name', 'users') called at /usr/local/share/perl/5.8.7/Alzabo/RDBMSRules/PostgreSQL.pm line 843 Alzabo::RDBMSRules::PostgreSQL::reverse_engineer('Alzabo::RDBMSRules::PostgreSQL=HASH(0xd39b10)', 'Alzabo::Create::Schema=HASH(0x6012d0)') called at /usr/local/share/perl/5.8.7/Alzabo/Create/Schema.pm line 85 Alzabo::Create::Schema::reverse_engineer('Alzabo::Create::Schema', 'name', 'dealermade', 'rdbms', 'PostgreSQL', 'user', 'ecarroll', 'password', 'password') called at -e line 1