From 88f61b47107b1610d4a653cfd861a178aa55d021 Mon Sep 17 00:00:00 2001
From: Timofey Potapov <timofey.potapov@otrs.com>
Date: Sat, 22 Jun 2024 23:22:49 +0200
Subject: [PATCH] 1.23 - Better completions in pod.

---
 Build.PL | 2 +-
 Changes  | 6 ++++++
 lib/e.pm | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/Build.PL b/Build.PL
index 0493d3a..df69abe 100755
--- a/Build.PL
+++ b/Build.PL
@@ -40,7 +40,7 @@ my $builder = $class->new(
     },
     requires => {
         'perl'              => '5.016',
-        'App::Pod'          => '0.37',
+        'App::Pod'          => '0.38',
         'Data::Printer'     => '0',
         'Data::Trace'       => '1.05',
         'Mojolicious'       => '0',
diff --git a/Changes b/Changes
index 8c83c34..87ca915 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for e
 
+=================
+1.23 - 2024-06-22
+=================
+
+Increased version of App::Pod - better completions.
+
 =================
 1.22 - 2024-06-20
 =================
diff --git a/lib/e.pm b/lib/e.pm
index a20979a..2cd0fdb 100644
--- a/lib/e.pm
+++ b/lib/e.pm
@@ -30,7 +30,7 @@ package e;
            ⠹⡽⣾⣿⠹⣿⣆⣾⢯⣿⣿ ⡞ ⠻⣿⣿⣿⠁ ⢠⣿⢏  ⡀ ⡟  ⢀⣴⣿⠃⢁⡼⠁ ⠈
              ⠈⠛ ⢻⣿⣧⢸⢟⠶⢾⡇  ⣸⡿⠁ ⢠⣾⡟⢼  ⣷ ⡇ ⣰⠋⠙⠁
                 ⠈⣿⣻⣾⣦⣇⢸⣇⣀⣶⡿⠁⣀⣀⣾⢿⡇⢸  ⣟⡦⣧⣶⠏ unleashed
-                 ⠸⢿⡍⠛⠻⠿⠿⠿⠋⣠⡾⢋⣾⣏⣸⣷⡸⣇⢰⠟⠛⠻⡄  v1.22
+                 ⠸⢿⡍⠛⠻⠿⠿⠿⠋⣠⡾⢋⣾⣏⣸⣷⡸⣇⢰⠟⠛⠻⡄  v1.23
                    ⢻⡄   ⠐⠚⠋⣠⡾⣧⣿⠁⠙⢳⣽⡟
                    ⠈⠳⢦⣤⣤⣀⣤⡶⠛ ⠈⢿⡆  ⢿⡇
                          ⠈    ⠈⠓  ⠈
@@ -45,7 +45,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '1.22';
+our $VERSION = '1.23';
 
 =head1 SYNOPSIS