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