diff --git a/INSTALL b/INSTALL
index c031499..a1f7015 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
-
 This is the Perl distribution Mason-Plugin-HTMLFilters.
 
 Installing Mason-Plugin-HTMLFilters is straightforward.
@@ -9,10 +8,10 @@ If you have cpanm, you only need one line:
 
     % cpanm Mason::Plugin::HTMLFilters
 
-If you are installing into a system-wide directory, you may need to pass the
-"-S" flag to cpanm, which uses sudo to install the module:
-
-    % cpanm -S Mason::Plugin::HTMLFilters
+If it does not have permission to install modules to the current perl, cpanm
+will automatically set up and install to a local::lib in your home directory.
+See the local::lib documentation (https://metacpan.org/pod/local::lib) for
+details on enabling it in your environment.
 
 ## Installing with the CPAN shell
 
@@ -22,8 +21,11 @@ Alternatively, if your CPAN shell is set up, you should just be able to do:
 
 ## Manual installation
 
-As a last resort, you can manually install it. Download the tarball, untar it,
-then build it:
+As a last resort, you can manually install it. If you have not already
+downloaded the release tarball, you can find the download link on the module's
+MetaCPAN page: https://metacpan.org/pod/Mason::Plugin::HTMLFilters
+
+Untar the tarball, install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
@@ -32,13 +34,42 @@ Then install it:
 
     % make install
 
-If you are installing into a system-wide directory, you may need to run:
+On Windows platforms, you should use `dmake` or `nmake`, instead of `make`.
+
+If your perl is system-managed, you can create a local::lib in your home
+directory to install modules to. For details, see the local::lib documentation:
+https://metacpan.org/pod/local::lib
+
+The prerequisites of this distribution will also have to be installed manually. The
+prerequisites are listed in one of the files: `MYMETA.yml` or `MYMETA.json` generated
+by running the manual build process described above.
+
+## Configure Prerequisites
 
-    % sudo make install
+This distribution requires other modules to be installed before this
+distribution's installer can be run.  They can be found under the
+"configure_requires" key of META.yml or the
+"{prereqs}{configure}{requires}" key of META.json.
+
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
 
 ## Documentation
 
 Mason-Plugin-HTMLFilters documentation is available as POD.
-You can run perldoc from a shell to read the documentation:
+You can run `perldoc` from a shell to read the documentation:
 
     % perldoc Mason::Plugin::HTMLFilters
+
+For more information on installing Perl modules via CPAN, please see:
+https://www.cpan.org/modules/INSTALL.html
diff --git a/LICENSE b/LICENSE
index f457a74..0e4e915 100644
--- a/LICENSE
+++ b/LICENSE
@@ -18,15 +18,16 @@ This is free software, licensed under:
 
   The GNU General Public License, Version 1, February 1989
 
-		    GNU GENERAL PUBLIC LICENSE
-		     Version 1, February 1989
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
-                59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-			    Preamble
+                            Preamble
 
   The license agreements of most software companies try to keep users
 at the mercy of those companies.  By contrast, our General Public
@@ -67,7 +68,7 @@ authors' reputations.
   The precise terms and conditions for copying, distribution and
 modification follow.
 
-		    GNU GENERAL PUBLIC LICENSE
+                    GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@ make exceptions for this.  Our decision will be guided by the two goals
 of preserving the free status of all derivatives of our free software and
 of promoting the sharing and reuse of software generally.
 
-			    NO WARRANTY
+                            NO WARRANTY
 
   9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
@@ -207,9 +208,9 @@ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
-		     END OF TERMS AND CONDITIONS
+                     END OF TERMS AND CONDITIONS
 
-	Appendix: How to Apply These Terms to Your New Programs
+        Appendix: How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
 possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@ the exclusion of warranty; and each file should have at least the
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -290,21 +292,21 @@ Definitions:
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -371,7 +373,7 @@ products derived from this software without specific prior written permission.
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff --git a/MANIFEST b/MANIFEST
index 7c00380..3b95593 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,3 +1,4 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024.
 Changes
 INSTALL
 LICENSE
diff --git a/META.json b/META.json
index d0d2b77..8f67949 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Jonathan Swartz <swartz@pobox.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.200008, CPAN::Meta::Converter version 2.113640",
+   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -21,7 +21,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.30"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
@@ -32,7 +32,7 @@
       },
       "test" : {
          "requires" : {
-            "Test::Class::Most" : 0
+            "Test::Class::Most" : "0"
          }
       }
    },
@@ -48,6 +48,9 @@
          "web" : "https://github.com/jonswar/perl-mason-plugin-htmlfilters"
       }
    },
