X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FApp.pm;h=f2069284c6b5f53738540a3bdefdb14629be06cf;hb=refs%2Fheads%2Fnodbic;hp=f61d145fad0347162455ee8da0e32793bf154d39;hpb=92f74061ec24c7d45c9312ae54280356530f6c8c;p=gruntmaster-data.git diff --git a/lib/Gruntmaster/App.pm b/lib/Gruntmaster/App.pm index f61d145..f206928 100644 --- a/lib/Gruntmaster/App.pm +++ b/lib/Gruntmaster/App.pm @@ -21,7 +21,7 @@ sub global_opt_spec { sub table { shift->global_options->{table} } -Gruntmaster::Data::init $ENV{GRUNTMASTER_DSN} // 'dbi:Pg:'; +dbinit $ENV{GRUNTMASTER_DSN} // 'dbi:Pg:'; 1; __END__