diff options
-rw-r--r-- | lib/Xconfig/resolution_and_depth.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Xconfig/resolution_and_depth.pm b/lib/Xconfig/resolution_and_depth.pm index 3d54996..be7a40d 100644 --- a/lib/Xconfig/resolution_and_depth.pm +++ b/lib/Xconfig/resolution_and_depth.pm @@ -2,7 +2,8 @@ package Xconfig::resolution_and_depth; # $Id: resolution_and_depth.pm 250289 200 use diagnostics; use strict; - +# perl_checker: require MDK::Common +# perl_checker: require ugtk2 use common; |