Hello community,

here is the log from the commit of package perl-Text-Sprintf-Named for 
openSUSE:Factory checked in at 2020-10-08 13:13:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-Sprintf-Named (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Text-Sprintf-Named.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Text-Sprintf-Named"

Thu Oct  8 13:13:39 2020 rev:3 rq:840036 version:0.0404

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Text-Sprintf-Named/perl-Text-Sprintf-Named.changes
  2018-05-29 16:50:35.991516237 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Sprintf-Named.new.4249/perl-Text-Sprintf-Named.changes
        2020-10-08 13:13:58.663269861 +0200
@@ -1,0 +2,10 @@
+Wed Oct  7 03:14:56 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 0.0404
+   see /usr/share/doc/packages/perl-Text-Sprintf-Named/Changes
+
+  0.0404  2020-10-06
+          * Dist-Zilla / tidyall / etc. cleanups and corrections.
+              * Fairly minor and not related to the production-code.
+
+-------------------------------------------------------------------

Old:
----
  Text-Sprintf-Named-0.0403.tar.gz

New:
----
  Text-Sprintf-Named-0.0404.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Text-Sprintf-Named.spec ++++++
--- /var/tmp/diff_new_pack.TH4D90/_old  2020-10-08 13:13:59.259270401 +0200
+++ /var/tmp/diff_new_pack.TH4D90/_new  2020-10-08 13:13:59.263270404 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Sprintf-Named
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Text-Sprintf-Named
-Version:        0.0403
+Version:        0.0404
 Release:        0
 %define cpan_name Text-Sprintf-Named
-Summary:        Sprintf-Like Function with Named Conversions
+Summary:        Sprintf-like function with named conversions
 License:        MIT
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Text-Sprintf-Named/
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -49,7 +49,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check

++++++ Text-Sprintf-Named-0.0403.tar.gz -> Text-Sprintf-Named-0.0404.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/Build.PL 
new/Text-Sprintf-Named-0.0404/Build.PL
--- old/Text-Sprintf-Named-0.0403/Build.PL      2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/Build.PL      2020-10-06 09:22:36.000000000 
+0200
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.015.
 use strict;
 use warnings;
 
@@ -19,7 +19,7 @@
     "Shlomi Fish <shlomif\@cpan.org>"
   ],
   "dist_name" => "Text-Sprintf-Named",
-  "dist_version" => "0.0403",
+  "dist_version" => "0.0404",
   "license" => "mit",
   "module_name" => "Text::Sprintf::Named",
   "recursive_test_files" => 1,
@@ -38,8 +38,7 @@
     "IO::Handle" => 0,
     "IPC::Open3" => 0,
     "Test::More" => "0.88",
-    "Test::Warn" => 0,
-    "base" => 0
+    "Test::Warn" => 0
   }
 );
 
@@ -50,8 +49,7 @@
   "IPC::Open3" => 0,
   "Module::Build" => "0.28",
   "Test::More" => "0.88",
-  "Test::Warn" => 0,
-  "base" => 0
+  "Test::Warn" => 0
 );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/Changes 
new/Text-Sprintf-Named-0.0404/Changes
--- old/Text-Sprintf-Named-0.0403/Changes       2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/Changes       2020-10-06 09:22:36.000000000 
+0200
@@ -1,5 +1,9 @@
 Revision history for Text::Sprintf::Named
 
