diff --git a/LICENSE b/LICENSE
index 6a0b37e..06f955c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-This software is copyright (c) 2019 by Erik Huelsmann.
+This software is copyright (c) 2022 by Erik Huelsmann.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@ b) the "Artistic License"
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2019 by Erik Huelsmann.
+This software is Copyright (c) 2022 by Erik Huelsmann.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@ That's all there is to it!
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2019 by Erik Huelsmann.
+This software is Copyright (c) 2022 by Erik Huelsmann.
 
 This is free software, licensed under:
 
@@ -292,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
@@ -373,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 25ab7c0..3cff9be 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.024.
 CHANGES
 LICENSE
 MANIFEST
diff --git a/META.json b/META.json
index d9800de..2ba1a4f 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Erik Huelsmann <ehuels@gmail.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
+   "generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Weasel-DriverRole",
    "prereqs" : {
@@ -28,6 +28,8 @@
       },
       "runtime" : {
          "requires" : {
+            "Moose::Role" : "0",
+            "namespace::autoclean" : "0",
             "perl" : "v5.10.1"
          }
       }
@@ -45,6 +47,8 @@
       }
    },
    "version" : "0.04",
-   "x_serialization_backend" : "JSON::XS version 3.03"
+   "x_generated_by_perl" : "v5.34.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
+   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff --git a/META.yml b/META.yml
index 451e8d9..699be64 100644
--- a/META.yml
+++ b/META.yml
@@ -6,17 +6,21 @@ build_requires: {}
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005'
+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'
 name: Weasel-DriverRole
 requires:
+  Moose::Role: '0'
+  namespace::autoclean: '0'
   perl: v5.10.1
 resources:
   bugtracker: https://github.com/perl-weasel/weasel/issues
   homepage: https://weasel.pm/
   repository: https://github.com/perl-weasel/weasel.git
 version: '0.04'
-x_serialization_backend: 'YAML::Tiny version 1.70'
+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 9464d4f..f0bfb25 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
 use strict;
 use warnings;
 
@@ -16,7 +16,10 @@ my %WriteMakefileArgs = (
   "LICENSE" => "perl",
   "MIN_PERL_VERSION" => "5.010001",
   "NAME" => "Weasel::DriverRole",
-  "PREREQ_PM" => {},
+  "PREREQ_PM" => {
+    "Moose::Role" => 0,
+    "namespace::autoclean" => 0
+  },
   "VERSION" => "0.04",
   "test" => {
     "TESTS" => "t/*.t"
@@ -24,7 +27,10 @@ my %WriteMakefileArgs = (
 );
 
 
-my %FallbackPrereqs = ();
+my %FallbackPrereqs = (
+  "Moose::Role" => 0,
+  "namespace::autoclean" => 0
+);
 
 
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
diff --git a/README b/README
index 3189344..6794131 100644
--- a/README
+++ b/README
@@ -1,15 +1,12 @@
-
-
 This archive contains the distribution Weasel-DriverRole,
 version 0.04:
 
   API definition for Weasel's driver wrappers
 
-This software is copyright (c) 2019 by Erik Huelsmann.
+This software is copyright (c) 2022 by Erik Huelsmann.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v6.008.
-
+This README file was generated by Dist::Zilla::Plugin::Readme v6.024.
diff --git a/dist.ini b/dist.ini
index e7ec6f8..5a57f5c 100644
--- a/dist.ini
+++ b/dist.ini
@@ -18,6 +18,8 @@ repository.type   = git
 
 [Prereqs]
 perl = 5.10.1
+Moose::Role = 0
+namespace::autoclean = 0
 
 [ExtraTests]
 [PodCoverageTests]
diff --git a/lib/Weasel/DriverRole.pm b/lib/Weasel/DriverRole.pm
index f85017e..c0307c8 100644
--- a/lib/Weasel/DriverRole.pm
+++ b/lib/Weasel/DriverRole.pm
@@ -281,7 +281,7 @@ sub set_attribute {
 
 DEPRECATED
 
-Please use C<$self->get_attribute('selected')> instead.
+Please use C<< $self->get_attribute('selected') >> instead.
 
 =cut
 
@@ -293,7 +293,7 @@ sub get_selected {
 
 DEPRECATED
 
-Please use C<$self->set_attribute('selected', $value)> instead.
+Please use C<< $self->set_attribute('selected', $value) >> instead.
 
 =cut