1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut-pastebin synced 2025-06-07 14:17:26 -04:00

Use the new more comprehensive language model all over

This commit is contained in:
Ryan Voots 2017-04-26 19:21:34 -04:00
parent 33ec28a7e9
commit acd5ef7474

View file

@ -7,6 +7,7 @@ use Mojo::Base '-base';
my @langs = (
{name => "perl", mode => "perl", description => "Perl (blead/git)"},
{name => "deparse", mode => "perl", description => "Deparsed Perl"},
{name => "ruby", mode => "ruby", description => "Ruby (2.1)"},
{name => "text", mode => "text", description => "Plain text"},
{name => "perl5.24", mode => "perl", description => "Perl 5.24"},