From 89c581090d843514895af15bc4ad5f2b793274f1 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 1 Sep 2003 13:38:20 +0000 Subject: fixed @EXPORT for N() by using qw(N) instead of qw(*N) which breaks rpmdrake. --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index d2ab1d5a..ea6a2f83 100644 --- a/urpm.pm +++ b/urpm.pm @@ -5,7 +5,7 @@ use vars qw($VERSION @ISA @EXPORT); $VERSION = '4.4'; @ISA = qw(Exporter URPM); -@EXPORT = qw(*N); +@EXPORT = qw(N); use URPM; use URPM::Resolve; -- cgit v1.2.1