equal
deleted
inserted
replaced
10 # |
10 # |
11 # You should have received a copy of the GNU General Public License |
11 # You should have received a copy of the GNU General Public License |
12 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
12 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
13 |
13 |
14 package CrashTest::Plugin::Storage::Sql::Command::db; |
14 package CrashTest::Plugin::Storage::Sql::Command::db; |
|
15 |
15 use Mojo::Base 'Mojolicious::Command'; |
16 use Mojo::Base 'Mojolicious::Command'; |
16 use File::Spec::Functions 'catdir'; |
17 use File::Spec::Functions 'catdir'; |
17 use File::Basename; |
18 use File::Basename; |
18 |
19 |
19 # Short description |
20 # Short description |