Bump version and update Changes
[gruntmaster-data.git] / lib / Gruntmaster / App.pm
index b87cf175ba471b3df10a11aa5679ad46015a4ca5..4a93a163d6bc8849fc1006ed6b715ab3b6413c75 100644 (file)
@@ -3,7 +3,7 @@ package Gruntmaster::App;
 use 5.014000;
 use warnings;
 
-our $VERSION = '5999.000_004';
+our $VERSION = '5999.000_016';
 
 use App::Cmd::Setup '-app';
 use Gruntmaster::Data;
@@ -21,7 +21,10 @@ sub global_opt_spec {
 
 sub table { shift->global_options->{table} }
 
-dbinit $ENV{GRUNTMASTER_DSN} // 'dbi:Pg:';
+sub run {
+       dbinit $ENV{GRUNTMASTER_DSN} // 'dbi:Pg:';
+       shift->SUPER::run(@_);
+}
 
 1;
 __END__
@@ -52,7 +55,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2014-2016 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.1 or,
This page took 0.009506 seconds and 4 git commands to generate.