mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:45:40 -04:00
Fix some stuff with supereval
This commit is contained in:
parent
8804f742bd
commit
056440daf3
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,3 +9,4 @@ modules.lst
|
|||
*.log
|
||||
jail.ext4
|
||||
var/asn.db
|
||||
langs/
|
||||
|
|
|
@ -74,7 +74,7 @@ sub command {
|
|||
$code = "use strict; ".$code if ($c =~ /s/);
|
||||
}
|
||||
|
||||
$code = "use utf8; ". $code if ($type =~ /^perl(5.(8|10|12|14|16|18|20|22|24|26))?4/);
|
||||
$code = "use utf8; ". $code if ($type =~ /^perl(5.(8|10|12|14|16|18|20|22|24|26))?$/);
|
||||
|
||||
$code =~ s//\n/g;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue