diff options
Diffstat (limited to 't')
-rw-r--r-- | t/porting/podcheck.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index f8f7c72fa6..f343181538 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -497,7 +497,7 @@ package My::Pod::Checker { # Extend Pod::Checker } } - carp("Couldn't extract line number from $message") if $message =~ /line \d+/; + Carp::carp("Couldn't extract line number from $message") if $message =~ /line \d+/; push @{$problems{$filename{$addr}}{$message}}, $opts; #push @{$problems{$self->get_filename}{$message}}, $opts; } |