diff --git a/INSTALL b/INSTALL
index 0c87e02..0c6f1ab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
-
 This is the Perl distribution MasonX-ProcessDir.
 
 Installing MasonX-ProcessDir is straightforward.
@@ -9,10 +8,10 @@ If you have cpanm, you only need one line:
 
     % cpanm MasonX::ProcessDir
 
-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 MasonX::ProcessDir
+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/MasonX::ProcessDir
+
+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
 
 MasonX-ProcessDir 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 MasonX::ProcessDir
+
+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 2d9d466..b377ce9 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 8196952..494bcfc 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"
    ],
@@ -16,7 +16,7 @@
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : "6.30"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
@@ -27,7 +27,7 @@
       },
       "test" : {
          "requires" : {
-            "Test::More" : 0
+            "Test::More" : "0"
          }
       }
    },
@@ -43,6 +43,9 @@
          "web" : "https://github.com/jonswar/perl-masonx-processdir"
       }
    },
-   "version" : "0.02"
+   "version" : "0.02",
+   "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 176d2cf..e6ca69c 100644
--- a/META.yml
+++ b/META.yml
@@ -3,20 +3,23 @@ abstract: 'Process a directory of Mason templates'
 author:
   - 'Jonathan Swartz <swartz@pobox.com>'
 build_requires:
-  Test::More: 0
+  Test::More: '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: MasonX-ProcessDir
 requires:
-  Any::Template::ProcessDir: 0.04
-  Mason: 2.10
+  Any::Template::ProcessDir: '0.04'
+  Mason: '2.10'
 resources:
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=MasonX-ProcessDir
   repository: git://github.com/jonswar/perl-masonx-processdir.git
-version: 0.02
+version: '0.02'
+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 8019cb2..6a893d1 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' => 'Process a directory of Mason templates',
-  'AUTHOR' => 'Jonathan Swartz <swartz@pobox.com>',
-  'BUILD_REQUIRES' => {
-    'Test::More' => '0'
+  "ABSTRACT" => "Process a directory of Mason templates",
+  "AUTHOR" => "Jonathan Swartz <swartz\@pobox.com>",
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => 0
   },
