Skip to content

Commit

Permalink
Clean up trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason A. Crome committed Aug 11, 2024
1 parent 4b12ad3 commit a034b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Dancer2/Manual/Deployment.pod
Original file line number Diff line number Diff line change
Expand Up @@ -742,13 +742,13 @@ The following modules can be used to speed up an app in Dancer2:

If you generated your application with C<dancer2 gen>, 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
Expand Down

0 comments on commit a034b69

Please sign in to comment.