diff --git a/HTML-Form-6.10.tar.gz b/HTML-Form-6.10.tar.gz
deleted file mode 100644
index 4366bf1..0000000
--- a/HTML-Form-6.10.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:df8393e35e495a0839f06a63fb65d6922842c180d260554137728a9f092df9d3
-size 42908
diff --git a/HTML-Form-6.11.tar.gz b/HTML-Form-6.11.tar.gz
new file mode 100644
index 0000000..7e30a07
--- /dev/null
+++ b/HTML-Form-6.11.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:43bfaa7087393487d2d51261a1aa7f6f81a97b1d8fef7a48fcf6ef32b16d6454
+size 44901
diff --git a/perl-HTML-Form.changes b/perl-HTML-Form.changes
index 6c1897f..d07589c 100644
--- a/perl-HTML-Form.changes
+++ b/perl-HTML-Form.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Sun Feb 12 03:07:28 UTC 2023 - Tina Müller
+
+- updated to 6.11
+ see /usr/share/doc/packages/perl-HTML-Form/Changes
+
+ 6.11 2023-02-11 11:49:19Z
+ - Perl::Tidy-ed the entire codebase (GH#42) (Julien Fiegehenn)
+ - Split extra packages inside HTML::Form into their own module files
+ and consolidate documentation (GH#43) (Julien Fiegehenn)
+ - Added test to check unrecognized options to parse(). (GH#46) (Mohammad S Anwar)
+
-------------------------------------------------------------------
Tue Aug 23 03:06:37 UTC 2022 - Tina Müller
diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec
index 3047d6e..2931f5a 100644
--- a/perl-HTML-Form.spec
+++ b/perl-HTML-Form.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Form
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name HTML-Form
Name: perl-HTML-Form
-Version: 6.10
+Version: 6.11
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Class that represents an HTML form element
@@ -33,12 +33,15 @@ BuildRequires: perl(HTTP::Request) >= 6
BuildRequires: perl(HTTP::Request::Common) >= 6.03
BuildRequires: perl(HTTP::Response)
BuildRequires: perl(Test::More) >= 0.96
+BuildRequires: perl(Test::Warnings)
BuildRequires: perl(URI) >= 1.10
+BuildRequires: perl(parent)
Requires: perl(HTML::TokeParser)
Requires: perl(HTTP::Request) >= 6
Requires: perl(HTTP::Request::Common) >= 6.03
Requires: perl(Test::More) >= 0.96
Requires: perl(URI) >= 1.10
+Requires: perl(parent)
%{perl_requires}
%description