From 76c15baf631ded1026052a863d9fa9504194b8a1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 21 Jul 2021 13:57:20 -0700 Subject: [PATCH] cpanfile: add missing semi-colon --- cpanfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanfile b/cpanfile index ba38a8f1..58462630 100644 --- a/cpanfile +++ b/cpanfile @@ -405,7 +405,7 @@ feature trans => sub { feature urban => sub { requires 'WebService::UrbanDictionary'; requires 'Getopt::Long'; -} +}; feature wikipedia => sub { requires 'WWW::Wikipedia';