Require versions of perl supporting smartmatch operator (~~)
Submitted by: az
This commit is contained in:
parent
0561da0d0b
commit
d8fec0cdc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319388
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
# MAINTAINER= crees@FreeBSD.org
|
||||
#
|
||||
|
||||
# Smartmatch operator (~~) used
|
||||
require 5.10.1;
|
||||
|
||||
use Cwd "abs_path";
|
||||
use Getopt::Std;
|
||||
use Sys::Hostname;
|
||||
|
|
Loading…
Reference in a new issue