Subject: | many warnings from dbicdump |
dbicdump command:
dbicdump -o use_moose=1 -o dump_directory=lib -o
components='["InflateColumn::DateTime","PassphraseColumn"]' My::Schema
'dbi:Pg:dbname=DB;host=192.168.1.1' user pass
Runs silently in 0.07022; in 0.07023, spews lots of warnings:
(The first line here is repeated several hundred times, then the rest of the output is as given.)
Use of uninitialized value $col in hash element at /opt/perl-
5.14.2/lib/site_perl/5.14.2/DBIx/Class/Schema/Loader/Base.pm line 2349.
Use of uninitialized value in hash element at /opt/perl-
5.14.2/lib/site_perl/5.14.2/DBIx/Class/Schema/Loader/RelBuilder.pm line 398.
Use of uninitialized value in hash element at /opt/perl-
5.14.2/lib/site_perl/5.14.2/DBIx/Class/Schema/Loader/RelBuilder.pm line 398.
Use of uninitialized value $column in exists at /opt/perl-
5.14.2/lib/site_perl/5.14.2/DBIx/Class/ResultSource.pm line 380.
Use of uninitialized value $column in concatenation (.) or string at /opt/perl-
5.14.2/lib/site_perl/5.14.2/DBIx/Class/ResultSource.pm line 380.
DBIx::Class::Schema::Loader::make_schema_at(): No such column at /opt/perl/bin/dbicdump
line 178
Exit status: 255
Don't have time to investigate further right now , sorry. 8^l