+0.0404  2020-10-06
+        * Dist-Zilla / tidyall / etc. cleanups and corrections.
+            * Fairly minor and not related to the production-code.
+
 0.0403  2018-05-20
         * Convert to Dist-Zilla .
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/LICENSE 
new/Text-Sprintf-Named-0.0404/LICENSE
--- old/Text-Sprintf-Named-0.0403/LICENSE       2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/LICENSE       2020-10-06 09:22:36.000000000 
+0200
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2018 by Shlomi Fish.
+This software is Copyright (c) 2020 by Shlomi Fish.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/MANIFEST 
new/Text-Sprintf-Named-0.0404/MANIFEST
--- old/Text-Sprintf-Named-0.0403/MANIFEST      2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/MANIFEST      2020-10-06 09:22:36.000000000 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.015.
 Build.PL
 Changes
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/META.json 
new/Text-Sprintf-Named-0.0404/META.json
--- old/Text-Sprintf-Named-0.0403/META.json     2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/META.json     2020-10-06 09:22:36.000000000 
+0200
@@ -4,7 +4,7 @@
       "Shlomi Fish <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010",
    "keywords" : [
       "conversions",
       "format",
@@ -63,15 +63,14 @@
             "IO::Handle" : "0",
             "IPC::Open3" : "0",
             "Test::More" : "0.88",
-            "Test::Warn" : "0",
-            "base" : "0"
+            "Test::Warn" : "0"
          }
       }
    },
    "provides" : {
       "Text::Sprintf::Named" : {
          "file" : "lib/Text/Sprintf/Named.pm",
-         "version" : "0.0403"
+         "version" : "0.0404"
       }
    },
    "release_status" : "stable",
@@ -86,10 +85,10 @@
          "web" : "https://github.com/shlomif/text-sprintf-named";
       }
    },
-   "version" : "0.0403",
+   "version" : "0.0404",
    "x_Dist_Zilla" : {
       "perl" : {
-         "version" : "5.027011"
+         "version" : "5.032000"
       },
       "plugins" : [
          {
@@ -101,17 +100,17 @@
                }
             },
             "name" : "@SHLOMIF/TestMoreDoneTesting",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::AutoPrereqs",
             "name" : "@SHLOMIF/AutoPrereqs",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@SHLOMIF/ExecDir",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
@@ -127,32 +126,32 @@
                }
             },
             "name" : "@SHLOMIF/GatherDir",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@SHLOMIF/License",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@SHLOMIF/ManifestSkip",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@SHLOMIF/MetaYAML",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@SHLOMIF/PruneCruft",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@SHLOMIF/Readme",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::RunExtraTests",
@@ -167,7 +166,7 @@
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@SHLOMIF/ShareDir",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
@@ -177,7 +176,7 @@
                }
             },
             "name" : "@SHLOMIF/MakeMaker",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
@@ -187,22 +186,22 @@
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@SHLOMIF/ConfirmRelease",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@SHLOMIF/Manifest",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@SHLOMIF/MetaConfig",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@SHLOMIF/MetaJSON",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
@@ -212,7 +211,7 @@
                      {
                         "class" : "Dist::Zilla::Plugin::FinderCode",
                         "name" : 
"@SHLOMIF/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-                        "version" : "6.012"
+                        "version" : "6.015"
                      }
                   ],
                   "include_underscores" : 0
@@ -224,7 +223,7 @@
                   "meta_noindex" : 1
                },
                "Dist::Zilla::Role::ModuleMetadata" : {
-                  "Module::Metadata" : "1.000033",
+                  "Module::Metadata" : "1.000037",
                   "version" : "0.006"
                }
             },
@@ -234,7 +233,7 @@
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@SHLOMIF/MetaResources",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::ModuleBuild",
@@ -244,27 +243,22 @@
                }
             },
             "name" : "@SHLOMIF/ModuleBuild",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@SHLOMIF/PkgVersion",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@SHLOMIF/PodCoverageTests",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@SHLOMIF/PodSyntaxTests",
