From b0e191430ab2e686497284f4d1a7b877bb95b1a0 Mon Sep 17 00:00:00 2001 From: yegg Date: Sat, 5 May 2012 09:10:09 -0400 Subject: [PATCH] take out qrcode dependencies --- dist.ini | 2 +- t/{ => ignore}/QRCode.t | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename t/{ => ignore}/QRCode.t (100%) diff --git a/dist.ini b/dist.ini index 0197366ed22..a7029534094 100644 --- a/dist.ini +++ b/dist.ini @@ -19,7 +19,7 @@ Text::Unidecode = 0.04 Date::Calc = 6.3 Lingua::EN::Numericalize = 1.52 Locale::SubCountry = 1.50 -HTML::Barcode::QRCode = 0.09 +; causing problems because not pp: HTML::Barcode::QRCode = 0.09 Unicode::Char = 0.02 [Prereqs / TestRequires] diff --git a/t/QRCode.t b/t/ignore/QRCode.t similarity index 100% rename from t/QRCode.t rename to t/ignore/QRCode.t