Move FORMAT_EXTENSION to gruntmaster-handlers
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 26 Jan 2014 07:15:33 +0000 (09:15 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 26 Jan 2014 07:15:33 +0000 (09:15 +0200)
lib/Gruntmaster/Page/Log.pm

index 14d9c62d6d1f1e548e349ae0bcba7e19388829a7..cdef1df1aa9f4fbb167bd40d6ebc10b6760e7f8a 100644 (file)
@@ -9,17 +9,6 @@ our $VERSION = '0.001';
 
 use constant PAGE_SIZE => 10;
 
-use constant FORMAT_EXTENSION => {
-       C => 'c',
-       CPP => 'cpp',
-       MONO => 'cs',
-       JAVA => 'java',
-       PASCAL => 'pas',
-       PERL => 'pl',
-       PYTHON => 'py',
-       RUBY => 'rb',
-};
-
 use constant TEMPLATES => {
        en => <<'HTML',
 <table border>
This page took 0.010954 seconds and 4 git commands to generate.