mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
@ -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 New Issue
Block a user