diff -pruN 0.017-2/Changes 0.018-1/Changes
--- 0.017-2/Changes	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/Changes	2025-11-06 17:48:02.000000000 +0000
@@ -1,5 +1,10 @@
 Revision history for Test-Fatal
 
+0.018     2025-11-06 12:47:58-05:00 America/Toronto
+        - now requires perl v5.12.0
+        - now tolerant of false exceptions coming from a boolean-overloaded
+          object
+
 0.017     2022-12-31 16:40:56-05:00 America/New_York
         - update packaging and metadata
 
diff -pruN 0.017-2/LICENSE 0.018-1/LICENSE
--- 0.017-2/LICENSE	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/LICENSE	2025-11-06 17:48:02.000000000 +0000
@@ -22,7 +22,7 @@ This is free software, licensed under:
                      Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+                    <https://fsf.org/>
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
@@ -236,8 +236,7 @@ the exclusion of warranty; and each file
     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., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+    along with this program; if not, see <https://www.gnu.org/licenses/>.
 
 
 Also add information on how to contact you by electronic and paper mail.
@@ -264,116 +263,149 @@ necessary.  Here a sample; alter the nam
   program `Gnomovision' (a program to direct compilers to make passes
   at assemblers) written by James Hacker.
 
-  <signature of Ty Coon>, 1 April 1989
-  Ty Coon, President of Vice
+  <signature of Moe Ghoul>, 1 April 1989
+  Moe Ghoul, President of Vice
 
 That's all there is to it!
 
 
---- The Artistic License 1.0 ---
+--- The Perl Artistic License 1.0 ---
 
 This software is Copyright (c) 2010 by Ricardo Signes.
 
 This is free software, licensed under:
 
-  The Artistic License 1.0
+  The Perl Artistic License 1.0
 
-The Artistic License
 
-Preamble
 
-The intent of this document is to state the conditions under which a Package
-may be copied, such that the Copyright Holder maintains some semblance of
-artistic control over the development of the package, while giving the users of
-the package the right to use and distribute the Package in a more-or-less
-customary fashion, plus the right to make reasonable modifications.
+
+
+                         The "Artistic License"
+
+                                Preamble
+
+The intent of this document is to state the conditions under which a
+Package may be copied, such that the Copyright Holder maintains some
+semblance of artistic control over the development of the package,
+while giving the users of the package the right to use and distribute
+the Package in a more-or-less customary fashion, plus the right to make
+reasonable modifications.
 
 Definitions:
 
-  - "Package" refers to the collection of files distributed by the Copyright
-    Holder, and derivatives of that collection of files created through
-    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.
-  - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    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.)
-  - "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.
+        "Package" refers to the collection of files distributed by the
+        Copyright Holder, and derivatives of that collection of files
+        created through 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 as specified below.
+
+        "Copyright Holder" is whoever is named in the copyright or
+        copyrights for 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.)
+
+        "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.
 
 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
 duplicate all of the original copyright notices and associated disclaimers.
 
-2. You may apply bug fixes, portability fixes and other modifications derived
-from the Public Domain or from the Copyright Holder. A Package modified in such
-a way shall still be considered the Standard Version.
-
-3. You may otherwise modify your copy of this Package in any way, provided that
-you insert a prominent notice in each changed file stating how and when you
-changed that file, and provided that you do at least ONE of the following:
-
-  a) place your modifications in the Public Domain or otherwise make them
-     Freely Available, such as by posting said modifications to Usenet or an
-     equivalent medium, or placing the modifications on a major archive site
-     such as ftp.uu.net, or by allowing the Copyright Holder to include your
-     modifications in the Standard Version of the Package.
-
-  b) use the modified Package only within your corporation or organization.
-
-  c) rename any non-standard executables so the names do not conflict with
-     standard executables, which must also be provided, and provide a separate
-     manual page for each non-standard executable that clearly documents how it
-     differs from the Standard Version.
-
-  d) make other distribution arrangements with the Copyright Holder.
-
-4. You may distribute the programs of this Package in object code or executable
-form, provided that you do at least ONE of the following:
-
-  a) distribute a Standard Version of the executables and library files,
-     together with instructions (in the manual page or equivalent) on where to
-     get the Standard Version.
-
-  b) accompany the distribution with the machine-readable source of the Package
-     with your modifications.
-
-  c) accompany any non-standard executables with their corresponding Standard
-     Version executables, giving the non-standard executables non-standard
-     names, and clearly documenting the differences in manual pages (or
-     equivalent), together with instructions on where to get the Standard
-     Version.
+2. You may apply bug fixes, portability fixes and other modifications
+derived from the Public Domain or from the Copyright Holder.  A Package
+modified in such a way shall still be considered the Standard Version.
 
-  d) make other distribution arrangements with the Copyright Holder.
+3. You may otherwise modify your copy of this Package in any way, provided
+that you insert a prominent notice in each changed file stating how and
+when you changed that file, and provided that you do at least ONE of the
+following:
 
-5. You may charge a reasonable copying fee for any distribution of this
-Package.  You may charge any fee you choose for support of this Package. You
-may not charge a fee for this Package itself. However, you may distribute this
-Package in aggregate with other (possibly commercial) programs as part of a
-larger (possibly commercial) software distribution provided that you do not
-advertise this Package as a product of your own.
-
-6. The scripts and library files supplied as input to or produced as output
-from the programs of this Package do not automatically fall under the copyright
-of this Package, but belong to whomever generated them, and may be sold
-commercially, and may be aggregated with this Package.
+    a) place your modifications in the Public Domain or otherwise make them
+    Freely Available, such as by posting said modifications to Usenet or
+    an equivalent medium, or placing the modifications on a major archive
+    site such as uunet.uu.net, or by allowing the Copyright Holder to include
+    your modifications in the Standard Version of the Package.
+
+    b) use the modified Package only within your corporation or organization.
+
+    c) rename any non-standard executables so the names do not conflict
+    with standard executables, which must also be provided, and provide
+    a separate manual page for each non-standard executable that clearly
+    documents how it differs from the Standard Version.
 
-7. C or perl subroutines supplied by you and linked into this Package shall not
-be considered part of this Package.
+    d) make other distribution arrangements with the Copyright Holder.
+
+4. You may distribute the programs of this Package in object code or
+executable form, provided that you do at least ONE of the following:
+
+    a) distribute a Standard Version of the executables and library files,
+    together with instructions (in the manual page or equivalent) on where
+    to get the Standard Version.
+
+    b) accompany the distribution with the machine-readable source of
+    the Package with your modifications.
+
+    c) give non-standard executables non-standard names, and clearly
+    document the differences in manual pages (or equivalent), together
+    with instructions on where to get the Standard Version.
+
+    d) make other distribution arrangements with the Copyright Holder.
+
+5. You may charge a reasonable copying fee for any distribution of this
+Package.  You may charge any fee you choose for support of this
+Package.  You may not charge a fee for this Package itself.  However,
+you may distribute this Package in aggregate with other (possibly
+commercial) programs as part of a larger (possibly commercial) software
+distribution provided that you do not advertise this Package as a
+product of your own.  You may embed this Package's interpreter within
+an executable of yours (by linking); this shall be construed as a mere
+form of aggregation, provided that the complete Standard Version of the
+interpreter is so embedded.
+
+6. The scripts and library files supplied as input to or produced as
+output from the programs of this Package do not automatically fall
+under the copyright of this Package, but belong to whoever generated
+them, and may be sold commercially, and may be aggregated with this
+Package.  If such scripts or library files are aggregated with this
+Package via the so-called "undump" or "unexec" methods of producing a
+binary executable image, then distribution of such an image shall
+neither be construed as a distribution of this Package nor shall it
+fall under the restrictions of Paragraphs 3 and 4, provided that you do
+not represent such an executable image as a Standard Version of this
+Package.
+
+7. C subroutines (or comparably compiled subroutines in other
+languages) supplied by you and linked into this Package in order to
+emulate subroutines and variables of the language defined by this
+Package shall not be considered part of this Package, but are the
+equivalent of input as in Paragraph 6, provided these subroutines do
+not change the language in any way that would cause it to fail the
+regression tests for the language.
+
+8. Aggregation of this Package with a commercial distribution is always
+permitted provided that the use of this Package is embedded; that is,
+when no overt attempt is made to make this Package's interfaces visible
+to the end user of the commercial distribution.  Such use shall not be
+construed as a distribution of this Package.
 
-8. The name of the Copyright Holder may not be used to endorse or promote
+9. The name of the Copyright Holder may not be used to endorse or promote
 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
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
-The End
+                                The End
 
diff -pruN 0.017-2/MANIFEST 0.018-1/MANIFEST
--- 0.017-2/MANIFEST	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/MANIFEST	2025-11-06 17:48:02.000000000 +0000
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.033.
 Changes
 LICENSE
 MANIFEST
diff -pruN 0.017-2/META.json 0.018-1/META.json
--- 0.017-2/META.json	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/META.json	2025-11-06 17:48:02.000000000 +0000
@@ -4,7 +4,7 @@
       "Ricardo Signes <cpan@semiotic.systems>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010",
+   "generated_by" : "Dist::Zilla version 6.033, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -22,7 +22,8 @@
       "develop" : {
          "requires" : {
             "Encode" : "0",
-            "Test::Pod" : "1.41"
+            "Test::Pod" : "1.41",
+            "strict" : "0"
          }
       },
       "runtime" : {
@@ -31,7 +32,7 @@
             "Exporter" : "5.57",
             "Test::Builder" : "0",
             "Try::Tiny" : "0.07",
-            "strict" : "0",
+            "perl" : "5.012",
             "warnings" : "0"
          }
       },
@@ -44,7 +45,8 @@
             "File::Spec" : "0",
             "Test::Builder::Tester" : "0",
             "Test::More" : "0.65",
-            "overload" : "0"
+            "overload" : "0",
+            "strict" : "0"
          }
       }
    },
@@ -60,10 +62,10 @@
          "web" : "https://github.com/rjbs/Test-Fatal"
       }
    },
-   "version" : "0.017",
+   "version" : "0.018",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.037002"
+         "version" : "5.040001"
       },
       "plugins" : [
          {
@@ -72,7 +74,6 @@
                "Dist::Zilla::Plugin::GatherDir" : {
                   "exclude_filename" : [],
                   "exclude_match" : [],
-                  "follow_symlinks" : 0,
                   "include_dotfiles" : 0,
                   "prefix" : "",
                   "prune_directory" : [],
@@ -83,12 +84,12 @@
                }
             },
             "name" : "@RJBS/Git::GatherDir",
-            "version" : "2.048"
+            "version" : "2.052"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
             "name" : "@RJBS/CheckPrereqsIndexed",
-            "version" : "0.021"
+            "version" : "0.022"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckExtraTests",
@@ -110,7 +111,7 @@
                }
             },
             "name" : "@RJBS/RJBS-Outdated",
-            "version" : "0.057"
+            "version" : "0.060"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -127,62 +128,62 @@
                }
             },
             "name" : "@RJBS/CPAN-Outdated",
-            "version" : "0.057"
+            "version" : "0.060"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@RJBS/@Filter/PruneCruft",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@RJBS/@Filter/ManifestSkip",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@RJBS/@Filter/MetaYAML",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@RJBS/@Filter/License",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@RJBS/@Filter/Readme",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@RJBS/@Filter/ExecDir",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@RJBS/@Filter/ShareDir",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@RJBS/@Filter/Manifest",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@RJBS/@Filter/TestRelease",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@RJBS/@Filter/ConfirmRelease",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@RJBS/@Filter/UploadToCPAN",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -192,12 +193,12 @@
                }
             },
             "name" : "@RJBS/MakeMaker",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@RJBS/AutoPrereqs",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
@@ -208,32 +209,32 @@
                   "version_regexp" : "(?^:^([0-9]+\\.[0-9]+)$)"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.38.0",
+                  "git_version" : "2.50.1 (Apple Git-155)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/Git::NextVersion",
-            "version" : "2.048"
+            "version" : "2.052"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@RJBS/PkgVersion",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@RJBS/MetaConfig",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@RJBS/MetaJSON",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "@RJBS/NextRelease",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ChangesHasContent",
@@ -243,12 +244,12 @@
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@RJBS/PodSyntaxTests",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
             "name" : "@RJBS/Test::ReportPrereqs",
-            "version" : "0.028"
+            "version" : "0.029"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Remote::Check",
@@ -264,7 +265,7 @@
                }
             },
             "name" : "@RJBS/TestMoreWithSubtests",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -275,93 +276,93 @@
                   ],
                   "finder" : [
                      ":InstallModules",
-                     ":ExecFiles"
+                     ":PerlExecFiles"
                   ],
                   "plugins" : [
                      {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::H1Nester",
                         "name" : "@CorePrep/H1Nester",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::SingleEncoding",
                         "name" : "@RJBS/SingleEncoding",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Name",
                         "name" : "@RJBS/Name",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
                         "name" : "@RJBS/Version",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/Prelude",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Synopsis",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Description",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Overview",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
                         "name" : "@RJBS/Stability",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::GenerateSection",
                         "name" : "@RJBS/PerlSupport",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Attributes",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Methods",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
                         "name" : "Functions",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
                         "name" : "@RJBS/Leftovers",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
                         "name" : "@RJBS/postlude",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Authors",
                         "name" : "@RJBS/Authors",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Contributors",
@@ -371,23 +372,23 @@
                      {
                         "class" : "Pod::Weaver::Section::Legal",
                         "name" : "@RJBS/Legal",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      },
                      {
                         "class" : "Pod::Weaver::Plugin::Transformer",
                         "name" : "@RJBS/List",
-                        "version" : "4.018"
+                        "version" : "4.020"
                      }
                   ]
                }
             },
             "name" : "@RJBS/PodWeaver",
-            "version" : "4.009"
+            "version" : "4.010"
          },
          {
             "class" : "Dist::Zilla::Plugin::RJBSMisc",
             "name" : "@RJBS/RJBSMisc",
-            "version" : "5.020"
+            "version" : "5.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -409,12 +410,12 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.38.0",
+                  "git_version" : "2.50.1 (Apple Git-155)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Check",
-            "version" : "2.048"
+            "version" : "2.052"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -433,7 +434,7 @@
                   "changelog" : "Changes"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.38.0",
+                  "git_version" : "2.50.1 (Apple Git-155)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -441,7 +442,7 @@
                }
             },
             "name" : "@RJBS/@Git/Commit",
-            "version" : "2.048"
+            "version" : "2.052"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -450,12 +451,12 @@
                   "branch" : null,
                   "changelog" : "Changes",
                   "signed" : 0,
-                  "tag" : "0.017",
+                  "tag" : "0.018",
                   "tag_format" : "%v",
                   "tag_message" : "v%V"
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.38.0",
+                  "git_version" : "2.50.1 (Apple Git-155)",
                   "repo_root" : "."
                },
                "Dist::Zilla::Role::Git::StringFormatter" : {
@@ -463,7 +464,7 @@
                }
             },
             "name" : "@RJBS/@Git/Tag",
-            "version" : "2.048"
+            "version" : "2.052"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
@@ -475,18 +476,18 @@
                   "remotes_must_exist" : 0
                },
                "Dist::Zilla::Role::Git::Repo" : {
-                  "git_version" : "2.38.0",
+                  "git_version" : "2.50.1 (Apple Git-155)",
                   "repo_root" : "."
                }
             },
             "name" : "@RJBS/@Git/Push",
-            "version" : "2.048"
+            "version" : "2.052"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Contributors",
             "config" : {
                "Dist::Zilla::Plugin::Git::Contributors" : {
-                  "git_version" : "2.38.0",
+                  "git_version" : "2.50.1 (Apple Git-155)",
                   "include_authors" : 0,
                   "include_releaser" : 1,
                   "order_by" : "name",
@@ -494,7 +495,7 @@
                }
             },
             "name" : "@RJBS/Git::Contributors",
-            "version" : "0.036"
+            "version" : "0.038"
          },
          {
             "class" : "Dist::Zilla::Plugin::RemovePrereqs",
@@ -506,7 +507,7 @@
                }
             },
             "name" : "RemovePrereqs",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -517,57 +518,57 @@
                }
             },
             "name" : "TestRequires",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.029"
+            "version" : "6.033"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.029"
+            "version" : "6.033"
          }
       ],
       "zilla" : {
@@ -575,7 +576,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.029"
+         "version" : "6.033"
       }
    },
    "x_contributors" : [
@@ -586,9 +587,9 @@
       "Karen Etheridge <ether@cpan.org>",
       "Ricardo Signes <rjbs@semiotic.systems>"
    ],
-   "x_generated_by_perl" : "v5.37.2",
+   "x_generated_by_perl" : "v5.40.1",
    "x_rjbs_perl_window" : "long-term",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.30",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.40",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
 }
 
diff -pruN 0.017-2/META.yml 0.018-1/META.yml
--- 0.017-2/META.yml	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/META.yml	2025-11-06 17:48:02.000000000 +0000
@@ -8,10 +8,11 @@ build_requires:
   Test::Builder::Tester: '0'
   Test::More: '0.65'
   overload: '0'
+  strict: '0'
 configure_requires:
   ExtUtils::MakeMaker: '6.78'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010'
+generated_by: 'Dist::Zilla version 6.033, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,16 +23,16 @@ requires:
   Exporter: '5.57'
   Test::Builder: '0'
   Try::Tiny: '0.07'
-  strict: '0'
+  perl: '5.012'
   warnings: '0'
 resources:
   bugtracker: https://github.com/rjbs/Test-Fatal/issues
   homepage: https://github.com/rjbs/Test-Fatal
   repository: https://github.com/rjbs/Test-Fatal.git
-version: '0.017'
+version: '0.018'
 x_Dist_Zilla:
   perl:
-    version: '5.037002'
+    version: '5.040001'
   plugins:
     -
       class: Dist::Zilla::Plugin::Git::GatherDir
@@ -39,7 +40,6 @@ x_Dist_Zilla:
         Dist::Zilla::Plugin::GatherDir:
           exclude_filename: []
           exclude_match: []
-          follow_symlinks: 0
           include_dotfiles: 0
           prefix: ''
           prune_directory: []
@@ -47,11 +47,11 @@ x_Dist_Zilla:
         Dist::Zilla::Plugin::Git::GatherDir:
           include_untracked: 0
       name: '@RJBS/Git::GatherDir'
-      version: '2.048'
+      version: '2.052'
     -
       class: Dist::Zilla::Plugin::CheckPrereqsIndexed
       name: '@RJBS/CheckPrereqsIndexed'
-      version: '0.021'
+      version: '0.022'
     -
       class: Dist::Zilla::Plugin::CheckExtraTests
       name: '@RJBS/CheckExtraTests'
@@ -68,7 +68,7 @@ x_Dist_Zilla:
           run_under_travis: 0
           skip: []
       name: '@RJBS/RJBS-Outdated'
-      version: '0.057'
+      version: '0.060'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -81,62 +81,62 @@ x_Dist_Zilla:
           skip:
             - Dist::Zilla::Plugin::RJBSMisc
       name: '@RJBS/CPAN-Outdated'
-      version: '0.057'
+      version: '0.060'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@RJBS/@Filter/PruneCruft'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@RJBS/@Filter/ManifestSkip'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@RJBS/@Filter/MetaYAML'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::License
       name: '@RJBS/@Filter/License'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@RJBS/@Filter/Readme'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@RJBS/@Filter/ExecDir'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@RJBS/@Filter/ShareDir'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@RJBS/@Filter/Manifest'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@RJBS/@Filter/TestRelease'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@RJBS/@Filter/ConfirmRelease'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@RJBS/@Filter/UploadToCPAN'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@RJBS/MakeMaker'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@RJBS/AutoPrereqs'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       config:
@@ -145,26 +145,26 @@ x_Dist_Zilla:
           version_by_branch: 1
           version_regexp: (?^:^([0-9]+\.[0-9]+)$)
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.38.0
+          git_version: '2.50.1 (Apple Git-155)'
           repo_root: .
       name: '@RJBS/Git::NextVersion'
-      version: '2.048'
+      version: '2.052'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@RJBS/PkgVersion'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@RJBS/MetaConfig'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@RJBS/MetaJSON'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: '@RJBS/NextRelease'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::Test::ChangesHasContent
       name: '@RJBS/Test::ChangesHasContent'
@@ -172,11 +172,11 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@RJBS/PodSyntaxTests'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::Test::ReportPrereqs
       name: '@RJBS/Test::ReportPrereqs'
-      version: '0.028'
+      version: '0.029'
     -
       class: Dist::Zilla::Plugin::Git::Remote::Check
       name: '@RJBS/Git::Remote::Check'
@@ -188,7 +188,7 @@ x_Dist_Zilla:
           phase: test
           type: requires
       name: '@RJBS/TestMoreWithSubtests'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -197,76 +197,76 @@ x_Dist_Zilla:
             - '@RJBS'
           finder:
             - ':InstallModules'
-            - ':ExecFiles'
+            - ':PerlExecFiles'
           plugins:
             -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Plugin::H1Nester
               name: '@CorePrep/H1Nester'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Plugin::SingleEncoding
               name: '@RJBS/SingleEncoding'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Name
               name: '@RJBS/Name'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Version
               name: '@RJBS/Version'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/Prelude'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Synopsis'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Description'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Overview'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Generic
               name: '@RJBS/Stability'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::GenerateSection
               name: '@RJBS/PerlSupport'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Collect
               name: Attributes
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Collect
               name: Methods
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Collect
               name: Functions
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Leftovers
               name: '@RJBS/Leftovers'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Region
               name: '@RJBS/postlude'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Authors
               name: '@RJBS/Authors'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Section::Contributors
               name: '@RJBS/Contributors'
@@ -274,17 +274,17 @@ x_Dist_Zilla:
             -
               class: Pod::Weaver::Section::Legal
               name: '@RJBS/Legal'
-              version: '4.018'
+              version: '4.020'
             -
               class: Pod::Weaver::Plugin::Transformer
               name: '@RJBS/List'
-              version: '4.018'
+              version: '4.020'
       name: '@RJBS/PodWeaver'
-      version: '4.009'
+      version: '4.010'
     -
       class: Dist::Zilla::Plugin::RJBSMisc
       name: '@RJBS/RJBSMisc'
-      version: '5.020'
+      version: '5.033'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@RJBS/GithubMeta'
@@ -301,10 +301,10 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.38.0
+          git_version: '2.50.1 (Apple Git-155)'
           repo_root: .
       name: '@RJBS/@Git/Check'
-      version: '2.048'
+      version: '2.052'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
@@ -319,12 +319,12 @@ x_Dist_Zilla:
           allow_dirty_match: []
           changelog: Changes
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.38.0
+          git_version: '2.50.1 (Apple Git-155)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Commit'
-      version: '2.048'
+      version: '2.052'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
@@ -332,16 +332,16 @@ x_Dist_Zilla:
           branch: ~
           changelog: Changes
           signed: 0
-          tag: '0.017'
+          tag: '0.018'
           tag_format: '%v'
           tag_message: v%V
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.38.0
+          git_version: '2.50.1 (Apple Git-155)'
           repo_root: .
         Dist::Zilla::Role::Git::StringFormatter:
           time_zone: local
       name: '@RJBS/@Git/Tag'
-      version: '2.048'
+      version: '2.052'
     -
       class: Dist::Zilla::Plugin::Git::Push
       config:
@@ -350,21 +350,21 @@ x_Dist_Zilla:
             - 'github :'
           remotes_must_exist: 0
         Dist::Zilla::Role::Git::Repo:
-          git_version: 2.38.0
+          git_version: '2.50.1 (Apple Git-155)'
           repo_root: .
       name: '@RJBS/@Git/Push'
-      version: '2.048'
+      version: '2.052'
     -
       class: Dist::Zilla::Plugin::Git::Contributors
       config:
         Dist::Zilla::Plugin::Git::Contributors:
-          git_version: 2.38.0
+          git_version: '2.50.1 (Apple Git-155)'
           include_authors: 0
           include_releaser: 1
           order_by: name
           paths: []
       name: '@RJBS/Git::Contributors'
-      version: '0.036'
+      version: '0.038'
     -
       class: Dist::Zilla::Plugin::RemovePrereqs
       config:
@@ -372,7 +372,7 @@ x_Dist_Zilla:
           modules_to_remove:
             - Test::More
       name: RemovePrereqs
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -380,52 +380,52 @@ x_Dist_Zilla:
           phase: test
           type: requires
       name: TestRequires
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.029'
+      version: '6.033'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.029'
+      version: '6.033'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: '6.029'
+    version: '6.033'
 x_contributors:
   - 'David Golden <dagolden@cpan.org>'
   - 'Graham Knop <haarg@haarg.org>'
@@ -433,7 +433,7 @@ x_contributors:
   - 'Joel Bernstein <joel@fysh.org>'
   - 'Karen Etheridge <ether@cpan.org>'
   - 'Ricardo Signes <rjbs@semiotic.systems>'
-x_generated_by_perl: v5.37.2
+x_generated_by_perl: v5.40.1
 x_rjbs_perl_window: long-term
-x_serialization_backend: 'YAML::Tiny version 1.73'
+x_serialization_backend: 'YAML::Tiny version 1.76'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -pruN 0.017-2/Makefile.PL 0.018-1/Makefile.PL
--- 0.017-2/Makefile.PL	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/Makefile.PL	2025-11-06 17:48:02.000000000 +0000
@@ -1,8 +1,8 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.033.
 use strict;
 use warnings;
 
-
+use 5.012;
 
 use ExtUtils::MakeMaker 6.78;
 
@@ -14,13 +14,13 @@ my %WriteMakefileArgs = (
   },
   "DISTNAME" => "Test-Fatal",
   "LICENSE" => "perl",
+  "MIN_PERL_VERSION" => "5.012",
   "NAME" => "Test::Fatal",
   "PREREQ_PM" => {
     "Carp" => 0,
     "Exporter" => "5.57",
     "Test::Builder" => 0,
     "Try::Tiny" => "0.07",
-    "strict" => 0,
     "warnings" => 0
   },
   "TEST_REQUIRES" => {
@@ -28,9 +28,10 @@ my %WriteMakefileArgs = (
     "File::Spec" => 0,
     "Test::Builder::Tester" => 0,
     "Test::More" => "0.65",
-    "overload" => 0
+    "overload" => 0,
+    "strict" => 0
   },
-  "VERSION" => "0.017",
+  "VERSION" => "0.018",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -pruN 0.017-2/README 0.018-1/README
--- 0.017-2/README	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/README	2025-11-06 17:48:02.000000000 +0000
@@ -1,5 +1,5 @@
 This archive contains the distribution Test-Fatal,
-version 0.017:
+version 0.018:
 
   incredibly simple helpers for testing code with exceptions
 
@@ -9,4 +9,4 @@ This is free software; you can redistrib
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v6.029.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.033.
diff -pruN 0.017-2/debian/changelog 0.018-1/debian/changelog
--- 0.017-2/debian/changelog	2025-05-04 12:34:16.000000000 +0000
+++ 0.018-1/debian/changelog	2025-11-08 11:55:59.000000000 +0000
@@ -1,3 +1,13 @@
+libtest-fatal-perl (0.018-1) unstable; urgency=medium
+
+  * Import upstream version 0.018.
+  * Update years of packaging copyright.
+  * Declare compliance with Debian Policy 4.7.2.
+  * Remove «Rules-Requires-Root: no», which is the current default.
+  * Remove «Priority: optional», which is the current default.
+
+ -- gregor herrmann <gregoa@debian.org>  Sat, 08 Nov 2025 12:55:59 +0100
+
 libtest-fatal-perl (0.017-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.017-2/debian/control 0.018-1/debian/control
--- 0.017-2/debian/control	2025-05-04 12:34:03.000000000 +0000
+++ 0.018-1/debian/control	2025-11-08 11:55:59.000000000 +0000
@@ -1,26 +1,28 @@
 Source: libtest-fatal-perl
+Standards-Version: 4.7.2
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa@debian.org>,
-           Florian Schlichting <fsfs@debian.org>
+Uploaders:
+ gregor herrmann <gregoa@debian.org>,
+ Florian Schlichting <fsfs@debian.org>,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
-Priority: optional
-Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep: libtest-simple-perl <!nocheck>,
-                     libtry-tiny-perl <!nocheck>,
-                     perl
-Standards-Version: 4.6.2
+Build-Depends:
+ debhelper-compat (= 13),
+Build-Depends-Indep:
+ libtest-simple-perl <!nocheck>,
+ libtry-tiny-perl <!nocheck>,
+ perl,
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-fatal-perl
 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-fatal-perl.git
 Homepage: https://metacpan.org/release/Test-Fatal
-Rules-Requires-Root: no
 
 Package: libtest-fatal-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libtry-tiny-perl
 Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
+ libtry-tiny-perl,
 Description: module for testing code with exceptions
  Test::Fatal is an alternative to the popular Test::Exception. It does much
  less, but should allow greater flexibility in testing exception-throwing code
diff -pruN 0.017-2/debian/copyright 0.018-1/debian/copyright
--- 0.017-2/debian/copyright	2025-05-04 12:34:03.000000000 +0000
+++ 0.018-1/debian/copyright	2025-11-08 11:55:59.000000000 +0000
@@ -8,7 +8,7 @@ Copyright: 2010, Ricardo Signes <cpan@se
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010-2023, gregor herrmann <gregoa@debian.org>
+Copyright: 2010-2025, gregor herrmann <gregoa@debian.org>
            2012, Fabrizio Regalli <fabreg@fabreg.it>
            2013-2015, Florian Schlichting <fsfs@debian.org>
 License: Artistic or GPL-1+
diff -pruN 0.017-2/dist.ini 0.018-1/dist.ini
--- 0.017-2/dist.ini	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/dist.ini	2025-11-06 17:48:02.000000000 +0000
@@ -5,7 +5,6 @@ copyright_holder = Ricardo Signes
 copyright_year   = 2010
 
 [@RJBS]
-package-name-version = 0
 perl-window = long-term
 
 [RemovePrereqs]
diff -pruN 0.017-2/lib/Test/Fatal.pm 0.018-1/lib/Test/Fatal.pm
--- 0.017-2/lib/Test/Fatal.pm	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/lib/Test/Fatal.pm	2025-11-06 17:48:02.000000000 +0000
@@ -1,8 +1,8 @@
-use strict;
+use v5.12.0;
 use warnings;
-package Test::Fatal;
+package Test::Fatal 0.018;
 # ABSTRACT: incredibly simple helpers for testing code with exceptions
-$Test::Fatal::VERSION = '0.017';
+
 #pod =head1 SYNOPSIS
 #pod
 #pod   use Test::More;
@@ -59,12 +59,16 @@ our @EXPORT_OK = qw(exception success di
 #pod C<exception> takes a bare block of code and returns the exception thrown by
 #pod that block.  If no exception was thrown, it returns undef.
 #pod
-#pod B<Achtung!>  If the block results in a I<false> exception, such as 0 or the
-#pod empty string, Test::Fatal itself will die.  Since either of these cases
+#pod B<Achtung!>  If the block results in an I<unblessed false> exception, such as 0
+#pod or the empty string, Test::Fatal itself will die.  Since either of these cases
 #pod indicates a serious problem with the system under testing, this behavior is
-#pod considered a I<feature>.  If you must test for these conditions, you should use
-#pod L<Try::Tiny>'s try/catch mechanism.  (Try::Tiny is the underlying exception
-#pod handling system of Test::Fatal.)
+#pod considered a I<feature>. Note that this issue is only known to occur on perls
+#pod before 5.14.
+#pod
+#pod Exercise caution if you must test for these conditions: wrapping C<exception {
+#pod ... }> in an C<ok()> block will not give you the result you need, so make sure
+#pod you use C<is()> instead.  You can also directly use L<Try::Tiny>'s try/catch
+#pod mechanism, the underlying exception handling system of Test::Fatal.
 #pod
 #pod Note that there is no TAP assert being performed.  In other words, no "ok" or
 #pod "not ok" line is emitted.  It's up to you to use the rest of C<exception> in an
@@ -158,7 +162,7 @@ sub exception (&) {
     $code->();
     return undef;
   } catch {
-    return $_ if $_;
+    return $_ if $_ or ref; # allow objects with a false boolean overload
 
     my $problem = defined $_ ? 'false' : 'undef';
     Carp::confess("$problem exception caught by Test::Fatal::exception");
@@ -270,7 +274,7 @@ Test::Fatal - incredibly simple helpers
 
 =head1 VERSION
 
-version 0.017
+version 0.018
 
 =head1 SYNOPSIS
 
@@ -313,13 +317,13 @@ L<Test::Exception>.
 
 =head1 PERL VERSION
 
-This library should run on perls released even a long time ago.  It should work
-on any version of perl released in the last five years.
+This library should run on perls released even a long time ago.  It should
+work on any version of perl released in the last five years.
 
 Although it may work on older versions of perl, no guarantee is made that the
 minimum required version will not be increased.  The version may be increased
-for any reason, and there is no promise that patches will be accepted to lower
-the minimum required perl.
+for any reason, and there is no promise that patches will be accepted to
+lower the minimum required perl.
 
 =head1 FUNCTIONS
 
@@ -330,12 +334,16 @@ the minimum required perl.
 C<exception> takes a bare block of code and returns the exception thrown by
 that block.  If no exception was thrown, it returns undef.
 
-B<Achtung!>  If the block results in a I<false> exception, such as 0 or the
-empty string, Test::Fatal itself will die.  Since either of these cases
+B<Achtung!>  If the block results in an I<unblessed false> exception, such as 0
+or the empty string, Test::Fatal itself will die.  Since either of these cases
 indicates a serious problem with the system under testing, this behavior is
-considered a I<feature>.  If you must test for these conditions, you should use
-L<Try::Tiny>'s try/catch mechanism.  (Try::Tiny is the underlying exception
-handling system of Test::Fatal.)
+considered a I<feature>. Note that this issue is only known to occur on perls
+before 5.14.
+
+Exercise caution if you must test for these conditions: wrapping C<exception {
+... }> in an C<ok()> block will not give you the result you need, so make sure
+you use C<is()> instead.  You can also directly use L<Try::Tiny>'s try/catch
+mechanism, the underlying exception handling system of Test::Fatal.
 
 Note that there is no TAP assert being performed.  In other words, no "ok" or
 "not ok" line is emitted.  It's up to you to use the rest of C<exception> in an
diff -pruN 0.017-2/t/00-report-prereqs.dd 0.018-1/t/00-report-prereqs.dd
--- 0.017-2/t/00-report-prereqs.dd	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/t/00-report-prereqs.dd	2025-11-06 17:48:02.000000000 +0000
@@ -7,7 +7,8 @@ do { my $x = {
        'develop' => {
                       'requires' => {
                                       'Encode' => '0',
-                                      'Test::Pod' => '1.41'
+                                      'Test::Pod' => '1.41',
+                                      'strict' => '0'
                                     }
                     },
        'runtime' => {
@@ -16,7 +17,7 @@ do { my $x = {
                                       'Exporter' => '5.57',
                                       'Test::Builder' => '0',
                                       'Try::Tiny' => '0.07',
-                                      'strict' => '0',
+                                      'perl' => '5.012',
                                       'warnings' => '0'
                                     }
                     },
@@ -29,7 +30,8 @@ do { my $x = {
                                    'File::Spec' => '0',
                                    'Test::Builder::Tester' => '0',
                                    'Test::More' => '0.65',
-                                   'overload' => '0'
+                                   'overload' => '0',
+                                   'strict' => '0'
                                  }
                  }
      };
diff -pruN 0.017-2/t/00-report-prereqs.t 0.018-1/t/00-report-prereqs.t
--- 0.017-2/t/00-report-prereqs.t	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/t/00-report-prereqs.t	2025-11-06 17:48:02.000000000 +0000
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.028
+# This test was generated by Dist::Zilla::Plugin::Test::ReportPrereqs 0.029
 
 use Test::More tests => 1;
 
@@ -109,20 +109,24 @@ for my $phase ( qw(configure build test
         my @reports = [qw/Module Want Have/];
 
         for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {
-            next if $mod eq 'perl';
             next if grep { $_ eq $mod } @exclude;
 
-            my $file = $mod;
-            $file =~ s{::}{/}g;
-            $file .= ".pm";
-            my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
-
             my $want = $req_hash->{$phase}{$type}{$mod};
             $want = "undef" unless defined $want;
             $want = "any" if !$want && $want == 0;
 
+            if ($mod eq 'perl') {
+                push @reports, ['perl', $want, $]];
+                next;
+            }
+
             my $req_string = $want eq 'any' ? 'any version required' : "version '$want' required";
 
+            my $file = $mod;
+            $file =~ s{::}{/}g;
+            $file .= ".pm";
+            my ($prefix) = grep { -e File::Spec->catfile($_, $file) } @INC;
+
             if ($prefix) {
                 my $have = MM->parse_version( File::Spec->catfile($prefix, $file) );
                 $have = "undef" unless defined $have;
diff -pruN 0.017-2/t/basic.t 0.018-1/t/basic.t
--- 0.017-2/t/basic.t	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/t/basic.t	2025-11-06 17:48:02.000000000 +0000
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More tests => 7 + ($] < 5.013001 ? 1 : 0);
+use Test::More tests => 8;
 use Test::Fatal qw(exception success);
 use Try::Tiny 0.07;
 
@@ -51,17 +51,18 @@ try {
 
 {
   package BreakException;
-  sub DESTROY { eval { my $x = 'o no'; } }
+  sub DESTROY { eval { my $x = 'o no'; } }  # resets $@ to '' on older perls
 }
 
-if ($] < 5.013001) {
+SKIP: {
+  skip 'perl < 5.013001 required to test $@ being altered in DESTROY', 1 if $] >= 5.013001;
   like(
     exception { exception {
       my $blackguard = bless {}, 'BreakException';
       die "real exception";
     } },
     qr{false exception},
-    "we throw a new exception if the exception is false",
+    'DESTROY resets $@ to false; we throw a new exception if the exception is false',
   );
 }
 
@@ -70,9 +71,9 @@ if ($] < 5.013001) {
   use overload 'bool' => sub { 0 };
 }
 
-like(
+is(
   exception { exception { die(bless {} => 'FalseObject'); } },
-  qr{false exception},
-  "we throw a new exception if the exception is false",
+  undef,
+  "we do not throw a new exception if the exception is false but blessed",
 );
 
diff -pruN 0.017-2/xt/release/changes_has_content.t 0.018-1/xt/release/changes_has_content.t
--- 0.017-2/xt/release/changes_has_content.t	2022-12-31 21:40:57.000000000 +0000
+++ 0.018-1/xt/release/changes_has_content.t	2025-11-06 17:48:02.000000000 +0000
@@ -2,7 +2,7 @@ use Test::More tests => 2;
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '0.017';
+my $newver = '0.018';
 my $trial_token = '-TRIAL';
 my $encoding = 'UTF-8';
 
