From a034b69fad8456d4a8e3ddd47bb90324f63b5888 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Sun, 11 Aug 2024 15:26:55 -0400 Subject: [PATCH] Clean up trailing spaces --- lib/Dancer2/Manual/Deployment.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Dancer2/Manual/Deployment.pod b/lib/Dancer2/Manual/Deployment.pod index dbc6d3fde..118cab477 100644 --- a/lib/Dancer2/Manual/Deployment.pod +++ b/lib/Dancer2/Manual/Deployment.pod @@ -742,13 +742,13 @@ The following modules can be used to speed up an app in Dancer2: If you generated your application with C, you can easily install these with the following command: - + cpanm --installdeps . --with-feature=accelerate To build them, you will need access to a C compiler, and using these modules will prevent you from fatpacking your application. -These modules are installed by default when building a Docker container +These modules are installed by default when building a Docker container containing your application. =head1 Packaging Dancer2 applications for CPAN