From b60c0cb8f67d745626fec6f0c8540818f24e91a6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 24 Jul 2001 22:39:28 +0000 Subject: move to MDK::Common, bool->to_bool --- perl-install/resize_fat/info_sector.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/resize_fat/info_sector.pm') diff --git a/perl-install/resize_fat/info_sector.pm b/perl-install/resize_fat/info_sector.pm index 1d9c1690a..35449cedc 100644 --- a/perl-install/resize_fat/info_sector.pm +++ b/perl-install/resize_fat/info_sector.pm @@ -3,7 +3,7 @@ package resize_fat::info_sector; # $Id$ use diagnostics; use strict; -use common qw(:system); +use common; use resize_fat::io; #- Oops, this will be unresizable on big-endian machine. trapped by signature. -- cgit v1.2.1