From cbd396e4e094b63e06eac9fd6995f86a7b5d6472 Mon Sep 17 00:00:00 2001 From: Blaine Motsinger Date: Thu, 1 Aug 2024 07:12:22 -0400 Subject: [PATCH] Add Starman to perl deps --- INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index a178159..1f1c20e 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -24,7 +24,7 @@ These instructions walk through a basic installation of the Pasteburn applicatio The Perl dependencies for this project are listed in the `cpanfile` within the repo. - cpanm -n Config::Tiny Crypt::Eksblowfish::Bcrypt Crypt::Random Cwd Dancer2 Dancer2::Session::Cookie Data::Structure::Util DBD::SQLite DBI Digest::SHA Encode Getopt::Long HTML::Strip HTTP::Status Moo MooX::ClassAttribute namespace::clean Plack::Builder Plack::Middleware::TrailingSlashKiller Pod::Usage Scalar::Util Session::Storage::Secure strictures Template::Toolkit Time::Piece Try::Tiny + cpanm -n Config::Tiny Crypt::Eksblowfish::Bcrypt Crypt::Random Cwd Dancer2 Dancer2::Session::Cookie Data::Structure::Util DBD::SQLite DBI Digest::SHA Encode Getopt::Long HTML::Strip HTTP::Status Moo MooX::ClassAttribute namespace::clean Plack::Builder Plack::Middleware::TrailingSlashKiller Pod::Usage Scalar::Util Session::Storage::Secure strictures Template::Toolkit Time::Piece Try::Tiny Starman ## CREATE THE DATABASE