* Option to show the tail of a log.

This commit is contained in:
Eelco Dolstra
2009-03-16 12:16:33 +00:00
parent 54475b9266
commit a6e84d8431
4 changed files with 17 additions and 4 deletions

View File

@ -0,0 +1,7 @@
package Hydra::View::Plain;
use strict;
use warnings;
use base 'Catalyst::View::Download::Plain';
1;