From a73373457a03facd0c96632a9c19150eda3f85f3 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 26 Jan 2014 09:15:33 +0200 Subject: [PATCH] Move FORMAT_EXTENSION to gruntmaster-handlers --- lib/Gruntmaster/Page/Log.pm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lib/Gruntmaster/Page/Log.pm b/lib/Gruntmaster/Page/Log.pm index 14d9c62..cdef1df 100644 --- a/lib/Gruntmaster/Page/Log.pm +++ b/lib/Gruntmaster/Page/Log.pm @@ -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', -- 2.39.2