From: Vincent Pit Date: Sat, 11 Sep 2010 14:05:33 +0000 (+0200) Subject: Stop croaking on dists without a META file X-Git-Tag: v0.11~20 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=1ddbd8fe61633c043ec7be4e0a638bf8a30c3f74;hp=1ddbd8fe61633c043ec7be4e0a638bf8a30c3f74;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git Stop croaking on dists without a META file This was caused by $obj->meth->{key} not autovivifying when meth returns undef. ---