From d8e331744aea869fa4dd38d8dbbacd5b641be5d1 Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Mon, 14 Mar 2022 10:54:54 -0400 Subject: [PATCH] Fix the Dancer2::DeprecationPolicy abstract When I reformatted the document, I failed to notice how vim butchered the module abstract. This restores it, and also fixes the wording. Resolves #1657 --- lib/Dancer2/DeprecationPolicy.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Dancer2/DeprecationPolicy.pod b/lib/Dancer2/DeprecationPolicy.pod index 51c0cd768..9c6bbb888 100644 --- a/lib/Dancer2/DeprecationPolicy.pod +++ b/lib/Dancer2/DeprecationPolicy.pod @@ -1,5 +1,6 @@ -package Dancer2::DeprecationPolicy; # ABSTRACT: Define the process by which -outdated, broken, or unused code from Dancer2 +package Dancer2::DeprecationPolicy; + +# ABSTRACT: Define the process by which outdated, broken, or unused code is removed from Dancer2 =encoding UTF-8