-            "version" : "6.012"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::PodVersion",
-            "name" : "@SHLOMIF/PodVersion",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -338,7 +332,7 @@
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@SHLOMIF/TestRelease",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -350,6 +344,16 @@
                   ],
                   "plugins" : [
                      {
+                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
+                        "name" : "@SHLOMIF/SingleEncoding",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Plugin::WikiDoc",
+                        "name" : "@SHLOMIF/WikiDoc",
+                        "version" : "0.093004"
+                     },
+                     {
                         "class" : "Pod::Weaver::Plugin::EnsurePod5",
                         "name" : "@CorePrep/EnsurePod5",
                         "version" : "4.015"
@@ -360,79 +364,109 @@
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
-                        "name" : "-SingleEncoding",
-                        "version" : "4.015"
-                     },
-                     {
                         "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "NAME",
+                        "name" : "@SHLOMIF/Name",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Version",
-                        "name" : "Version",
+                        "name" : "@SHLOMIF/Version",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
-                        "name" : "prelude",
+                        "name" : "@SHLOMIF/Prelude",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "@SHLOMIF/Synopsis",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "SYNOPSIS",
+                        "name" : "@SHLOMIF/Description",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "DESCRIPTION",
+                        "name" : "@SHLOMIF/Usage",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Generic",
-                        "name" : "OVERVIEW",
+                        "name" : "@SHLOMIF/Overview",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "@SHLOMIF/Stability",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
-                        "name" : "ATTRIBUTES",
+                        "name" : "Requirements",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Collect",
-                        "name" : "METHODS",
+                        "name" : "Attributes",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "Constructors",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "Methods",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "Functions",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Leftovers",
-                        "name" : "Leftovers",
+                        "name" : "@SHLOMIF/Leftovers",
                         "version" : "4.015"
                      },
                      {
                         "class" : "Pod::Weaver::Section::Region",
-                        "name" : "postlude",
+                        "name" : "@SHLOMIF/postlude",
                         "version" : "4.015"
                      },
                      {
+                        "class" : "Pod::Weaver::Section::Support",
+                        "name" : "@SHLOMIF/Support",
+                        "version" : "1.013"
+                     },
+                     {
                         "class" : "Pod::Weaver::Section::Authors",
-                        "name" : "Authors",
+                        "name" : "@SHLOMIF/Authors",
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Section::Legal",
-                        "name" : "Legal",
+                        "class" : "Pod::Weaver::Section::Bugs",
+                        "name" : "@SHLOMIF/Bugs",
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Section::Bugs",
-                        "name" : "Bugs",
+                        "class" : "Pod::Weaver::Section::Contributors",
+                        "name" : "@SHLOMIF/Contributors",
+                        "version" : "0.009"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Legal",
+                        "name" : "@SHLOMIF/Legal",
                         "version" : "4.015"
                      },
                      {
-                        "class" : "Pod::Weaver::Section::Support",
-                        "name" : "Support",
-                        "version" : "1.010"
+                        "class" : "Pod::Weaver::Plugin::Transformer",
+                        "name" : "@SHLOMIF/List",
+                        "version" : "4.015"
                      }
                   ]
                }
@@ -443,7 +477,7 @@
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@SHLOMIF/UploadToCPAN",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::Keywords",
@@ -465,57 +499,57 @@
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":IncModules",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExtraTestFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":PerlExecFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":MainModule",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":AllFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":NoFiles",
-            "version" : "6.012"
+            "version" : "6.015"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : 
"@SHLOMIF/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
-            "version" : "6.012"
+            "version" : "6.015"
          }
       ],
       "zilla" : {
@@ -523,10 +557,11 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "6.012"
+         "version" : "6.015"
       }
    },
-   "x_generated_by_perl" : "v5.27.11",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.02"
+   "x_generated_by_perl" : "v5.32.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
+   "x_spdx_expression" : "MIT"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/META.yml 
new/Text-Sprintf-Named-0.0404/META.yml
--- old/Text-Sprintf-Named-0.0403/META.yml      2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/META.yml      2020-10-06 09:22:36.000000000 
+0200
@@ -9,12 +9,11 @@
   Module::Build: '0.28'
   Test::More: '0.88'
   Test::Warn: '0'
-  base: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
   Module::Build: '0.28'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010'
 keywords:
   - conversions
   - format
@@ -30,7 +29,7 @@
 provides:
   Text::Sprintf::Named:
     file: lib/Text/Sprintf/Named.pm
-    version: '0.0403'
+    version: '0.0404'
 requires:
   Carp: '0'
   Exporter: '0'
