Fix Utils -> Util

This commit is contained in:
Chris 2016-12-29 12:12:27 +00:00
parent a07d1f5120
commit 4ce6ec6b5e

View File

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