aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNigel Taylor <njtaylor0101@gmail.com>2013-04-04 19:29:26 +0100
committerNigel Taylor <njtaylor0101@gmail.com>2013-04-04 19:29:26 +0100
commit45121ec8f71c0f69cc4ca28fe2098f664a45281d (patch)
treede7b2c2c9e36e95c6411f8c4fb5892b8544ab273
parent31ac09fa07787a391e16f8060b414436048d7379 (diff)
downloadget-flash-videos-45121ec8f71c0f69cc4ca28fe2098f664a45281d.tar.gz
Output plugin failures to compile. See Issue 403
-rw-r--r--lib/FlashVideo/URLFinder.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/FlashVideo/URLFinder.pm b/lib/FlashVideo/URLFinder.pm
index bd42f4f..caaa894 100644
--- a/lib/FlashVideo/URLFinder.pm
+++ b/lib/FlashVideo/URLFinder.pm
@@ -113,6 +113,9 @@ sub _load {
no strict 'refs';
push @{$package . "::ISA"}, "FlashVideo::Site";
}
+ else {
+ info "Not loading $package $@" if ($@ =~ m%failed%);
+ }
return $package;
}