From 559d7af9af58054b6ae3724e9af22e3624ae3ebd Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Tue, 14 Nov 2017 15:38:58 +0100 Subject: Tell convert.pl where to find common.pl. I suppose '.' used to be in @INC. --- radius/convert.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius/convert.pl b/radius/convert.pl index 7ca424e..949834a 100755 --- a/radius/convert.pl +++ b/radius/convert.pl @@ -34,7 +34,7 @@ # # $Id$ # -require "common.pl"; +require "./common.pl"; # # Read all of the dictionaries -- cgit v1.1