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