Make Gruntmaster::Page::Base also act as strict/warnings/feature/etc
[gruntmaster-page.git] / lib / Gruntmaster / Page / Src.pm
index 6dd5a9c2ad29dc5201a89786628ce2488fa5500b..8f9ab1b89ea9b45d8194df8fa97db8bc57766ad1 100644 (file)
@@ -1,11 +1,6 @@
 package Gruntmaster::Page::Src;
 
-use 5.014000;
-use strict;
-use warnings;
 use Gruntmaster::Page::Base;
-our @ISA = qw/Gruntmaster::Page::Base/;
-our $VERSION = '0.001';
 
 use constant CONTENT_TYPES => +{
        c => 'text/x-csrc',
This page took 0.009522 seconds and 4 git commands to generate.