Add hydra-dev-server which uses the classic Catalyst server
This, in turns allows - Using --restart for reloading the perl code - Printing traces on error
This commit is contained in:
7
src/lib/Hydra/Script/DevServer.pm
Normal file
7
src/lib/Hydra/Script/DevServer.pm
Normal file
@ -0,0 +1,7 @@
|
||||
package Hydra::Script::DevServer;
|
||||
use Moose;
|
||||
use namespace::autoclean;
|
||||
|
||||
extends 'Catalyst::Script::Server';
|
||||
|
||||
1;
|
Reference in New Issue
Block a user