diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Exporter.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Exporter.pm b/lib/Exporter.pm index fd95a7efef..abdb1e788b 100644 --- a/lib/Exporter.pm +++ b/lib/Exporter.pm @@ -176,6 +176,7 @@ sub export_ok_tags { _push_tags((caller)[0], "EXPORT_OK", \@_) } # Default methods sub export_fail { + my $self = shift; @_; } |