-   "version" : "0.03"
+   "version" : "0.03",
+   "x_generated_by_perl" : "v5.34.0",
+   "x_serialization_backend" : "JSON::XS version 4.03",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff --git a/META.yml b/META.yml
index d794855..0618403 100644
--- a/META.yml
+++ b/META.yml
@@ -3,23 +3,26 @@ abstract: 'Filters related to HTML generation'
 author:
   - 'Jonathan Swartz <swartz@pobox.com>'
 build_requires:
-  Test::Class::Most: 0
+  Test::Class::Most: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 6.30
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200008, CPAN::Meta::Converter version 2.113640'
+generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Mason-Plugin-HTMLFilters
 no_index:
   directory:
     - lib/Mason/Plugin/HTMLFilters
 requires:
-  HTML::FillInForm: 2.00
-  Mason: 2.00
+  HTML::FillInForm: '2.00'
+  Mason: '2.00'
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Mason-Plugin-HTMLFilters
   repository: git://github.com/jonswar/perl-mason-plugin-htmlfilters.git
-version: 0.03
+version: '0.03'
+x_generated_by_perl: v5.34.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff --git a/Makefile.PL b/Makefile.PL
index 37053b1..5f1d113 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,54 +1,48 @@
-
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
 use strict;
 use warnings;
 
 
 
