GUAC-670: Reduce required version of Perl.
This commit is contained in:
parent
e0e57b1885
commit
6a93033b97
@ -28,7 +28,8 @@
|
|||||||
# into the RDP plugin source.
|
# into the RDP plugin source.
|
||||||
#
|
#
|
||||||
|
|
||||||
use 5.012;
|
# We need at least Perl 5.8 for Unicode's sake
|
||||||
|
use 5.008;
|
||||||
|
|
||||||
sub keymap_symbol {
|
sub keymap_symbol {
|
||||||
my $_ = shift;
|
my $_ = shift;
|
||||||
|
Loading…
Reference in New Issue
Block a user