This, in turns allows - Using --restart for reloading the perl code - Printing traces on error
8 lines
112 B
Perl
8 lines
112 B
Perl
package Hydra::Script::DevServer;
|
|
use Moose;
|
|
use namespace::autoclean;
|
|
|
|
extends 'Catalyst::Script::Server';
|
|
|
|
1;
|