generate.pl: prefer to use VERSION
with numeric form
As stated in `perldoc -f use`, using a v-string literal should be avoided in favor of numeric form for backwards compatibility.
This commit is contained in:
parent
c2454eadb0
commit
b1d0459e7a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env perl
|
||||
use v5.14;
|
||||
use 5.014;
|
||||
use strict;
|
||||
use warnings;
|
||||
use YAML::XS;
|
||||
|
|
Loading…
Add table
Reference in a new issue