-  'CONFIGURE_REQUIRES' => {
-    'ExtUtils::MakeMaker' => '6.30'
+  "DISTNAME" => "MasonX-ProcessDir",
+  "LICENSE" => "perl",
+  "NAME" => "MasonX::ProcessDir",
+  "PREREQ_PM" => {
+    "Any::Template::ProcessDir" => "0.04",
+    "Mason" => "2.10"
   },
-  'DISTNAME' => 'MasonX-ProcessDir',
-  'EXE_FILES' => [],
-  'LICENSE' => 'perl',
-  'NAME' => 'MasonX::ProcessDir',
-  'PREREQ_PM' => {
-    'Any::Template::ProcessDir' => '0.04',
-    'Mason' => '2.10'
+  "TEST_REQUIRES" => {
+    "Test::More" => 0
   },
-  'VERSION' => '0.02',
-  'test' => {
-    'TESTS' => 't/*.t'
+  "VERSION" => "0.02",
+  "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 = (
+  "Any::Template::ProcessDir" => "0.04",
+  "Mason" => "2.10",
+  "Test::More" => 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 5b440a8..0000000
--- a/README
+++ /dev/null
@@ -1,120 +0,0 @@
-NAME
-    MasonX::ProcessDir - Process a directory of Mason 2 templates
-
-VERSION
-    version 0.02
-
-SYNOPSIS
-        use MasonX::ProcessDir;
-
-        # Generate result files in the same directory as the templates
-        #
-        my $pd = MasonX::ProcessDir->new(
-            dir => '/path/to/dir'
-        );
-        $pd->process_dir();
-
-        # Generate result files in a separate directory
-        #
-        my $pd = MasonX::ProcessDir->new(
-            source_dir => '/path/to/source/dir',
-            dest_dir   => '/path/to/dest/dir'
-        );
-        $pd->process_dir();
-
-DESCRIPTION
-    Recursively processes a directory of Mason 2 templates, generating a set
-    of result files in the same directory or in a parallel directory.
-
-    Every file with suffix ".mc" will be processed, and the results placed
-    in a file of the same name without the suffix. ".mi", autobase and
-    dhandler files will be used by Mason when processing the templates but
-    will not generate files themselves.
-
-    For example, if the source directory contains
-
-       Base.mc
-       httpd.conf.mc
-       proxy.conf.mc
-       etc/crontab.mc
-       blah.mi
-       somefile.txt
-
-    and we run
-
-        my $pd = MasonX::ProcessDir->new(
-            source_dir => '/path/to/source/dir',
-            dest_dir   => '/path/to/dest/dir'
-        );
-        $pd->process_dir();
-
-    then afterwards the destination directory will contain files
-
-        httpd.conf
-        proxy.conf
-        etc/crontab
-        somefile.txt
-
-    where *foo* and *bar* are the results of processing *foo.mc* and
-    *bar.mc* through Mason. *Base.mc* and *blah.mi* may be used during Mason
-    processing but won't generate result files themselves.
-
-    This class is a convenience extension of Any::Template::ProcessDir.
-
-CONSTRUCTOR
-  Specifying directory/directories
-    *   If you want to generate the result files in the same directory as
-        the templates, just specify *dir*.
-
-            my $pd = MasonX::ProcessDir->new(
-                dir => '/path/to/dir',
-                ...
-            );
-
-    *   If you want to generate the result files in a separate directory
-        from the templates, specify *source_dir* and *dest_dir*.
-
-            my $pd = MasonX::ProcessDir->new(
-                source_dir => '/path/to/source/dir',
-                source_dir => '/path/to/dest/dir',
-                ...
-            );
-
-  Mason options
-    mason_options
-        An optional hash of options to the Mason interpreter. For example,
-        the default Mason data directory will be ".mason" under the source
-        directory, but you can override this:
-
-            mason_options => { data_dir => '/path/to/data/dir' }
-
-  Options inherited from Any::Template::ProcessDir
-    See Any::Template::ProcessDir for other options, such as
-
-        dir_create_mode
-        file_create_mode
-        readme_filename
-
-SUPPORT AND DOCUMENTATION
-    Bugs and feature requests will be tracked at RT:
-
-        http://rt.cpan.org/NoAuth/Bugs.html?Dist=MasonX-ProcessDir
-        bug-masonx-processdir@rt.cpan.org
-
-    The latest source code can be browsed and fetched at:
-
-        http://github.com/jonswar/perl-masonx-processdir
-        git clone git://github.com/jonswar/perl-masonx-processdir.git
-
-SEE ALSO
-    Mason, Any::Template::ProcessDir
-
-AUTHOR
-    Jonathan Swartz <swartz@pobox.com>
-
-COPYRIGHT AND LICENSE
-    This software is copyright (c) 2011 by Jonathan Swartz.
-
-    This is free software; you can redistribute it and/or modify it under
-    the same terms as the Perl 5 programming language system itself.
-
diff --git a/debian/changelog b/debian/changelog
index d58554a..8c373e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmasonx-processdir-perl (0.02-3) UNRELEASED; urgency=medium
+libmasonx-processdir-perl (0.02+git20120307.2.3bb9810-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-* headers for switch to salsa.debian.org
@@ -12,7 +12,11 @@ libmasonx-processdir-perl (0.02-3) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/watch: use uscan version 4.
 
- -- Salvatore Bonaccorso <carnil@debian.org>  Sun, 25 Feb 2018 15:11:45 +0100
+  [ Debian Janitor ]
+  * New upstream snapshot.
+  * New upstream snapshot.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 08 Apr 2022 22:35:58 -0000
 
 libmasonx-processdir-perl (0.02-2) unstable; urgency=medium
 
diff --git a/lib/MasonX/ProcessDir.pm b/lib/MasonX/ProcessDir.pm
index 0514d10..798c74c 100644
--- a/lib/MasonX/ProcessDir.pm
+++ b/lib/MasonX/ProcessDir.pm
@@ -1,7 +1,5 @@
 package MasonX::ProcessDir;
-BEGIN {
-  $MasonX::ProcessDir::VERSION = '0.02';
-}
+$MasonX::ProcessDir::VERSION = '0.02';
 use Mason;
 use Moose;
 use strict;
@@ -36,7 +34,7 @@ sub _build_process_file {
 
 1;
 
-
+__END__
 
 =pod
 
@@ -187,7 +185,3 @@ This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 =cut
-
-
-__END__
-