From: Vincent Pit Date: Tue, 6 Aug 2013 03:10:19 +0000 (-0300) Subject: Get rid of t/99-kwalitee.t X-Git-Tag: v0.11~13 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=867481d24b5ea7eb0c8ce099e38da65d8b38fb37;hp=867481d24b5ea7eb0c8ce099e38da65d8b38fb37;p=perl%2Fmodules%2FSub-Prototype-Util.git Get rid of t/99-kwalitee.t New versions started to throw warnings if specific environment variables are not set. This may be appropriate for dist manager users, but not really for the rest of the world. Since kwalitee metrics are either obvious or useless, there's no big loss in removing this test anyway. ---