Rename init to dbinit and export it
[gruntmaster-data.git] / lib / Gruntmaster / App.pm
index f61d145fad0347162455ee8da0e32793bf154d39..f2069284c6b5f53738540a3bdefdb14629be06cf 100644 (file)
@@ -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__
This page took 0.009573 seconds and 4 git commands to generate.