summaryrefslogtreecommitdiff
path: root/lib/Feed.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Feed.pm')
-rw-r--r--lib/Feed.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Feed.pm b/lib/Feed.pm
index ece6724..7264638 100644
--- a/lib/Feed.pm
+++ b/lib/Feed.pm
@@ -59,6 +59,13 @@ sub BUILD {
return;
}
+sub DEMOLISH {
+
+ Log::Log4perl::MDC->put( uri => undef );
+
+ return;
+}
+
sub extract_title {
my ($self) = @_;