-use ExtUtils::MakeMaker 6.30;
-
-
+use ExtUtils::MakeMaker;
 
 my %WriteMakefileArgs = (
-  'ABSTRACT' => 'Filters related to HTML generation',
-  'AUTHOR' => 'Jonathan Swartz <swartz@pobox.com>',
-  'BUILD_REQUIRES' => {
-    'Test::Class::Most' => '0'
+  "ABSTRACT" => "Filters related to HTML generation",
+  "AUTHOR" => "Jonathan Swartz <swartz\@pobox.com>",
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => 0
   },
-  'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.30'
+  "DISTNAME" => "Mason-Plugin-HTMLFilters",
+  "LICENSE" => "perl",
+  "NAME" => "Mason::Plugin::HTMLFilters",
+  "PREREQ_PM" => {
+    "HTML::FillInForm" => "2.00",
+    "Mason" => "2.00"
   },
-  'DISTNAME' => 'Mason-Plugin-HTMLFilters',
-  'EXE_FILES' => [],
-  'LICENSE' => 'perl',
-  'NAME' => 'Mason::Plugin::HTMLFilters',
-  'PREREQ_PM' => {
-    'HTML::FillInForm' => '2.00',
-    'Mason' => '2.00'
+  "TEST_REQUIRES" => {
+    "Test::Class::Most" => 0
   },
-  'VERSION' => '0.03',
-  'test' => {
-    'TESTS' => 't/*.t'
+  "VERSION" => "0.03",
+  "test" => {
+    "TESTS" => "t/*.t"
   }
 );
 
 
-unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
-  my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
-  my $pp = $WriteMakefileArgs{PREREQ_PM};
-  for my $mod ( keys %$br ) {
-    if ( exists $pp->{$mod} ) {
-      $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
-    }
-    else {
-      $pp->{$mod} = $br->{$mod};
-    }
-  }
+my %FallbackPrereqs = (
+  "HTML::FillInForm" => "2.00",
+  "Mason" => "2.00",
+  "Test::Class::Most" => 0
+);
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  delete $WriteMakefileArgs{TEST_REQUIRES};
+  delete $WriteMakefileArgs{BUILD_REQUIRES};
+  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
 }
 
 delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-
diff --git a/README b/README
deleted file mode 100644
index 7446164..0000000
--- a/README
+++ /dev/null
@@ -1,88 +0,0 @@
-NAME
-    Mason::Plugin::HTMLFilters - Filters related to HTML generation
-
-FILTERS
-    HTML or H
-        Do a basic HTML escape on the content - just the characters '&',
-        '>', '<', and '"'.
-
-            <input name="company" value="<% $company | H %>">
-
-    HTMLEntities
-        Do a comprehensive HTML escape on the content, using
-        HTML::Entities::encode_entities.
-
-    URI or U
-        URI-escape the content.
-
-            <a href="<% $url | U %>">
-
-    HTMLPara
-        Formats a block of text into HTML paragraphs. A sequence of two or
-        more newlines is used as the delimiter for paragraphs which are then
-        wrapped in HTML ""<p>""...""</p>"" tags. Taken from
-        Template::Toolkit. e.g.
-
-            % $.HTMLPara {{
-            First paragraph.
-      
-            Second paragraph.
-            % }}
-    
-        outputs:
-
-            <p>
-            First paragraph.
-            </p>
-      
-            <p>
-            Second paragraph.
-            </p>
-
-    HTMLParaBreak
-        Similar to HTMLPara above, but uses the HTML tag sequence "<br><br>"
-        to join paragraphs. Taken from Template::Toolkit. e.g.
-
-            % $.HTMLPara {{
-            First paragraph.
-      
-            Second paragraph.
-            % }}
-    
-        outputs:
-
-            First paragraph.
-            <br><br>
-            Second paragraph.
-
-    FillInForm ($form_data, %options)
-        Uses HTML::FillInForm to fill in the form with the specified
-        *$form_data* and *%options*.
-
-            % $.FillInForm($form_data, target => 'form1') {{
-            ...
-            <form name='form1'>
-            ...
-            % }}
-
-SUPPORT
-    The mailing list for Mason and Mason plugins is
-    mason-users@lists.sourceforge.net. You must be subscribed to send a
-    message. To subscribe, visit
-    https://lists.sourceforge.net/lists/listinfo/mason-users.
-
-    You can also visit us at `#mason' on irc:.
-
-    Bugs and feature requests will be tracked at RT:
-
-        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Mason-Plugin-HTMLFilters
-        bug-mason-plugin-htmlfilters@rt.cpan.org
-
-    The latest source code can be browsed and fetched at:
-
-        http://github.com/jonswar/perl-mason-plugin-htmlfilters
-        git clone git://github.com/jonswar/perl-mason-plugin-htmlfilters.git
-
-SEE ALSO
-    Mason
-
diff --git a/debian/changelog b/debian/changelog
index 54c5b1a..02a3569 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmason-plugin-htmlfilters-perl (0.03-2) UNRELEASED; urgency=low
+libmason-plugin-htmlfilters-perl (0.03+git20120611.1.3029b9b-1) UNRELEASED; urgency=low
 
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
@@ -26,7 +26,10 @@ libmason-plugin-htmlfilters-perl (0.03-2) UNRELEASED; urgency=low
   [ gregor herrmann ]
   * debian/watch: use uscan version 4.
 
- -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 06 Jan 2013 22:03:27 +0100
+  [ Debian Janitor ]
+  * New upstream snapshot.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Wed, 09 Mar 2022 16:18:14 -0000
 
 libmason-plugin-htmlfilters-perl (0.03-1.1) unstable; urgency=medium
 
diff --git a/lib/Mason/Plugin/HTMLFilters.pm b/lib/Mason/Plugin/HTMLFilters.pm
index 233f945..bcc0885 100644
--- a/lib/Mason/Plugin/HTMLFilters.pm
+++ b/lib/Mason/Plugin/HTMLFilters.pm
@@ -1,7 +1,5 @@
 package Mason::Plugin::HTMLFilters;
-BEGIN {
-  $Mason::Plugin::HTMLFilters::VERSION = '0.03';
-}
+$Mason::Plugin::HTMLFilters::VERSION = '0.03';
 use Moose;
 with 'Mason::Plugin';
 
diff --git a/lib/Mason/Plugin/HTMLFilters/Filters.pm b/lib/Mason/Plugin/HTMLFilters/Filters.pm
index 7daf2d8..bab5d26 100644
--- a/lib/Mason/Plugin/HTMLFilters/Filters.pm
+++ b/lib/Mason/Plugin/HTMLFilters/Filters.pm
@@ -1,7 +1,5 @@
 package Mason::Plugin::HTMLFilters::Filters;
-BEGIN {
-  $Mason::Plugin::HTMLFilters::Filters::VERSION = '0.03';
-}
+$Mason::Plugin::HTMLFilters::Filters::VERSION = '0.03';
 use Mason::PluginRole;
 
 my %html_escape = ( '&' => '&amp;', '>' => '&gt;', '<' => '&lt;', '"' => '&quot;' );
diff --git a/lib/Mason/Plugin/HTMLFilters/t/Basic.pm b/lib/Mason/Plugin/HTMLFilters/t/Basic.pm
index 6749fdc..536ae76 100644
--- a/lib/Mason/Plugin/HTMLFilters/t/Basic.pm
+++ b/lib/Mason/Plugin/HTMLFilters/t/Basic.pm
@@ -1,7 +1,5 @@
 package Mason::Plugin::HTMLFilters::t::Basic;
-BEGIN {
-  $Mason::Plugin::HTMLFilters::t::Basic::VERSION = '0.03';
-}
+$Mason::Plugin::HTMLFilters::t::Basic::VERSION = '0.03';
 use Test::Class::Most parent => 'Mason::Test::Class';
 
 sub test_html_filters : Test(5) {