From 4e2f498fc5c41289ae0576954ccf8e5cbdbac1a6 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Thu, 6 Feb 2025 23:24:18 -0500 Subject: [PATCH] Fix pod syntax error --- lib/Dancer2/Manual/Tutorial.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dancer2/Manual/Tutorial.pod b/lib/Dancer2/Manual/Tutorial.pod index f8a479e7a..04d757897 100644 --- a/lib/Dancer2/Manual/Tutorial.pod +++ b/lib/Dancer2/Manual/Tutorial.pod @@ -2217,7 +2217,7 @@ operation. In the C subtest, we submit a blog entry, and we should be taken to the view page for the new entry. By checking the resulting URL, we can verify that we were taken to the view page after the post was created. -=item C +=item * C This returns the full URI of the previous Mechanize operation. From this URI, we can extract the ID of the last blog entry we created. We'll need this