From: Peter Rabbitson Date: Thu, 19 Jan 2012 09:01:20 +0000 (+0100) Subject: Forgotten dependency used in bdf60588 X-Git-Tag: v0.11011~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=465cea6c1f31e6d8ec1c787ff4ea21ce587534a6;p=dbsrgits%2FSQL-Translator.git Forgotten dependency used in bdf60588 --- diff --git a/Makefile.PL b/Makefile.PL index b3fc738..6ebaaff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,6 +9,7 @@ my $deps = { requires => { 'Class::Base' => '0', 'Class::Data::Inheritable' => '0.02', + 'Class::Unload' => '0.07', 'Digest::SHA' => '0', 'Carp::Clan' => '0', 'IO::Dir' => '0',