From 4ce6ec6b5e7b2ea11d88bc09ad755ddd18e35e59 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 29 Dec 2016 12:12:27 +0000 Subject: [PATCH] Fix Utils -> Util --- Webperl/System.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Webperl/System.pm b/Webperl/System.pm index e33bdac..ffe1d3d 100644 --- a/Webperl/System.pm +++ b/Webperl/System.pm @@ -25,7 +25,7 @@ package Webperl::System; use strict; use base qw(Webperl::SystemModule); -use Scalar::Utils qw(blessed); +use Scalar::Util qw(blessed); # ============================================================================ # Constructor and initialiser