summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-13 20:23:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-13 20:23:46 +0000
commitb30d52315e62ecdd2fdfd26c0fe34c58fb04ef80 (patch)
tree2aecee8417c9e0e3141f85dba4dde4db05a27659 /perl-install/partition_table.pm
parent3d99989544c99d72fd403efc8ff80a1d522b32ad (diff)
downloaddrakx-backup-do-not-use-b30d52315e62ecdd2fdfd26c0fe34c58fb04ef80.tar
drakx-backup-do-not-use-b30d52315e62ecdd2fdfd26c0fe34c58fb04ef80.tar.gz
drakx-backup-do-not-use-b30d52315e62ecdd2fdfd26c0fe34c58fb04ef80.tar.bz2
drakx-backup-do-not-use-b30d52315e62ecdd2fdfd26c0fe34c58fb04ef80.tar.xz
drakx-backup-do-not-use-b30d52315e62ecdd2fdfd26c0fe34c58fb04ef80.zip
remove exported names which are not defined
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index e636f8bca..c6effc3ec 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -6,7 +6,7 @@ use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @important_types @important_types2 @fie
@ISA = qw(Exporter);
%EXPORT_TAGS = (
- types => [ qw(type2name type2fs name2type fs2type isExtended isExt2 isThisFs isTrueFS isSwap isDos isWin isFat isSunOS isOtherAvailableFS isPrimary isRawLVM isRawRAID isRAID isLVM isNT isMountableRW isNonMountable isPartOfLVM isPartOfRAID isPartOfLoopback isApplePartMap isLoopback isMounted isBusy isSpecial maybeFormatted isApple isAppleBootstrap) ],
+ types => [ qw(type2name type2fs name2type fs2type isExtended isExt2 isThisFs isTrueFS isSwap isDos isWin isFat isSunOS isOtherAvailableFS isPrimary isRawLVM isRawRAID isRAID isLVM isNT isMountableRW isNonMountable isPartOfLVM isPartOfRAID isPartOfLoopback isLoopback isMounted isBusy isSpecial maybeFormatted isApple isAppleBootstrap) ],
);
@EXPORT_OK = map { @$_ } values %EXPORT_TAGS;