* Option to show the tail of a log.
This commit is contained in:
7
src/lib/Hydra/View/Plain.pm
Normal file
7
src/lib/Hydra/View/Plain.pm
Normal file
@ -0,0 +1,7 @@
|
||||
package Hydra::View::Plain;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use base 'Catalyst::View::Download::Plain';
|
||||
|
||||
1;
|
Reference in New Issue
Block a user