Require versions of perl supporting smartmatch operator (~~)

Submitted by:	az
This commit is contained in:
Chris Rees 2013-05-29 19:20:52 +00:00
parent 0561da0d0b
commit d8fec0cdc6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319388

View file

@ -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;