Hello community,

here is the log from the commit of package perl-Text-Aligner for 
openSUSE:Factory checked in at 2020-04-29 20:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-Aligner (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Text-Aligner.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Text-Aligner"

Wed Apr 29 20:52:46 2020 rev:3 rq:798890 version:0.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-Aligner/perl-Text-Aligner.changes      
2016-05-25 21:27:21.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Aligner.new.2738/perl-Text-Aligner.changes
    2020-04-29 20:54:33.505296947 +0200
@@ -1,0 +2,15 @@
+Wed Apr 29 03:20:32 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+updated to 0.15
+   see /usr/share/doc/packages/perl-Text-Aligner/Changes
+
+  0.15  2020-04-28
+        - POD documentation cleanups - avoid using PodWeaver.
+          - Thanks to "[Tux]"
+        - The License is ISC.
+  
+  0.14  2020-04-28
+        - Port dist.ini to @SHLOMIF, thus avoiding author tests in t/*.t.
+  
+
+-------------------------------------------------------------------

Old:
----
  Text-Aligner-0.13.tar.gz

New:
----
  Text-Aligner-0.15.tar.gz

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

Other differences:
------------------
++++++ perl-Text-Aligner.spec ++++++
--- /var/tmp/diff_new_pack.WrKail/_old  2020-04-29 20:54:34.101298313 +0200
+++ /var/tmp/diff_new_pack.WrKail/_new  2020-04-29 20:54:34.105298322 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Aligner
 #
-# Copyright (c) 2016 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,19 +12,19 @@
 # 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-Aligner
-Version:        0.13
+Version:        0.15
 Release:        0
 %define cpan_name Text-Aligner
-Summary:        Module to Align Text
-License:        MIT
+Summary:        Module to align text
+License:        SUSE-Public-Domain
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Text-Aligner/
-Source0:        
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -32,6 +32,7 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build) >= 0.280000
 BuildRequires:  perl(Term::ANSIColor) >= 2.02
+BuildRequires:  perl(Test::More) >= 0.88
 Requires:       perl(Term::ANSIColor) >= 2.02
 %{perl_requires}
 
@@ -59,7 +60,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -71,6 +72,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ Text-Aligner-0.13.tar.gz -> Text-Aligner-0.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/Build.PL 
new/Text-Aligner-0.15/Build.PL
--- old/Text-Aligner-0.13/Build.PL      2016-04-17 11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/Build.PL      2020-04-28 15:51:49.000000000 +0200
@@ -1,10 +1,10 @@
 
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild 
v6.014.
 use strict;
 use warnings;
 
 use Module::Build 0.28;
-use lib qw{inc}; use Test::Run::Builder;
+
 
 my %module_build_args = (
   "build_requires" => {
@@ -19,8 +19,8 @@
     "Shlomi Fish <shlomif\@cpan.org>"
   ],
   "dist_name" => "Text-Aligner",
-  "dist_version" => "0.13",
-  "license" => "mit",
+  "dist_version" => "0.15",
+  "license" => "open_source",
   "module_name" => "Text::Aligner",
   "recursive_test_files" => 1,
   "requires" => {
@@ -33,11 +33,9 @@
   },
   "test_requires" => {
     "File::Spec" => 0,
-    "File::Temp" => 0,
     "IO::Handle" => 0,
     "IPC::Open3" => 0,
-    "Test::More" => 0,
-    "blib" => "1.01",
+    "Test::More" => "0.88",
     "constant" => 0
   }
 );
@@ -45,12 +43,10 @@
 
 my %fallback_build_requires = (
   "File::Spec" => 0,
-  "File::Temp" => 0,
   "IO::Handle" => 0,
   "IPC::Open3" => 0,
   "Module::Build" => "0.28",
-  "Test::More" => 0,
-  "blib" => "1.01",
+  "Test::More" => "0.88",
   "constant" => 0
 );
 
@@ -60,7 +56,7 @@
   $module_build_args{build_requires} = \%fallback_build_requires;
 }
 
-my $build = Test::Run::Builder->new(%module_build_args);
+my $build = Module::Build->new(%module_build_args);
 
 
 $build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/Changes 
new/Text-Aligner-0.15/Changes
--- old/Text-Aligner-0.13/Changes       2016-04-17 11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/Changes       2020-04-28 15:51:49.000000000 +0200
@@ -1,5 +1,13 @@
 Revision history for Perl extension Text::Aligner.
 
+0.15  2020-04-28
+      - POD documentation cleanups - avoid using PodWeaver.
+        - Thanks to "[Tux]"
+      - The License is ISC.
+
+0.14  2020-04-28
+      - Port dist.ini to @SHLOMIF, thus avoiding author tests in t/*.t.
+
 0.13  2016-04-17
       - Eliminate a warning "Negative repeat count does nothing" in recent
       perl5s in the test suite.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/LICENSE 
new/Text-Aligner-0.15/LICENSE
--- old/Text-Aligner-0.13/LICENSE       2016-04-17 11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/LICENSE       2020-04-28 15:51:49.000000000 +0200
@@ -1,32 +1,17 @@
-This software is Copyright (c) 2002 by Anno Siegel.
+The ISC License.
 
-This is free software, licensed under:
-
-  The MIT (X11) License
-
-The MIT License
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated
-documentation files (the "Software"), to deal in the Software
-without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to
-whom the Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright notice and this permission notice shall
-be included in all copies or substantial portions of the
-Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
-WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
-INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR
-PURPOSE AND NONINFRINGEMENT. IN NO EVENT
-SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
+----------------------------------------------------------------------------
+Copyright (c) 2002-2011, Anno Siegel <sie...@zrz.tu-berlin.de>
+Copyright (c) 2011, Shlomi Fish <shlo...@shlomifish.org>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/MANIFEST 
new/Text-Aligner-0.15/MANIFEST
--- old/Text-Aligner-0.13/MANIFEST      2016-04-17 11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/MANIFEST      2020-04-28 15:51:49.000000000 +0200
@@ -1,9 +1,10 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.014.
 Build.PL
 Changes
 LICENSE
 MANIFEST
 MANIFEST.SKIP
+META.json
 META.yml
 Makefile.PL
 README
@@ -13,9 +14,9 @@
 t/00-compile.t
 t/01_ini.t
 t/10_Aligner.t
-t/author-no-tabs.t
-t/author-pod-coverage.t
-t/author-pod-syntax.t
-t/release-cpan-changes.t
-t/release-kwalitee.t
-t/release-trailing-space.t
+xt/author/eol.t
+xt/author/no-tabs.t
+xt/author/pod-coverage.t
+xt/author/pod-syntax.t
+xt/release/cpan-changes.t
+xt/release/trailing-space.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/META.json 
new/Text-Aligner-0.15/META.json
--- old/Text-Aligner-0.13/META.json     1970-01-01 01:00:00.000000000 +0100
+++ new/Text-Aligner-0.15/META.json     2020-04-28 15:51:49.000000000 +0200
@@ -0,0 +1,492 @@
+{
+   "abstract" : "module to align text.",
+   "author" : [
+      "Shlomi Fish <shlo...@cpan.org>"
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 
2.150010",
+   "license" : [
+      "open_source"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : 2
+   },
+   "name" : "Text-Aligner",
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "Module::Build" : "0.28"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0",
+            "Module::Build" : "0.28"
+         }
+      },
+      "develop" : {
+         "requires" : {
+            "Pod::Coverage::TrustPod" : "0",
+            "Test::CPAN::Changes" : "0.19",
+            "Test::EOL" : "0",
+            "Test::More" : "0.96",
+            "Test::NoTabs" : "0",
+            "Test::Pod" : "1.41",
+            "Test::Pod::Coverage" : "1.08",
+            "Test::TrailingSpace" : "0.0203"
+         }
+      },
+      "runtime" : {
+         "requires" : {
+            "Exporter" : "0",
+            "Term::ANSIColor" : "2.02",
+            "perl" : "5.008",
+            "strict" : "0",
+            "vars" : "0",
+            "warnings" : "0"
+         }
+      },
+      "test" : {
+         "requires" : {
+            "File::Spec" : "0",
+            "IO::Handle" : "0",
+            "IPC::Open3" : "0",
+            "Test::More" : "0.88",
+            "constant" : "0"
+         }
+      }
+   },
+   "provides" : {
+      "Text::Aligner" : {
+         "file" : "lib/Text/Aligner.pm",
+         "version" : "0.15"
+      },
+      "Text::Aligner::Auto" : {
+         "file" : "lib/Text/Aligner.pm",
+         "version" : "0.15"
+      },
+      "Text::Aligner::MaxKeeper" : {
+         "file" : "lib/Text/Aligner.pm",
+         "version" : "0.15"
+      }
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "bugtracker" : {
+         "web" : "https://github.com/shlomif/text-aligner/issues";
+      },
+      "homepage" : "http://metacpan.org/release/Text-Aligner";,
+      "repository" : {
+         "type" : "git",
+         "url" : "git://github.com/shlomif/text-aligner.git",
+         "web" : "https://github.com/shlomif/text-aligner";
+      }
+   },
+   "version" : "0.15",
+   "x_Dist_Zilla" : {
+      "perl" : {
+         "version" : "5.030002"
+      },
+      "plugins" : [
+         {
+            "class" : "Dist::Zilla::Plugin::Prereqs",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs" : {
+                  "phase" : "test",
+                  "type" : "requires"
+               }
+            },
+            "name" : "@Filter/TestMoreDoneTesting",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "@Filter/AutoPrereqs",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ExecDir",
+            "name" : "@Filter/ExecDir",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::GatherDir",
+            "config" : {
+               "Dist::Zilla::Plugin::GatherDir" : {
+                  "exclude_filename" : [],
+                  "exclude_match" : [],
+                  "follow_symlinks" : 0,
+                  "include_dotfiles" : 0,
+                  "prefix" : "",
+                  "prune_directory" : [],
+                  "root" : "."
+               }
+            },
+            "name" : "@Filter/GatherDir",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ManifestSkip",
+            "name" : "@Filter/ManifestSkip",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaYAML",
+            "name" : "@Filter/MetaYAML",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PruneCruft",
+            "name" : "@Filter/PruneCruft",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::RunExtraTests",
+            "config" : {
+               "Dist::Zilla::Role::TestRunner" : {
+                  "default_jobs" : 1
+               }
+            },
+            "name" : "@Filter/RunExtraTests",
+            "version" : "0.029"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ShareDir",
+            "name" : "@Filter/ShareDir",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MakeMaker",
+            "config" : {
+               "Dist::Zilla::Role::TestRunner" : {
+                  "default_jobs" : 1
+               }
+            },
+            "name" : "@Filter/MakeMaker",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::CheckChangesHasContent",
+            "name" : "@Filter/CheckChangesHasContent",
+            "version" : "0.011"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
+            "name" : "@Filter/ConfirmRelease",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Manifest",
+            "name" : "@Filter/Manifest",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaConfig",
+            "name" : "@Filter/MetaConfig",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaJSON",
+            "name" : "@Filter/MetaJSON",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
+            "config" : {
+               "Dist::Zilla::Plugin::MetaProvides::Package" : {
+                  "finder_objects" : [
+                     {
+                        "class" : "Dist::Zilla::Plugin::FinderCode",
+                        "name" : 
"@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
+                        "version" : "6.014"
+                     }
+                  ],
+                  "include_underscores" : 0
+               },
+               "Dist::Zilla::Role::MetaProvider::Provider" : {
+                  "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : 
"2.002004",
+                  "inherit_missing" : 1,
+                  "inherit_version" : 1,
+                  "meta_noindex" : 1
+               },
+               "Dist::Zilla::Role::ModuleMetadata" : {
+                  "Module::Metadata" : "1.000036",
+                  "version" : "0.006"
+               }
+            },
+            "name" : "@Filter/MetaProvides::Package",
+            "version" : "2.004003"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::MetaResources",
+            "name" : "@Filter/MetaResources",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::ModuleBuild",
+            "config" : {
+               "Dist::Zilla::Role::TestRunner" : {
+                  "default_jobs" : 1
+               }
+            },
+            "name" : "@Filter/ModuleBuild",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PkgVersion",
+            "name" : "@Filter/PkgVersion",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
+            "name" : "@Filter/PodCoverageTests",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
+            "name" : "@Filter/PodSyntaxTests",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::Compile",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::Compile" : {
+                  "bail_out_on_fail" : 0,
+                  "fail_on_warning" : "author",
+                  "fake_home" : 0,
+                  "filename" : "t/00-compile.t",
+                  "module_finder" : [
+                     ":InstallModules"
+                  ],
+                  "needs_display" : 0,
+                  "phase" : "test",
+                  "script_finder" : [
+                     ":PerlExecFiles"
+                  ],
+                  "skips" : [],
+                  "switch" : []
+               }
+            },
+            "name" : "@Filter/Test::Compile",
+            "version" : "2.058"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::CPAN::Changes",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::CPAN::Changes" : {
+                  "changelog" : "Changes"
+               }
+            },
+            "name" : "@Filter/Test::CPAN::Changes",
+            "version" : "0.012"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::EOL",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::EOL" : {
+                  "filename" : "xt/author/eol.t",
+                  "finder" : [
+                     ":ExecFiles",
+                     ":InstallModules",
+                     ":TestFiles"
+                  ],
+                  "trailing_whitespace" : 1
+               }
+            },
+            "name" : "@Filter/Test::EOL",
+            "version" : "0.19"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::NoTabs",
+            "config" : {
+               "Dist::Zilla::Plugin::Test::NoTabs" : {
+                  "filename" : "xt/author/no-tabs.t",
+                  "finder" : [
+                     ":InstallModules",
+                     ":ExecFiles",
+                     ":TestFiles"
+                  ]
+               }
+            },
+            "name" : "@Filter/Test::NoTabs",
+            "version" : "0.15"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::Test::TrailingSpace",
+            "name" : "@Filter/Test::TrailingSpace",
+            "version" : "0.2.0"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::TestRelease",
+            "name" : "@Filter/TestRelease",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::PodWeaver",
+            "config" : {
+               "Dist::Zilla::Plugin::PodWeaver" : {
+                  "finder" : [
+                     ":InstallModules",
+                     ":ExecFiles"
+                  ],
+                  "plugins" : [
+                     {
+                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
+                        "name" : "@CorePrep/EnsurePod5",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Plugin::H1Nester",
+                        "name" : "@CorePrep/H1Nester",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Plugin::SingleEncoding",
+                        "name" : "@Default/SingleEncoding",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Name",
+                        "name" : "@Default/Name",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Version",
+                        "name" : "@Default/Version",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Region",
+                        "name" : "@Default/prelude",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "SYNOPSIS",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "DESCRIPTION",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Generic",
+                        "name" : "OVERVIEW",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Collect",
+                        "name" : "ATTRIBUTES",
+                        "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" : "@Default/Leftovers",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Region",
+                        "name" : "@Default/postlude",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Authors",
+                        "name" : "@Default/Authors",
+                        "version" : "4.015"
+                     },
+                     {
+                        "class" : "Pod::Weaver::Section::Legal",
+                        "name" : "@Default/Legal",
+                        "version" : "4.015"
+                     }
+                  ]
+               }
+            },
+            "name" : "@Filter/PodWeaver",
+            "version" : "4.008"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
+            "name" : "@Filter/UploadToCPAN",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":InstallModules",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":IncModules",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":TestFiles",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExtraTestFiles",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ExecFiles",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":PerlExecFiles",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":ShareFiles",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":MainModule",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":AllFiles",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : ":NoFiles",
+            "version" : "6.014"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::FinderCode",
+            "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
+            "version" : "6.014"
+         }
+      ],
+      "zilla" : {
+         "class" : "Dist::Zilla::Dist::Builder",
+         "config" : {
+            "is_trial" : 0
+         },
+         "version" : "6.014"
+      }
+   },
+   "x_generated_by_perl" : "v5.30.2",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19"
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/META.yml 
new/Text-Aligner-0.15/META.yml
--- old/Text-Aligner-0.13/META.yml      2016-04-17 11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/META.yml      2020-04-28 15:51:49.000000000 +0200
@@ -4,19 +4,17 @@
   - 'Shlomi Fish <shlo...@cpan.org>'
 build_requires:
   File::Spec: '0'
-  File::Temp: '0'
   IO::Handle: '0'
   IPC::Open3: '0'
   Module::Build: '0.28'
-  Test::More: '0'
-  blib: '1.01'
+  Test::More: '0.88'
   constant: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
   Module::Build: '0.28'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150001'
-license: mit
+generated_by: 'Dist::Zilla version 6.014, CPAN::Meta::Converter version 
2.150010'
+license: open_source
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: '1.4'
@@ -24,13 +22,13 @@
 provides:
   Text::Aligner:
     file: lib/Text/Aligner.pm
-    version: '0.13'
+    version: '0.15'
   Text::Aligner::Auto:
     file: lib/Text/Aligner.pm
-    version: '0.13'
+    version: '0.15'
   Text::Aligner::MaxKeeper:
     file: lib/Text/Aligner.pm
-    version: '0.13'
+    version: '0.15'
 requires:
   Exporter: '0'
   Term::ANSIColor: '2.02'
@@ -39,6 +37,318 @@
   vars: '0'
   warnings: '0'
 resources:
-  bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-Aligner
-  repository: https://github.com/shlomif/Text-Aligner.git
-version: '0.13'
+  bugtracker: https://github.com/shlomif/text-aligner/issues
+  homepage: http://metacpan.org/release/Text-Aligner
+  repository: git://github.com/shlomif/text-aligner.git
+version: '0.15'
+x_Dist_Zilla:
+  perl:
+    version: '5.030002'
+  plugins:
+    -
+      class: Dist::Zilla::Plugin::Prereqs
+      config:
+        Dist::Zilla::Plugin::Prereqs:
+          phase: test
+          type: requires
+      name: '@Filter/TestMoreDoneTesting'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::AutoPrereqs
+      name: '@Filter/AutoPrereqs'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::ExecDir
+      name: '@Filter/ExecDir'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::GatherDir
+      config:
+        Dist::Zilla::Plugin::GatherDir:
+          exclude_filename: []
+          exclude_match: []
+          follow_symlinks: 0
+          include_dotfiles: 0
+          prefix: ''
+          prune_directory: []
+          root: .
+      name: '@Filter/GatherDir'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::ManifestSkip
+      name: '@Filter/ManifestSkip'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::MetaYAML
+      name: '@Filter/MetaYAML'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::PruneCruft
+      name: '@Filter/PruneCruft'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::RunExtraTests
+      config:
+        Dist::Zilla::Role::TestRunner:
+          default_jobs: 1
+      name: '@Filter/RunExtraTests'
+      version: '0.029'
+    -
+      class: Dist::Zilla::Plugin::ShareDir
+      name: '@Filter/ShareDir'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::MakeMaker
+      config:
+        Dist::Zilla::Role::TestRunner:
+          default_jobs: 1
+      name: '@Filter/MakeMaker'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::CheckChangesHasContent
+      name: '@Filter/CheckChangesHasContent'
+      version: '0.011'
+    -
+      class: Dist::Zilla::Plugin::ConfirmRelease
+      name: '@Filter/ConfirmRelease'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::Manifest
+      name: '@Filter/Manifest'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::MetaConfig
+      name: '@Filter/MetaConfig'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::MetaJSON
+      name: '@Filter/MetaJSON'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::MetaProvides::Package
+      config:
+        Dist::Zilla::Plugin::MetaProvides::Package:
+          finder_objects:
+            -
+              class: Dist::Zilla::Plugin::FinderCode
+              name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
+              version: '6.014'
+          include_underscores: 0
+        Dist::Zilla::Role::MetaProvider::Provider:
+          $Dist::Zilla::Role::MetaProvider::Provider::VERSION: '2.002004'
+          inherit_missing: '1'
+          inherit_version: '1'
+          meta_noindex: '1'
+        Dist::Zilla::Role::ModuleMetadata:
+          Module::Metadata: '1.000036'
+          version: '0.006'
+      name: '@Filter/MetaProvides::Package'
+      version: '2.004003'
+    -
+      class: Dist::Zilla::Plugin::MetaResources
+      name: '@Filter/MetaResources'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::ModuleBuild
+      config:
+        Dist::Zilla::Role::TestRunner:
+          default_jobs: 1
+      name: '@Filter/ModuleBuild'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::PkgVersion
+      name: '@Filter/PkgVersion'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::PodCoverageTests
+      name: '@Filter/PodCoverageTests'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::PodSyntaxTests
+      name: '@Filter/PodSyntaxTests'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::Test::Compile
+      config:
+        Dist::Zilla::Plugin::Test::Compile:
+          bail_out_on_fail: '0'
+          fail_on_warning: author
+          fake_home: 0
+          filename: t/00-compile.t
+          module_finder:
+            - ':InstallModules'
+          needs_display: 0
+          phase: test
+          script_finder:
+            - ':PerlExecFiles'
+          skips: []
+          switch: []
+      name: '@Filter/Test::Compile'
+      version: '2.058'
+    -
+      class: Dist::Zilla::Plugin::Test::CPAN::Changes
+      config:
+        Dist::Zilla::Plugin::Test::CPAN::Changes:
+          changelog: Changes
+      name: '@Filter/Test::CPAN::Changes'
+      version: '0.012'
+    -
+      class: Dist::Zilla::Plugin::Test::EOL
+      config:
+        Dist::Zilla::Plugin::Test::EOL:
+          filename: xt/author/eol.t
+          finder:
+            - ':ExecFiles'
+            - ':InstallModules'
+            - ':TestFiles'
+          trailing_whitespace: 1
+      name: '@Filter/Test::EOL'
+      version: '0.19'
+    -
+      class: Dist::Zilla::Plugin::Test::NoTabs
+      config:
+        Dist::Zilla::Plugin::Test::NoTabs:
+          filename: xt/author/no-tabs.t
+          finder:
+            - ':InstallModules'
+            - ':ExecFiles'
+            - ':TestFiles'
+      name: '@Filter/Test::NoTabs'
+      version: '0.15'
+    -
+      class: Dist::Zilla::Plugin::Test::TrailingSpace
+      name: '@Filter/Test::TrailingSpace'
+      version: 0.2.0
+    -
+      class: Dist::Zilla::Plugin::TestRelease
+      name: '@Filter/TestRelease'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::PodWeaver
+      config:
+        Dist::Zilla::Plugin::PodWeaver:
+          finder:
+            - ':InstallModules'
+            - ':ExecFiles'
+          plugins:
+            -
+              class: Pod::Weaver::Plugin::EnsurePod5
+              name: '@CorePrep/EnsurePod5'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Plugin::H1Nester
+              name: '@CorePrep/H1Nester'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Plugin::SingleEncoding
+              name: '@Default/SingleEncoding'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Name
+              name: '@Default/Name'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Version
+              name: '@Default/Version'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Region
+              name: '@Default/prelude'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: SYNOPSIS
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: DESCRIPTION
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Generic
+              name: OVERVIEW
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Collect
+              name: ATTRIBUTES
+              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: '@Default/Leftovers'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Region
+              name: '@Default/postlude'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Authors
+              name: '@Default/Authors'
+              version: '4.015'
+            -
+              class: Pod::Weaver::Section::Legal
+              name: '@Default/Legal'
+              version: '4.015'
+      name: '@Filter/PodWeaver'
+      version: '4.008'
+    -
+      class: Dist::Zilla::Plugin::UploadToCPAN
+      name: '@Filter/UploadToCPAN'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':InstallModules'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':IncModules'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':TestFiles'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExtraTestFiles'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ExecFiles'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':PerlExecFiles'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':ShareFiles'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':MainModule'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':AllFiles'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: ':NoFiles'
+      version: '6.014'
+    -
+      class: Dist::Zilla::Plugin::FinderCode
+      name: '@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
+      version: '6.014'
+  zilla:
+    class: Dist::Zilla::Dist::Builder
+    config:
+      is_trial: '0'
+    version: '6.014'
+x_generated_by_perl: v5.30.2
+x_serialization_backend: 'YAML::Tiny version 1.73'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/Makefile.PL 
new/Text-Aligner-0.15/Makefile.PL
--- old/Text-Aligner-0.13/Makefile.PL   2016-04-17 11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/Makefile.PL   2020-04-28 15:51:49.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.014.
 use strict;
 use warnings;
 
@@ -17,7 +17,7 @@
     "Module::Build" => "0.28"
   },
   "DISTNAME" => "Text-Aligner",
-  "LICENSE" => "mit",
+  "LICENSE" => "open_source",
   "MIN_PERL_VERSION" => "5.008",
   "NAME" => "Text::Aligner",
   "PREREQ_PM" => {
@@ -29,14 +29,12 @@
   },
   "TEST_REQUIRES" => {
     "File::Spec" => 0,
-    "File::Temp" => 0,
     "IO::Handle" => 0,
     "IPC::Open3" => 0,
-    "Test::More" => 0,
-    "blib" => "1.01",
+    "Test::More" => "0.88",
     "constant" => 0
   },
-  "VERSION" => "0.13",
+  "VERSION" => "0.15",
   "test" => {
     "TESTS" => "t/*.t"
   }
@@ -46,13 +44,11 @@
 my %FallbackPrereqs = (
   "Exporter" => 0,
   "File::Spec" => 0,
-  "File::Temp" => 0,
   "IO::Handle" => 0,
   "IPC::Open3" => 0,
   "Module::Build" => "0.28",
   "Term::ANSIColor" => "2.02",
-  "Test::More" => 0,
-  "blib" => "1.01",
+  "Test::More" => "0.88",
   "constant" => 0,
   "strict" => 0,
   "vars" => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/dist.ini 
new/Text-Aligner-0.15/dist.ini
--- old/Text-Aligner-0.13/dist.ini      2016-04-17 11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/dist.ini      2020-04-28 15:51:49.000000000 +0200
@@ -1,32 +1,12 @@
-name    = Text-Aligner
-author  = Shlomi Fish <shlo...@cpan.org>
-license = MIT
+name = Text-Aligner
+author = Shlomi Fish <shlo...@cpan.org>
+license = ISC
 copyright_holder = Anno Siegel
-copyright_year   = 2002
+copyright_year = 2002
+version = 0.15
 
 [@Filter]
--bundle = @Basic
+-bundle = @SHLOMIF
+-remove = License
 -remove = Readme
-[AutoPrereqs]
-[ModuleBuild]
-mb_class = Test::Run::Builder
-testing_command = runtest
-[PodSyntaxTests]
-[PodCoverageTests]
-[Prereqs]
-[MetaProvides::Package]
-[MetaResources]
-bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Text-Aligner
-bugtracker.mailto = bug-text-alig...@rt.cpan.org
-repository.url = https://github.com/shlomif/Text-Aligner.git
-repository.web = https://github.com/shlomif/Text-Aligner
-repository.type = git
-[PodWeaver]
-[Test::Compile]
-fake_home = 1
-skip = bump-ver
-[Test::CPAN::Changes]
-[Test::Kwalitee]
-[Test::NoTabs]
-[Test::TrailingSpace]
-[VersionFromModule]
+dist = Text-Aligner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/lib/Text/Aligner.pm 
new/Text-Aligner-0.15/lib/Text/Aligner.pm
--- old/Text-Aligner-0.13/lib/Text/Aligner.pm   2016-04-17 11:41:21.000000000 
+0200
+++ new/Text-Aligner-0.15/lib/Text/Aligner.pm   2020-04-28 15:51:49.000000000 
+0200
@@ -6,10 +6,11 @@
 
 use 5.008;
 
+our $VERSION = '0.13';
+
 BEGIN    {
     use Exporter ();
-    use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
-    $VERSION     = '0.13';
+    use vars qw (@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
     @ISA         = qw (Exporter);
     @EXPORT      = qw ();
     @EXPORT_OK   = qw ( align);
@@ -292,9 +293,6 @@
     $$var;
 }
 
-########################################### main pod documentation begin ##
-
-
 1; #this line is important and will help the module return a true value
 
 __END__
@@ -309,7 +307,7 @@
 
 =head1 VERSION
 
-version 0.13
+version 0.15
 
 =head1 SYNOPSIS
 
@@ -481,6 +479,6 @@
 
 This is free software, licensed under:
 
-  The MIT (X11) License
+  The ISC License
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/t/00-compile.t 
new/Text-Aligner-0.15/t/00-compile.t
--- old/Text-Aligner-0.13/t/00-compile.t        2016-04-17 11:41:21.000000000 
+0200
+++ new/Text-Aligner-0.15/t/00-compile.t        2020-04-28 15:51:49.000000000 
+0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
 
 use Test::More;
 
@@ -14,12 +14,11 @@
 
 
 
-# fake home for cpan-testers
-use File::Temp;
-local $ENV{HOME} = File::Temp::tempdir( CLEANUP => 1 );
+# no fake home requested
 
-
-my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
+my @switches = (
+    -d 'blib' ? '-Mblib' : '-Ilib',
+);
 
 use File::Spec;
 use IPC::Open3;
@@ -33,14 +32,18 @@
     # see L<perlfaq8/How can I capture STDERR from an external command?>
     my $stderr = IO::Handle->new;
 
-    my $pid = open3($stdin, '>&STDERR', $stderr, $^X, $inc_switch, '-e', 
"require q[$lib]");
+    diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . 
$str . q{'} }
+            $^X, @switches, '-e', "require q[$lib]"))
+        if $ENV{PERL_COMPILE_TEST_DEBUG};
+
+    my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', 
"require q[$lib]");
     binmode $stderr, ':crlf' if $^O eq 'MSWin32';
     my @_warnings = <$stderr>;
     waitpid($pid, 0);
     is($?, 0, "$lib loaded ok");
 
     shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
-        and not eval { require blib; blib->VERSION('1.01') };
+        and not eval { +require blib; blib->VERSION('1.01') };
 
     if (@_warnings)
     {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/t/author-no-tabs.t 
new/Text-Aligner-0.15/t/author-no-tabs.t
--- old/Text-Aligner-0.13/t/author-no-tabs.t    2016-04-17 11:41:21.000000000 
+0200
+++ new/Text-Aligner-0.15/t/author-no-tabs.t    1970-01-01 01:00:00.000000000 
+0100
@@ -1,31 +0,0 @@
-
-BEGIN {
-  unless ($ENV{AUTHOR_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for testing by the author');
-  }
-}
-
-use strict;
-use warnings;
-
-# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
-
-use Test::More 0.88;
-use Test::NoTabs;
-
-my @files = (
-    'lib/Text/Aligner.pm',
-    't/00-compile.t',
-    't/01_ini.t',
-    't/10_Aligner.t',
-    't/author-no-tabs.t',
-    't/author-pod-coverage.t',
-    't/author-pod-syntax.t',
-    't/release-cpan-changes.t',
-    't/release-kwalitee.t',
-    't/release-trailing-space.t'
-);
-
-notabs_ok($_) foreach @files;
-done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/t/author-pod-coverage.t 
new/Text-Aligner-0.15/t/author-pod-coverage.t
--- old/Text-Aligner-0.13/t/author-pod-coverage.t       2016-04-17 
11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/t/author-pod-coverage.t       1970-01-01 
01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{AUTHOR_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for testing by the author');
-  }
-}
-
-# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
-
-use Test::Pod::Coverage 1.08;
-use Pod::Coverage::TrustPod;
-
-all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/t/author-pod-syntax.t 
new/Text-Aligner-0.15/t/author-pod-syntax.t
--- old/Text-Aligner-0.13/t/author-pod-syntax.t 2016-04-17 11:41:21.000000000 
+0200
+++ new/Text-Aligner-0.15/t/author-pod-syntax.t 1970-01-01 01:00:00.000000000 
+0100
@@ -1,15 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{AUTHOR_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for testing by the author');
-  }
-}
-
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use strict; use warnings;
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/t/release-cpan-changes.t 
new/Text-Aligner-0.15/t/release-cpan-changes.t
--- old/Text-Aligner-0.13/t/release-cpan-changes.t      2016-04-17 
11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/t/release-cpan-changes.t      1970-01-01 
01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
-  }
-}
-
-
-use strict;
-use warnings;
-
-use Test::More 0.96 tests => 2;
-use_ok('Test::CPAN::Changes');
-subtest 'changes_ok' => sub {
-    changes_file_ok('Changes');
-};
-done_testing();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/t/release-kwalitee.t 
new/Text-Aligner-0.15/t/release-kwalitee.t
--- old/Text-Aligner-0.13/t/release-kwalitee.t  2016-04-17 11:41:21.000000000 
+0200
+++ new/Text-Aligner-0.15/t/release-kwalitee.t  1970-01-01 01:00:00.000000000 
+0100
@@ -1,17 +0,0 @@
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
-  }
-}
-
-# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.12
-use strict;
-use warnings;
-use Test::More 0.88;
-use Test::Kwalitee 1.21 'kwalitee_ok';
-
-kwalitee_ok();
-
-done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/t/release-trailing-space.t 
new/Text-Aligner-0.15/t/release-trailing-space.t
--- old/Text-Aligner-0.13/t/release-trailing-space.t    2016-04-17 
11:41:21.000000000 +0200
+++ new/Text-Aligner-0.15/t/release-trailing-space.t    1970-01-01 
01:00:00.000000000 +0100
@@ -1,38 +0,0 @@
-#!perl
-
-BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate 
testing');
-  }
-}
-
-
-use strict;
-use warnings;
-
-use Test::More;
-
-eval "use Test::TrailingSpace";
-if ($@)
-{
-   plan skip_all => "Test::TrailingSpace required for trailing space test.";
-}
-else
-{
-   plan tests => 1;
-}
-
-# TODO: add .pod, .PL, the README/Changes/TODO/etc. documents and possibly
-# some other stuff.
-my $finder = Test::TrailingSpace->new(
-   {
-       root => '.',
-       filename_regex => 
qr#(?:\.(?:t|pm|pl|xs|c|h|txt|pod|PL)|README|Changes|TODO|LICENSE)\z#,
-   },
-);
-
-# TEST
-$finder->no_trailing_space(
-   "No trailing space was found."
-);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/xt/author/eol.t 
new/Text-Aligner-0.15/xt/author/eol.t
--- old/Text-Aligner-0.13/xt/author/eol.t       1970-01-01 01:00:00.000000000 
+0100
+++ new/Text-Aligner-0.15/xt/author/eol.t       2020-04-28 15:51:49.000000000 
+0200
@@ -0,0 +1,17 @@
+use strict;
+use warnings;
+
+# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19
+
+use Test::More 0.88;
+use Test::EOL;
+
+my @files = (
+    'lib/Text/Aligner.pm',
+    't/00-compile.t',
+    't/01_ini.t',
+    't/10_Aligner.t'
+);
+
+eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/xt/author/no-tabs.t 
new/Text-Aligner-0.15/xt/author/no-tabs.t
--- old/Text-Aligner-0.13/xt/author/no-tabs.t   1970-01-01 01:00:00.000000000 
+0100
+++ new/Text-Aligner-0.15/xt/author/no-tabs.t   2020-04-28 15:51:49.000000000 
+0200
@@ -0,0 +1,17 @@
+use strict;
+use warnings;
+
+# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
+
+use Test::More 0.88;
+use Test::NoTabs;
+
+my @files = (
+    'lib/Text/Aligner.pm',
+    't/00-compile.t',
+    't/01_ini.t',
+    't/10_Aligner.t'
+);
+
+notabs_ok($_) foreach @files;
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/xt/author/pod-coverage.t 
new/Text-Aligner-0.15/xt/author/pod-coverage.t
--- old/Text-Aligner-0.13/xt/author/pod-coverage.t      1970-01-01 
01:00:00.000000000 +0100
+++ new/Text-Aligner-0.15/xt/author/pod-coverage.t      2020-04-28 
15:51:49.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by 
Dist::Zilla::Plugin::PodCoverageTests.
+
+use Test::Pod::Coverage 1.08;
+use Pod::Coverage::TrustPod;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/xt/author/pod-syntax.t 
new/Text-Aligner-0.15/xt/author/pod-syntax.t
--- old/Text-Aligner-0.13/xt/author/pod-syntax.t        1970-01-01 
01:00:00.000000000 +0100
+++ new/Text-Aligner-0.15/xt/author/pod-syntax.t        2020-04-28 
15:51:49.000000000 +0200
@@ -0,0 +1,7 @@
+#!perl
+# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
+use Test::More;
+use Test::Pod 1.41;
+
+all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/xt/release/cpan-changes.t 
new/Text-Aligner-0.15/xt/release/cpan-changes.t
--- old/Text-Aligner-0.13/xt/release/cpan-changes.t     1970-01-01 
01:00:00.000000000 +0100
+++ new/Text-Aligner-0.15/xt/release/cpan-changes.t     2020-04-28 
15:51:49.000000000 +0200
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+# this test was generated with Dist::Zilla::Plugin::Test::CPAN::Changes 0.012
+
+use Test::More 0.96 tests => 1;
+use Test::CPAN::Changes;
+subtest 'changes_ok' => sub {
+    changes_file_ok('Changes');
+};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Aligner-0.13/xt/release/trailing-space.t 
new/Text-Aligner-0.15/xt/release/trailing-space.t
--- old/Text-Aligner-0.13/xt/release/trailing-space.t   1970-01-01 
01:00:00.000000000 +0100
+++ new/Text-Aligner-0.15/xt/release/trailing-space.t   2020-04-28 
15:51:49.000000000 +0200
@@ -0,0 +1,30 @@
+#!perl
+
+use strict;
+use warnings;
+
+use Test::More;
+
+eval "use Test::TrailingSpace";
+if ($@)
+{
+   plan skip_all => "Test::TrailingSpace required for trailing space test.";
+}
+else
+{
+   plan tests => 1;
+}
+
+# TODO: add .pod, .PL, the README/Changes/TODO/etc. documents and possibly
+# some other stuff.
+my $finder = Test::TrailingSpace->new(
+   {
+       root => '.',
+       filename_regex => 
qr#(?:\.(?:t|pm|pl|xs|c|h|txt|pod|PL)|README|Changes|TODO|LICENSE)\z#,
+   },
+);
+
+# TEST
+$finder->no_trailing_space(
+   "No trailing space was found."
+);


Reply via email to