From 6a17d5e2d044065cf0981d584a311a664093b22a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 Mar 2012 19:12:49 +0000 Subject: only cleanrpmsrate() is exported and we don't call anything else anyway --- clean-rpmsrate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clean-rpmsrate b/clean-rpmsrate index 822690c..1c34f93 100755 --- a/clean-rpmsrate +++ b/clean-rpmsrate @@ -3,7 +3,7 @@ # use strict; -use MGATools::rpmsrate qw(cleanrpmsrate); +use MGATools::rpmsrate; my $output_file; $ARGV[0] =~ /-o/ and shift @ARGV and $output_file = shift; -- cgit v1.2.1