@@ -44,10 +43,10 @@
   bugtracker: https://github.com/shlomif/text-sprintf-named/issues
   homepage: http://metacpan.org/release/Text-Sprintf-Named
   repository: https://bitbucket.org/shlomif/perl-text-sprintf
-version: '0.0403'
+version: '0.0404'
 x_Dist_Zilla:
   perl:
-    version: '5.027011'
+    version: '5.032000'
   plugins:
     -
       class: Dist::Zilla::Plugin::Prereqs
@@ -56,15 +55,15 @@
           phase: test
           type: requires
       name: '@SHLOMIF/TestMoreDoneTesting'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::AutoPrereqs
       name: '@SHLOMIF/AutoPrereqs'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@SHLOMIF/ExecDir'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::GatherDir
       config:
@@ -77,27 +76,27 @@
           prune_directory: []
           root: .
       name: '@SHLOMIF/GatherDir'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::License
       name: '@SHLOMIF/License'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@SHLOMIF/ManifestSkip'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@SHLOMIF/MetaYAML'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@SHLOMIF/PruneCruft'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@SHLOMIF/Readme'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::RunExtraTests
       config:
@@ -108,14 +107,14 @@
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@SHLOMIF/ShareDir'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MakeMaker
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 1
       name: '@SHLOMIF/MakeMaker'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::CheckChangesHasContent
       name: '@SHLOMIF/CheckChangesHasContent'
@@ -123,19 +122,19 @@
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@SHLOMIF/ConfirmRelease'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@SHLOMIF/Manifest'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@SHLOMIF/MetaConfig'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@SHLOMIF/MetaJSON'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::MetaProvides::Package
       config:
@@ -144,7 +143,7 @@
             -
               class: Dist::Zilla::Plugin::FinderCode
               name: '@SHLOMIF/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-              version: '6.012'
+              version: '6.015'
           include_underscores: 0
         Dist::Zilla::Role::MetaProvider::Provider:
           $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
@@ -152,37 +151,33 @@
           inherit_version: '1'
           meta_noindex: '1'
         Dist::Zilla::Role::ModuleMetadata:
-          Module::Metadata: '1.000033'
+          Module::Metadata: '1.000037'
           version: '0.006'
       name: '@SHLOMIF/MetaProvides::Package'
       version: '2.004003'
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@SHLOMIF/MetaResources'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::ModuleBuild
       config:
         Dist::Zilla::Role::TestRunner:
           default_jobs: 1
       name: '@SHLOMIF/ModuleBuild'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@SHLOMIF/PkgVersion'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@SHLOMIF/PodCoverageTests'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@SHLOMIF/PodSyntaxTests'
-      version: '6.012'
-    -
-      class: Dist::Zilla::Plugin::PodVersion
-      name: '@SHLOMIF/PodVersion'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::Test::Compile
       config:
@@ -238,7 +233,7 @@
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@SHLOMIF/TestRelease'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::PodWeaver
       config:
@@ -248,6 +243,14 @@
             - ':ExecFiles'
           plugins:
             -
+              class: Pod::Weaver::Plugin::SingleEncoding
+              name: '@SHLOMIF/SingleEncoding'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Plugin::WikiDoc
+              name: '@SHLOMIF/WikiDoc'
+              version: '0.093004'
+            -
               class: Pod::Weaver::Plugin::EnsurePod5
               name: '@CorePrep/EnsurePod5'
               version: '4.015'
@@ -256,71 +259,95 @@
               name: '@CorePrep/H1Nester'
               version: '4.015'
             -
-              class: Pod::Weaver::Plugin::SingleEncoding
-              name: -SingleEncoding
-              version: '4.015'
-            -
               class: Pod::Weaver::Section::Generic
-              name: NAME
+              name: '@SHLOMIF/Name'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Version
-              name: Version
+              name: '@SHLOMIF/Version'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Region
-              name: prelude
+              name: '@SHLOMIF/Prelude'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
-              name: SYNOPSIS
+              name: '@SHLOMIF/Synopsis'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
-              name: DESCRIPTION
+              name: '@SHLOMIF/Description'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Generic
-              name: OVERVIEW
+              name: '@SHLOMIF/Usage'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: '@SHLOMIF/Overview'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: '@SHLOMIF/Stability'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: Requirements
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: Attributes
               version: '4.015'
             -
               class: Pod::Weaver::Section::Collect
