From 6c28a9cbfa2376c192352d5510167b300177e271 Mon Sep 17 00:00:00 2001 From: nekobit Date: Fri, 5 Aug 2022 19:46:59 +0000 Subject: [PATCH] Export &lists::content_lists FossilOrigin-Name: 4a2a1ce36f827bda26d6c5f24ed4ef64ed025ddbd8e8fe9732d0953d1892d7c2 --- perl/lists.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/lists.pm b/perl/lists.pm index f53f7ed..e107948 100644 --- a/perl/lists.pm +++ b/perl/lists.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Exporter 'import'; -our @EXPORTS = qw( ); +our @EXPORTS = qw( content_lists ); use template_helpers 'to_template';