summaryrefslogtreecommitdiff
path: root/lib/Exporter.t
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2005-01-02 23:36:16 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-07 14:30:51 +0000
commit09e96b99c215ed417c37d0d188dd576c5464c72a (patch)
treef0311897e0c6eb6d473caa496bbc83165704599f /lib/Exporter.t
parent5df617be18e4372550725f3369e8e3fd641cce19 (diff)
downloadperl-09e96b99c215ed417c37d0d188dd576c5464c72a.tar.gz
Re: [PATCH] Remove Carp from warnings.pm
Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com> p4raw-id: //depot/perl@23768
Diffstat (limited to 'lib/Exporter.t')
-rw-r--r--lib/Exporter.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Exporter.t b/lib/Exporter.t
index 548613d11b..01c7891da8 100644
--- a/lib/Exporter.t
+++ b/lib/Exporter.t
@@ -75,7 +75,7 @@ $seat = 'seat';
BEGIN {*is = \&Is};
sub Is { 'Is' };
-Exporter::export_ok_tags;
+Exporter::export_ok_tags();
my %tags = map { $_ => 1 } map { @$_ } values %EXPORT_TAGS;
my %exportok = map { $_ => 1 } @EXPORT_OK;