From 4b279ceef537cf2185878e053fc4338c17fa2379 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Mon, 13 May 2024 18:21:58 +0200 Subject: [PATCH] Fix POD formatting --- lib/Mojo/BaseUtil.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Mojo/BaseUtil.pm b/lib/Mojo/BaseUtil.pm index 7d8ce9973f..d72289440e 100644 --- a/lib/Mojo/BaseUtil.pm +++ b/lib/Mojo/BaseUtil.pm @@ -36,8 +36,8 @@ Mojo::BaseUtil - Common utility functions used in Mojo::Base, re-exported in Moj =head1 DESCRIPTION -L provides functions to both L and L so that C does not have to load -the rest of L while preventing a circular dependency. +L provides functions to both L and L, so that C does not have to +load the rest of L, while preventing a circular dependency. =head1 SEE ALSO