-              name: ATTRIBUTES
+              name: Constructors
               version: '4.015'
             -
               class: Pod::Weaver::Section::Collect
-              name: METHODS
+              name: Methods
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: Functions
               version: '4.015'
             -
               class: Pod::Weaver::Section::Leftovers
-              name: Leftovers
+              name: '@SHLOMIF/Leftovers'
               version: '4.015'
             -
               class: Pod::Weaver::Section::Region
-              name: postlude
+              name: '@SHLOMIF/postlude'
               version: '4.015'
             -
+              class: Pod::Weaver::Section::Support
+              name: '@SHLOMIF/Support'
+              version: '1.013'
+            -
               class: Pod::Weaver::Section::Authors
-              name: Authors
+              name: '@SHLOMIF/Authors'
               version: '4.015'
             -
-              class: Pod::Weaver::Section::Legal
-              name: Legal
+              class: Pod::Weaver::Section::Bugs
+              name: '@SHLOMIF/Bugs'
               version: '4.015'
             -
-              class: Pod::Weaver::Section::Bugs
-              name: Bugs
+              class: Pod::Weaver::Section::Contributors
+              name: '@SHLOMIF/Contributors'
+              version: '0.009'
+            -
+              class: Pod::Weaver::Section::Legal
+              name: '@SHLOMIF/Legal'
               version: '4.015'
             -
-              class: Pod::Weaver::Section::Support
-              name: Support
-              version: '1.010'
+              class: Pod::Weaver::Plugin::Transformer
+              name: '@SHLOMIF/List'
+              version: '4.015'
       name: '@SHLOMIF/PodWeaver'
       version: '4.008'
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@SHLOMIF/UploadToCPAN'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::Keywords
       config:
@@ -337,51 +364,52 @@
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':IncModules'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExtraTestFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':PerlExecFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':MainModule'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':AllFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':NoFiles'
-      version: '6.012'
+      version: '6.015'
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: '@SHLOMIF/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
-      version: '6.012'
+      version: '6.015'
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: '0'
-    version: '6.012'
-x_generated_by_perl: v5.27.11
+    version: '6.015'
+x_generated_by_perl: v5.32.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/Makefile.PL 
new/Text-Sprintf-Named-0.0404/Makefile.PL
--- old/Text-Sprintf-Named-0.0403/Makefile.PL   2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/Makefile.PL   2020-10-06 09:22:36.000000000 
+0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.012.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.015.
 use strict;
 use warnings;
 
@@ -34,10 +34,9 @@
     "IO::Handle" => 0,
     "IPC::Open3" => 0,
     "Test::More" => "0.88",
-    "Test::Warn" => 0,
-    "base" => 0
+    "Test::Warn" => 0
   },
-  "VERSION" => "0.0403",
+  "VERSION" => "0.0404",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -53,7 +52,6 @@
   "Module::Build" => "0.28",
   "Test::More" => "0.88",
   "Test::Warn" => 0,
-  "base" => 0,
   "parent" => 0,
   "strict" => 0,
   "vars" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/README 
new/Text-Sprintf-Named-0.0404/README
--- old/Text-Sprintf-Named-0.0403/README        2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/README        2020-10-06 09:22:36.000000000 
+0200
@@ -1,13 +1,13 @@
 This archive contains the distribution Text-Sprintf-Named,
-version 0.0403:
+version 0.0404:
 
   sprintf-like function with named conversions
 
-This software is Copyright (c) 2018 by Shlomi Fish.
+This software is Copyright (c) 2020 by Shlomi Fish.
 
 This is free software, licensed under:
 
   The MIT (X11) License
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.015.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/dist.ini 
new/Text-Sprintf-Named-0.0404/dist.ini
--- old/Text-Sprintf-Named-0.0403/dist.ini      2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/dist.ini      2020-10-06 09:22:36.000000000 
+0200
@@ -1,5 +1,5 @@
 name = Text-Sprintf-Named
