From 284b92d80b1c3feddc3b2a9d6597bd3e01af4eb0 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 4 Aug 2022 19:09:32 -0400 Subject: [PATCH] Update Perl module dependencies Add missing modules to the Installation section --- README.md | 4 +++- site-generator | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9997570..d096ab2 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ Static web page generator for the Hacker Public Radio website. * Pod::Usage * Config::Std * Template - * Template::Plugin:File + * Template::Plugin::File + * Template::Plugin::DBI * DBI * Tie::DBI + * DBD::SQLite * Date::Calc ## Usage diff --git a/site-generator b/site-generator index b7f613f..34c4a68 100755 --- a/site-generator +++ b/site-generator @@ -43,9 +43,11 @@ This is a site generator for the Hacker Public Radio website based upon the Perl * Pod::Usage * Config::Std * Template - * Template::Plugin:File + * Template::Plugin::File + * Template::Plugin::DBI * DBI * Tie::DBI + * DBD::SQLite * Date::Calc =head1 AUTHOR