Make Gruntmaster::Page::Base also act as strict/warnings/feature/etc
[gruntmaster-page.git] / lib / Gruntmaster / Page / Log.pm
index 68f45fdc3790bfe8ca045740d0782c1a36cd911a..7fe888523f0809acda18af0cf88eb0545ff33dae 100644 (file)
@@ -1,11 +1,6 @@
 package Gruntmaster::Page::Log;
 
-use 5.014000;
-use strict;
-use warnings;
 use Gruntmaster::Page::Base log => 'Job log';
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
 
 use constant PAGE_SIZE => 10;
 
This page took 0.009183 seconds and 4 git commands to generate.