-version = 0.0403
+version = 0.0404
 author = Shlomi Fish <[email protected]>
 license = MIT
 copyright_holder = Shlomi Fish
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/lib/Text/Sprintf/Named.pm 
new/Text-Sprintf-Named-0.0404/lib/Text/Sprintf/Named.pm
--- old/Text-Sprintf-Named-0.0403/lib/Text/Sprintf/Named.pm     2018-05-20 
20:25:50.000000000 +0200
+++ new/Text-Sprintf-Named-0.0404/lib/Text/Sprintf/Named.pm     2020-10-06 
09:22:36.000000000 +0200
@@ -1,5 +1,5 @@
 package Text::Sprintf::Named;
-$Text::Sprintf::Named::VERSION = '0.0403';
+$Text::Sprintf::Named::VERSION = '0.0404';
 use warnings;
 use strict;
 
@@ -153,7 +153,7 @@
 
 =head1 VERSION
 
-version 0.0403
+version 0.0404
 
 =head1 SYNOPSIS
 
@@ -189,10 +189,6 @@
 as a string, and C<"%(num)4d"> will emit the C<'num'> parameter
 as a variable with a width of 4.
 
-=head1 VERSION
-
-version 0.0403
-
 =head1 FUNCTIONS
 
 =head2 my $formatter = Text::Sprintf::Named->new({fmt => $format})
@@ -315,37 +311,10 @@
 
 L<http://www.opensource.org/licenses/mit-license.php>
 
-=head1 AUTHOR
-
-Shlomi Fish <[email protected]>
-
-=head1 COPYRIGHT AND LICENSE
-
-This software is Copyright (c) 2018 by Shlomi Fish.
-
-This is free software, licensed under:
-
-  The MIT (X11) License
-
-=head1 BUGS
-
-Please report any bugs or feature requests on the bugtracker website
-L<https://github.com/shlomif/text-sprintf-named/issues>
-
-When submitting a bug or request, please include a test-file or a
-patch to an existing test-file that illustrates the bug or desired
-feature.
-
-=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants 
kwalitee diff irc mailto metadata placeholders metacpan
+=for :stopwords cpan testmatrix url bugtracker rt cpants kwalitee diff irc 
mailto metadata placeholders metacpan
 
 =head1 SUPPORT
 
-=head2 Perldoc
-
-You can find documentation for this module with the perldoc command.
-
-  perldoc Text::Sprintf::Named
-
 =head2 Websites
 
 The following websites have more information about this module, and may be of 
help to you. As always,
@@ -363,14 +332,6 @@
 
 =item *
 
-Search CPAN
-
-The default CPAN search engine, useful to view POD in HTML format.
-
-L<http://search.cpan.org/dist/Text-Sprintf-Named>
-
-=item *
-
 RT: CPAN's Bug Tracker
 
 The RT ( Request Tracker ) website is the default bug/issue tracking system 
for CPAN.
@@ -379,22 +340,6 @@
 
 =item *
 
-AnnoCPAN
-
-The AnnoCPAN is a website that allows community annotations of Perl module 
documentation.
-
-L<http://annocpan.org/dist/Text-Sprintf-Named>
-
-=item *
-
-CPAN Ratings
-
-The CPAN Ratings is a website that allows community ratings and reviews of 
Perl modules.
-
-L<http://cpanratings.perl.org/d/Text-Sprintf-Named>
-
-=item *
-
 CPANTS
 
 The CPANTS is a website that analyzes the Kwalitee ( code metrics ) of a 
distribution.
@@ -443,4 +388,25 @@
 
   git clone https://bitbucket.org/shlomif/perl-text-sprintf
 
