Add PASCAL
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 13 Feb 2014 16:47:57 +0000 (18:47 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 13 Feb 2014 16:47:57 +0000 (18:47 +0200)
lib/Gruntmaster/Page/Pb/Entry.pm

index 8b770efe3a24bcc5f193675171a685e364480227..84fbf052aa43efd9c0af6a61e3fa4d6a8f3466ed 100644 (file)
@@ -7,7 +7,7 @@ use Gruntmaster::Page::Base pb_entry => '<tmpl_var name>';
 our @ISA = qw/Gruntmaster::Page::Base/;
 our $VERSION = '0.001';
 
-use constant FORMATS => [qw/C CPP JAVA PERL PYTHON/];
+use constant FORMATS => [qw/C CPP JAVA PASCAL PERL PYTHON/];
 
 sub _generate{
        my ($self, $htc, $lang, $env, $contest, $id) = @_;
This page took 0.010178 seconds and 4 git commands to generate.