+=head1 AUTHOR
+
+Shlomi Fish <[email protected]>
+
+=head1 BUGS
+
+Please report any bugs or feature requests on the bugtracker website
+L<https://github.com/shlomif/text-sprintf-named/issues>
+
+When submitting a bug or request, please include a test-file or a
+patch to an existing test-file that illustrates the bug or desired
+feature.
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is Copyright (c) 2020 by Shlomi Fish.
+
+This is free software, licensed under:
+
+  The MIT (X11) License
+
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/t/00-load.t 
new/Text-Sprintf-Named-0.0404/t/00-load.t
--- old/Text-Sprintf-Named-0.0403/t/00-load.t   2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/t/00-load.t   2020-10-06 09:22:36.000000000 
+0200
@@ -4,6 +4,7 @@
 
 BEGIN
 {
+    # TEST
     use_ok('Text::Sprintf::Named');
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/t/01-use.t 
new/Text-Sprintf-Named-0.0404/t/01-use.t
--- old/Text-Sprintf-Named-0.0403/t/01-use.t    2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/t/01-use.t    2020-10-06 09:22:36.000000000 
+0200
@@ -5,7 +5,7 @@
 
 use Test::More tests => 14;
 
-use Text::Sprintf::Named;
+use Text::Sprintf::Named ();
 
 # Instantiate an object.
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Text-Sprintf-Named-0.0403/t/02-override-param-retrieval.t 
new/Text-Sprintf-Named-0.0404/t/02-override-param-retrieval.t
--- old/Text-Sprintf-Named-0.0403/t/02-override-param-retrieval.t       
2018-05-20 20:25:50.000000000 +0200
+++ new/Text-Sprintf-Named-0.0404/t/02-override-param-retrieval.t       
2020-10-06 09:22:36.000000000 +0200
@@ -5,11 +5,11 @@
 
 package MySprintf;
 
-use base 'Text::Sprintf::Named';
+use parent 'Text::Sprintf::Named';
 
 sub calc_param
 {
-    my ($self, $args) = @_;
+    my ( $self, $args ) = @_;
 
     my $method = $args->{name};
 
@@ -21,10 +21,10 @@
 sub new
 {
     my $class = shift;
-    my $self = {};
+    my $self  = {};
     bless $self, $class;
     $self->_init(@_);
-    return $self
+    return $self;
 }
 
 sub _init
@@ -42,12 +42,15 @@
 package main;
 
 {
-    my $formatter = MySprintf->new({fmt => "{%(hello)s}"});
+    my $formatter = MySprintf->new( { fmt => "{%(hello)s}" } );
 
-    my $hello_obj = MyObj->new;
+    my $hello_obj = MyObj->new();
 
     # TEST
-    is ($formatter->format({args => {obj => $hello_obj, hello => "Though I am 
here"}}),
+    is(
+        $formatter->format(
+            { args => { obj => $hello_obj, hello => "Though I am here" } }
+        ),
         "{Twalidoo}",
         "Customizability of Text::Sprintf::Named",
     );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/t/03-incomplete.t 
new/Text-Sprintf-Named-0.0404/t/03-incomplete.t
--- old/Text-Sprintf-Named-0.0403/t/03-incomplete.t     2018-05-20 
20:25:50.000000000 +0200
+++ new/Text-Sprintf-Named-0.0404/t/03-incomplete.t     2020-10-06 
09:22:36.000000000 +0200
@@ -4,8 +4,8 @@
 use warnings;
 
 use Test::More tests => 8;
-use Test::Warn;
-use Text::Sprintf::Named;
+use Test::Warn qw/ warnings_are warning_like warnings_like /;
+use Text::Sprintf::Named ();
 
 my $obj;
 
@@ -18,13 +18,13 @@
 $obj = Text::Sprintf::Named->new( { fmt => "Example >%(name)s<", } );
 
 warning_like { $obj->format() } qr/Token 'name'/,
-  'Missing Token Throws Warning ( String )';
+    'Missing Token Throws Warning ( String )';
 
 # TEST
 $obj = Text::Sprintf::Named->new( { fmt => "Example >%(foo)8.3f<", } );
 
 warnings_like { $obj->format() }[ qr/Token 'foo'/, qr/numeric.*sprintf/ ],
-  'Missing Token Throws Warning ( Float )';
+    'Missing Token Throws Warning ( Float )';
 
 no warnings 'Text::Sprintf::Named';
 
@@ -37,20 +37,21 @@
 $obj = Text::Sprintf::Named->new( { fmt => "Example >%(name)s<", } );
 
 warnings_are { $obj->format() }[],
-  '[Silent] Missing Token Throws Warning ( String )';
+    '[Silent] Missing Token Throws Warning ( String )';
 
 # TEST
 $obj = Text::Sprintf::Named->new( { fmt => "Example >%(foo)8.3f<", } );
 
 warnings_like { $obj->format() }[qr/numeric.*sprintf/],
-  '[Subdued] Missing Token Throws Warning ( Float )';
+    '[Subdued] Missing Token Throws Warning ( Float )';
 
 # TEST
 $obj = Text::Sprintf::Named->new( { fmt => '.' } );
 
 use warnings 'Text::Sprintf::Named';
 
-warning_like {
+warning_like
+{
     $obj->format(
         {
             erroneous_parameter => 'this one',
@@ -60,12 +61,13 @@
     );
 }
 qr/Format parameters were specified, but none/,
-  'Weird Format Parameters Throws Warning';
+    'Weird Format Parameters Throws Warning';
 
 # TEST
 no warnings 'Text::Sprintf::Named';
 
-warnings_are {
+warnings_are
+{
     $obj->format(
         {
             erroneous_parameter => 'this one',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/t/04-procedural-iface.t 
new/Text-Sprintf-Named-0.0404/t/04-procedural-iface.t
--- old/Text-Sprintf-Named-0.0403/t/04-procedural-iface.t       2018-05-20 
20:25:50.000000000 +0200
+++ new/Text-Sprintf-Named-0.0404/t/04-procedural-iface.t       2020-10-06 
09:22:36.000000000 +0200
@@ -5,20 +5,20 @@
 
 use Test::More tests => 2;
 
-use Text::Sprintf::Named qw(named_sprintf);
+use Text::Sprintf::Named qw/ named_sprintf /;
 
 {
     # TEST
-    is (
-        scalar( named_sprintf('Hello %(name)s!', { name => "Sophie", }) ),
+    is(
+        scalar( named_sprintf( 'Hello %(name)s!', { name => "Sophie", } ) ),
         'Hello Sophie!',
-        'named_sprintf works with an hash-ref as the parameters designator',
+        q#named_sprintf works with a hash-ref as the parameters' container#,
     );
 }
 
 {
     # TEST
-    is (
+    is(
         scalar(
             named_sprintf(
                 'Hello %(name)s! Are you from %(city)s?',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Sprintf-Named-0.0403/weaver.ini 
new/Text-Sprintf-Named-0.0404/weaver.ini
--- old/Text-Sprintf-Named-0.0403/weaver.ini    2018-05-20 20:25:50.000000000 
+0200
+++ new/Text-Sprintf-Named-0.0404/weaver.ini    2020-10-06 09:22:36.000000000 
+0200
@@ -1,39 +1 @@
-[@CorePrep]
-
-[-SingleEncoding]
-
-[Generic / NAME]
-
-[Version]
-
-[Region  / prelude]
-
-
-[Generic / SYNOPSIS]
-[Generic / DESCRIPTION]
-[Generic / OVERVIEW]
-
-[Collect / ATTRIBUTES]
-command = attr
-
-[Collect / METHODS]
-command = method
-
-[Leftovers]
-
-[Region  / postlude]
-
-[Authors]
-[Legal]
-
-; [Generic / DESCRIPTION]
-; required = 1
-
-; [Generic / BUGS]
-
-; [Generic / Section::Bugs]
-; [Generic / Section::License]
-;
-[Bugs]
-[Support]
-all_modules = 1
+[@SHLOMIF]


Reply via email to