The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL 812
CONTRIBUTING 89
Changes 03
META.json 2678
META.yml 2156
Makefile.PL 144
README 11
dist.ini 03
lib/UNIVERSAL/isa.pm 34
t/00-report-prereqs.dd 67
xt/release/changes_has_content.t 11
xt/release/kwalitee.t 11
12 files changed (This is a version diff) 89179
@@ -1,12 +1,18 @@
 # This Build.PL for UNIVERSAL-isa was generated by
-# Dist::Zilla::Plugin::ModuleBuildTiny::Fallback 0.005
-if (eval 'use Module::Build::Tiny 0.037; 1')
+# Dist::Zilla::Plugin::ModuleBuildTiny::Fallback 0.007
+use strict;
+use warnings;
+
+if (eval 'use Module::Build::Tiny 0.038; 1')
 {
     print "Congratulations, your toolchain understands 'configure_requires'!\n\n";
 
-    # This section for UNIVERSAL-isa was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
+    # This section for UNIVERSAL-isa was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.007.
+    use strict;
+    use warnings;
+
     use v5.6.2;
-    # use Module::Build::Tiny 0.037;
+    # use Module::Build::Tiny 0.038;
     Build_PL();
 }
 else
@@ -57,7 +63,7 @@ EOW
       "build_requires" => {},
       "configure_requires" => {
         "ExtUtils::MakeMaker" => 0,
-        "Module::Build::Tiny" => "0.037"
+        "Module::Build::Tiny" => "0.038"
       },
       "dist_abstract" => "Attempt to recover from people calling UNIVERSAL::isa as a function",
       "dist_author" => [
@@ -66,7 +72,7 @@ EOW
         "\x{5d9}\x{5d5}\x{5d1}\x{5dc} \x{5e7}\x{5d5}\x{5d2}'\x{5de}\x{5df} (Yuval Kogman) <nothingmuch\@woobling.org>"
       ],
       "dist_name" => "UNIVERSAL-isa",
-      "dist_version" => "1.20140824",
+      "dist_version" => "1.20140927",
       "license" => "perl",
       "module_name" => "UNIVERSAL::isa",
       "recommends" => {},
@@ -81,7 +87,6 @@ EOW
       },
       "script_files" => [],
       "test_requires" => {
-        "CGI" => 0,
         "ExtUtils::MakeMaker" => 0,
         "File::Spec" => 0,
         "Test::More" => 0,
@@ -91,7 +96,6 @@ EOW
 
 
     my %fallback_build_requires = (
-      "CGI" => 0,
       "ExtUtils::MakeMaker" => 0,
       "File::Spec" => 0,
       "Test::More" => 0,
@@ -5,9 +5,10 @@ Thank you for considering contributing to this distribution.  This file
 contains instructions that will help you work with the source code.
 
 PLEASE NOTE that if you have any questions or difficulties, you can reach me
-through the bug queue described later in this document, or by emailing me
-directly. You are not required to follow any of the steps in this document to
-submit a patch or bug report; these are just guidelines, intended to help you.
+through the bug queue described later in this document (preferred), or by
+emailing me directly. You are not required to follow any of the steps in this
+document to submit a patch or bug report; these are just recommendations,
+intended to help you (and help me help you faster).
 
 The distribution is managed with Dist::Zilla (https://metacpan.org/release/Dist-Zilla).
 This means than many of the usual files you might expect are not in the
@@ -85,11 +86,11 @@ or via bug-UNIVERSAL-isa@rt.cpan.org.
 This is a good place to send your questions about the usage of this distribution.
 
 If you send me a patch or pull request, your name and email address will be
-included in the documentation as a contributor, unless you specifically
-request for it not to be (using the attribution on the commit or patch).
-If you wish to be listed under a different name, you should submit a pull
-request to the .mailmap file to contain the correct mapping.
+included in the documentation as a contributor (using the attribution on the
+commit or patch), unless you specifically request for it not to be.  If you
+wish to be listed under a different name, you should submit a pull request to
+the .mailmap file to contain the correct mapping.
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::ShareDir 0.005 from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.072.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.073.
@@ -1,6 +1,9 @@
 Changes for UNIVERSAL::isa
 --------------------------
 
+1.20140927  2014-09-27 04:21:23Z
+    - fix tests for even newer development versions of Test::More
+
 1.20140824  2014-08-24 05:29:46Z
     - fix tests that started failing with new development versions of
       Test::Builder (RT#97468)
@@ -6,7 +6,7 @@
       "יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142060",
+   "generated_by" : "Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142690",
    "license" : [
       "perl_5"
    ],
@@ -25,16 +25,17 @@
       "configure" : {
          "requires" : {
             "ExtUtils::MakeMaker" : "0",
-            "Module::Build::Tiny" : "0.037"
+            "Module::Build::Tiny" : "0.038"
          }
       },
       "develop" : {
          "recommends" : {
-            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.072"
+            "Dist::Zilla::PluginBundle::Author::ETHER" : "0.073"
          },
          "requires" : {
             "Dist::Zilla" : "5",
             "Dist::Zilla::Plugin::Authority" : "0",
+            "Dist::Zilla::Plugin::AuthorityFromModule" : "0.002",
             "Dist::Zilla::Plugin::AutoMetaResources" : "0",
             "Dist::Zilla::Plugin::AutoPrereqs" : "0",
             "Dist::Zilla::Plugin::AutoVersion" : "0",
@@ -55,7 +56,6 @@
             "Dist::Zilla::Plugin::Git::Contributors" : "0.004",
             "Dist::Zilla::Plugin::Git::Describe" : "0",
             "Dist::Zilla::Plugin::Git::GatherDir" : "2.016",
-            "Dist::Zilla::Plugin::Git::NextVersion" : "0",
             "Dist::Zilla::Plugin::Git::Push" : "0",
             "Dist::Zilla::Plugin::Git::Remote::Check" : "0",
             "Dist::Zilla::Plugin::Git::Tag" : "0",
@@ -73,7 +73,7 @@
             "Dist::Zilla::Plugin::MetaTests" : "0",
             "Dist::Zilla::Plugin::MetaYAML" : "0",
             "Dist::Zilla::Plugin::MinimumPerl" : "0",
-            "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback" : "0.005",
+            "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback" : "0.006",
             "Dist::Zilla::Plugin::MojibakeTests" : "0",
             "Dist::Zilla::Plugin::NextRelease" : "4.300018",
             "Dist::Zilla::Plugin::PkgVersion" : "5.010",
@@ -82,6 +82,7 @@
             "Dist::Zilla::Plugin::PodWeaver" : "0",
             "Dist::Zilla::Plugin::Prereqs" : "0",
             "Dist::Zilla::Plugin::Prereqs::AuthorDeps" : "0",
+            "Dist::Zilla::Plugin::Prereqs::Soften" : "0",
             "Dist::Zilla::Plugin::PromptIfStale" : "0",
             "Dist::Zilla::Plugin::Readme" : "0",
             "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
@@ -98,7 +99,7 @@
             "Dist::Zilla::Plugin::Test::Pod::No404s" : "0",
             "Dist::Zilla::Plugin::Test::PodSpelling" : "0",
             "Dist::Zilla::Plugin::Test::Portability" : "0",
-            "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0",
+            "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.019",
             "Dist::Zilla::Plugin::TestRelease" : "0",
             "Dist::Zilla::Plugin::UploadToCPAN" : "0",
             "Dist::Zilla::PluginBundle::Author::ETHER" : "0.068",
@@ -128,10 +129,10 @@
       },
       "test" : {
          "recommends" : {
+            "CGI" : "0",
             "CPAN::Meta" : "2.120900"
          },
          "requires" : {
-            "CGI" : "0",
             "ExtUtils::MakeMaker" : "0",
             "File::Spec" : "0",
             "Test::More" : "0",
@@ -142,7 +143,7 @@
    "provides" : {
       "UNIVERSAL::isa" : {
          "file" : "lib/UNIVERSAL/isa.pm",
-         "version" : "1.20140824"
+         "version" : "1.20140927"
       }
    },
    "release_status" : "stable",
@@ -158,7 +159,7 @@
          "web" : "https://github.com/karenetheridge/UNIVERSAL-isa"
       }
    },
-   "version" : "1.20140824",
+   "version" : "1.20140927",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.021003"
@@ -194,7 +195,7 @@
                }
             },
             "name" : "@Author::ETHER/stale modules, build",
-            "version" : "0.024"
+            "version" : "0.027"
          },
          {
             "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -208,7 +209,7 @@
                }
             },
             "name" : "@Author::ETHER/stale modules, release",
-            "version" : "0.024"
+            "version" : "0.027"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
@@ -241,7 +242,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::GatherDir",
-            "version" : "2.023"
+            "version" : "2.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
@@ -376,7 +377,7 @@
                }
             },
             "name" : "@Author::ETHER/Test::Kwalitee",
-            "version" : "2.10"
+            "version" : "2.11"
          },
          {
             "class" : "Dist::Zilla::Plugin::MojibakeTests",
@@ -404,6 +405,16 @@
             "version" : "5.020"
          },
          {
+            "class" : "Dist::Zilla::Plugin::AuthorityFromModule",
+            "config" : {
+               "Dist::Zilla::Plugin::AuthorityFromModule" : {
+                  "module" : "UNIVERSAL::isa"
+               }
+            },
+            "name" : "@Author::ETHER/AuthorityFromModule",
+            "version" : "0.002"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::Authority",
             "name" : "@Author::ETHER/Authority",
             "version" : "1.006"
@@ -516,7 +527,7 @@
          {
             "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
             "name" : "@Author::ETHER/ReadmeAnyFromPod",
-            "version" : "0.142250"
+            "version" : "0.142470"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -555,7 +566,7 @@
                }
             },
             "name" : "@Author::ETHER/MetaProvides::Package",
-            "version" : "2.000004"
+            "version" : "2.001002"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
@@ -624,12 +635,36 @@
          {
             "class" : "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback",
             "config" : {
+               "Dist::Zilla::Plugin::ModuleBuildTiny::Fallback" : {
+                  "plugins" : [
+                     {
+                        "class" : "Dist::Zilla::Plugin::ModuleBuild",
+                        "config" : {
+                           "Dist::Zilla::Role::TestRunner" : {
+                              "default_jobs" : 9
+                           }
+                        },
+                        "name" : "ModuleBuildTiny::Fallback",
+                        "version" : "5.020"
+                     },
+                     {
+                        "class" : "Dist::Zilla::Plugin::ModuleBuildTiny",
+                        "config" : {
+                           "Dist::Zilla::Role::TestRunner" : {
+                              "default_jobs" : 9
+                           }
+                        },
+                        "name" : "ModuleBuildTiny::Fallback",
+                        "version" : "0.007"
+                     }
+                  ]
+               },
                "Dist::Zilla::Role::TestRunner" : {
                   "default_jobs" : 9
                }
             },
             "name" : "@Author::ETHER/ModuleBuildTiny::Fallback",
-            "version" : "0.005"
+            "version" : "0.007"
          },
          {
             "class" : "Dist::Zilla::Plugin::InstallGuide",
@@ -668,7 +703,7 @@
                }
             },
             "name" : "@Author::ETHER/Run::AfterBuild",
-            "version" : "0.023"
+            "version" : "0.026"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckStrictVersion",
@@ -691,7 +726,7 @@
                }
             },
             "name" : "@Author::ETHER/initial check",
-            "version" : "2.023"
+            "version" : "2.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
@@ -744,7 +779,7 @@
                }
             },
             "name" : "@Author::ETHER/after tests",
-            "version" : "2.023"
+            "version" : "2.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::CheckIssues",
@@ -771,7 +806,7 @@
                }
             },
             "name" : "@Author::ETHER/remove old READMEs",
-            "version" : "0.023"
+            "version" : "0.026"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
@@ -799,7 +834,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::Commit",
-            "version" : "2.023"
+            "version" : "2.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
@@ -807,7 +842,7 @@
                "Dist::Zilla::Plugin::Git::Tag" : {
                   "branch" : null,
                   "signed" : 0,
-                  "tag" : "1.20140824",
+                  "tag" : "1.20140927",
                   "tag_format" : "%v%t",
                   "tag_message" : "v%v%t",
                   "time_zone" : "local"
@@ -817,7 +852,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::Tag",
-            "version" : "2.023"
+            "version" : "2.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::GitHub::Update",
@@ -838,7 +873,7 @@
                }
             },
             "name" : "@Author::ETHER/Git::Push",
-            "version" : "2.023"
+            "version" : "2.024"
          },
          {
             "class" : "Dist::Zilla::Plugin::Run::AfterRelease",
@@ -848,7 +883,7 @@
                }
             },
             "name" : "@Author::ETHER/install release",
-            "version" : "0.023"
+            "version" : "0.026"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
@@ -856,6 +891,21 @@
             "version" : "5.020"
          },
          {
+            "class" : "Dist::Zilla::Plugin::Prereqs::Soften",
+            "config" : {
+               "Dist::Zilla::Plugin::Prereqs::Soften" : {
+                  "copy_to" : [],
+                  "modules" : [
+                     "CGI"
+                  ],
+                  "modules_from_features" : null,
+                  "to_relationship" : "recommends"
+               }
+            },
+            "name" : "Prereqs::Soften",
+            "version" : "0.004002"
+         },
+         {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
             "version" : "5.020"
@@ -910,9 +960,11 @@
       }
    },
    "x_authority" : "cpan:NUFFIN",
+   "x_authority_from_module" : "UNIVERSAL::isa",
    "x_contributors" : [
       "Karen Etheridge <ether@cpan.org>",
       "Ricardo Signes <rjbs@cpan.org>"
-   ]
+   ],
+   "x_permissions_from_module" : "UNIVERSAL::isa"
 }
 
@@ -5,16 +5,15 @@ author:
   - 'chromatic <chromatic@wgz.org>'
   - "יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>"
 build_requires:
-  CGI: '0'
   ExtUtils::MakeMaker: '0'
   File::Spec: '0'
   Test::More: '0'
   overload: '0'
 configure_requires:
   ExtUtils::MakeMaker: '0'
-  Module::Build::Tiny: '0.037'
+  Module::Build::Tiny: '0.038'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142060'
+generated_by: 'Dist::Zilla version 5.020, CPAN::Meta::Converter version 2.142690'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -27,7 +26,7 @@ no_index:
 provides:
   UNIVERSAL::isa:
     file: lib/UNIVERSAL/isa.pm
-    version: '1.20140824'
+    version: '1.20140927'
 requires:
   Scalar::Util: '0'
   UNIVERSAL: '0'
@@ -39,7 +38,7 @@ resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=UNIVERSAL-isa
   homepage: https://github.com/karenetheridge/UNIVERSAL-isa
   repository: https://github.com/karenetheridge/UNIVERSAL-isa.git
-version: '1.20140824'
+version: '1.20140927'
 x_Dist_Zilla:
   perl:
     version: '5.021003'
@@ -67,7 +66,7 @@ x_Dist_Zilla:
           phase: build
           skip: []
       name: '@Author::ETHER/stale modules, build'
-      version: '0.024'
+      version: '0.027'
     -
       class: Dist::Zilla::Plugin::PromptIfStale
       config:
@@ -78,7 +77,7 @@ x_Dist_Zilla:
           phase: release
           skip: []
       name: '@Author::ETHER/stale modules, release'
-      version: '0.024'
+      version: '0.027'
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Author::ETHER/ExecDir'
@@ -103,7 +102,7 @@ x_Dist_Zilla:
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::GatherDir'
-      version: '2.023'
+      version: '2.024'
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Author::ETHER/MetaYAML'
@@ -209,7 +208,7 @@ x_Dist_Zilla:
           filename: xt/release/kwalitee.t
           skiptest: []
       name: '@Author::ETHER/Test::Kwalitee'
-      version: '2.10'
+      version: '2.11'
     -
       class: Dist::Zilla::Plugin::MojibakeTests
       name: '@Author::ETHER/MojibakeTests'
@@ -231,6 +230,13 @@ x_Dist_Zilla:
       name: '@Author::ETHER/PkgVersion'
       version: '5.020'
     -
+      class: Dist::Zilla::Plugin::AuthorityFromModule
+      config:
+        Dist::Zilla::Plugin::AuthorityFromModule:
+          module: UNIVERSAL::isa
+      name: '@Author::ETHER/AuthorityFromModule'
+      version: '0.002'
+    -
       class: Dist::Zilla::Plugin::Authority
       name: '@Author::ETHER/Authority'
       version: '1.006'
@@ -319,7 +325,7 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::ReadmeAnyFromPod
       name: '@Author::ETHER/ReadmeAnyFromPod'
-      version: '0.142250'
+      version: '0.142470'
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: '@Author::ETHER/GithubMeta'
@@ -348,7 +354,7 @@ x_Dist_Zilla:
           inherit_version: '1'
           meta_noindex: '1'
       name: '@Author::ETHER/MetaProvides::Package'
-      version: '2.000004'
+      version: '2.001002'
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@Author::ETHER/MetaConfig'
@@ -400,10 +406,26 @@ x_Dist_Zilla:
     -
       class: Dist::Zilla::Plugin::ModuleBuildTiny::Fallback
       config:
+        Dist::Zilla::Plugin::ModuleBuildTiny::Fallback:
+          plugins:
+            -
+              class: Dist::Zilla::Plugin::ModuleBuild
+              config:
+                Dist::Zilla::Role::TestRunner:
+                  default_jobs: 9
+              name: ModuleBuildTiny::Fallback
+              version: '5.020'
+            -
+              class: Dist::Zilla::Plugin::ModuleBuildTiny
+              config:
+                Dist::Zilla::Role::TestRunner:
+                  default_jobs: 9
+              name: ModuleBuildTiny::Fallback
+              version: '0.007'
         Dist::Zilla::Role::TestRunner:
           default_jobs: 9
       name: '@Author::ETHER/ModuleBuildTiny::Fallback'
-      version: '0.005'
+      version: '0.007'
     -
       class: Dist::Zilla::Plugin::InstallGuide
       name: '@Author::ETHER/InstallGuide'
@@ -430,7 +452,7 @@ x_Dist_Zilla:
           run:
             - "bash -c \"if [[ `dirname %d` != .build ]]; then test -e .ackrc && grep -q -- '--ignore-dir=%d' .ackrc || echo '--ignore-dir=%d' >> .ackrc; fi; if [[ %d =~ ^%n-[.[:xdigit:]]+$ ]]; then rm -f .latest; ln -s %d .latest; fi\""
       name: '@Author::ETHER/Run::AfterBuild'
-      version: '0.023'
+      version: '0.026'
     -
       class: Dist::Zilla::Plugin::CheckStrictVersion
       name: '@Author::ETHER/CheckStrictVersion'
@@ -447,7 +469,7 @@ x_Dist_Zilla:
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/initial check'
-      version: '2.023'
+      version: '2.024'
     -
       class: Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts
       config:
@@ -486,7 +508,7 @@ x_Dist_Zilla:
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/after tests'
-      version: '2.023'
+      version: '2.024'
     -
       class: Dist::Zilla::Plugin::CheckIssues
       name: '@Author::ETHER/CheckIssues'
@@ -506,7 +528,7 @@ x_Dist_Zilla:
           run:
             - 'rm -f README.md'
       name: '@Author::ETHER/remove old READMEs'
-      version: '0.023'
+      version: '0.026'
     -
       class: Dist::Zilla::Plugin::Git::Commit
       config:
@@ -527,21 +549,21 @@ x_Dist_Zilla:
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::Commit'
-      version: '2.023'
+      version: '2.024'
     -
       class: Dist::Zilla::Plugin::Git::Tag
       config:
         Dist::Zilla::Plugin::Git::Tag:
           branch: ~
           signed: 0
-          tag: '1.20140824'
+          tag: '1.20140927'
           tag_format: '%v%t'
           tag_message: v%v%t
           time_zone: local
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::Tag'
-      version: '2.023'
+      version: '2.024'
     -
       class: Dist::Zilla::Plugin::GitHub::Update
       name: '@Author::ETHER/GitHub::Update'
@@ -556,19 +578,30 @@ x_Dist_Zilla:
         Dist::Zilla::Role::Git::Repo:
           repo_root: .
       name: '@Author::ETHER/Git::Push'
-      version: '2.023'
+      version: '2.024'
     -
       class: Dist::Zilla::Plugin::Run::AfterRelease
       config:
         Dist::Zilla::Plugin::Run::Role::Runner:
           run: REDACTED
       name: '@Author::ETHER/install release'
-      version: '0.023'
+      version: '0.026'
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Author::ETHER/ConfirmRelease'
       version: '5.020'
     -
+      class: Dist::Zilla::Plugin::Prereqs::Soften
+      config:
+        Dist::Zilla::Plugin::Prereqs::Soften:
+          copy_to: []
+          modules:
+            - CGI
+          modules_from_features: ~
+          to_relationship: recommends
+      name: Prereqs::Soften
+      version: '0.004002'
+    -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
       version: '5.020'
@@ -610,6 +643,8 @@ x_Dist_Zilla:
       is_trial: '0'
     version: '5.020'
 x_authority: cpan:NUFFIN
+x_authority_from_module: UNIVERSAL::isa
 x_contributors:
   - 'Karen Etheridge <ether@cpan.org>'
   - 'Ricardo Signes <rjbs@cpan.org>'
+x_permissions_from_module: UNIVERSAL::isa
@@ -1,6 +1,6 @@
 # This Makefile.PL for UNIVERSAL-isa was generated by
 # Dist::Zilla::Plugin::MakeMaker::Fallback 0.013
-# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.24.
+# and Dist::Zilla::Plugin::MakeMaker::Awesome 0.27.
 # Don't edit it but the dist.ini and plugins used to construct it.
 
 use strict;
@@ -9,7 +9,7 @@ use warnings;
 BEGIN {
 my %configure_requires = (
     'ExtUtils::MakeMaker' => '0',
-    'Module::Build::Tiny' => '0.037',
+    'Module::Build::Tiny' => '0.038',
 );
 
 my @missing = grep {
@@ -62,17 +62,14 @@ EOW
 }
 
 use 5.006002;
-
 use ExtUtils::MakeMaker;
 
-
-
 my %WriteMakefileArgs = (
   "ABSTRACT" => "Attempt to recover from people calling UNIVERSAL::isa as a function",
   "AUTHOR" => "Audrey Tang <cpan\@audreyt.org>, chromatic <chromatic\@wgz.org>, \x{5d9}\x{5d5}\x{5d1}\x{5dc} \x{5e7}\x{5d5}\x{5d2}'\x{5de}\x{5df} (Yuval Kogman) <nothingmuch\@woobling.org>",
   "CONFIGURE_REQUIRES" => {
     "ExtUtils::MakeMaker" => 0,
-    "Module::Build::Tiny" => "0.037"
+    "Module::Build::Tiny" => "0.038"
   },
   "DISTNAME" => "UNIVERSAL-isa",
   "EXE_FILES" => [],
@@ -86,21 +83,18 @@ my %WriteMakefileArgs = (
     "warnings::register" => 0
   },
   "TEST_REQUIRES" => {
-    "CGI" => 0,
     "ExtUtils::MakeMaker" => 0,
     "File::Spec" => 0,
     "Test::More" => 0,
     "overload" => 0
   },
-  "VERSION" => "1.20140824",
+  "VERSION" => "1.20140927",
   "test" => {
     "TESTS" => "t/*.t"
   }
 );
 
-
 my %FallbackPrereqs = (
-  "CGI" => 0,
   "ExtUtils::MakeMaker" => 0,
   "File::Spec" => 0,
   "Scalar::Util" => 0,
@@ -112,7 +106,6 @@ my %FallbackPrereqs = (
   "warnings::register" => 0
 );
 
-
 unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
   delete $WriteMakefileArgs{TEST_REQUIRES};
   delete $WriteMakefileArgs{BUILD_REQUIRES};
@@ -123,6 +116,3 @@ delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
   unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
 
 WriteMakefile(%WriteMakefileArgs);
-
-
-
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution UNIVERSAL-isa,
-version 1.20140824:
+version 1.20140927:
 
   Attempt to recover from people calling UNIVERSAL::isa as a function
 
@@ -15,3 +15,6 @@ Authority.authority = cpan:NUFFIN
 Git::Tag.tag_format = %v%t
 Test::MinimumVersion.max_target_perl = 5.006002
 -remove = Git::NextVersion
+
+[Prereqs::Soften]
+module = CGI
@@ -1,6 +1,6 @@
 package UNIVERSAL::isa;
-# git description: 1.20120726-15-gdb10105
-$UNIVERSAL::isa::VERSION = '1.20140824';
+# git description: 1.20140824-2-g1cfb04c
+$UNIVERSAL::isa::VERSION = '1.20140927';
 # ABSTRACT: Attempt to recover from people calling UNIVERSAL::isa as a function
 
 use strict;
@@ -91,6 +91,7 @@ sub _report_warning
         return if (( caller(3) )[3] || '') =~ /::isa$/;
         # check calling package - exempt Test::Builder??
         return if (( caller(3) )[0] || '') =~ /^Test::Builder/;
+        return if (( caller(2) )[0] || '') =~ /^Test::Stream/;
 
         warnings::warn(
             "Called UNIVERSAL::isa() as a function, not a method$extra" );
@@ -111,7 +112,7 @@ UNIVERSAL::isa - Attempt to recover from people calling UNIVERSAL::isa as a func
 
 =head1 VERSION
 
-version 1.20140824
+version 1.20140927
 
 =head1 SYNOPSIS
 
@@ -2,16 +2,17 @@ do { my $x = {
        'configure' => {
                         'requires' => {
                                         'ExtUtils::MakeMaker' => '0',
-                                        'Module::Build::Tiny' => '0.037'
+                                        'Module::Build::Tiny' => '0.038'
                                       }
                       },
        'develop' => {
                       'recommends' => {
-                                        'Dist::Zilla::PluginBundle::Author::ETHER' => '0.072'
+                                        'Dist::Zilla::PluginBundle::Author::ETHER' => '0.073'
                                       },
                       'requires' => {
                                       'Dist::Zilla' => '5',
                                       'Dist::Zilla::Plugin::Authority' => '0',
+                                      'Dist::Zilla::Plugin::AuthorityFromModule' => '0.002',
                                       'Dist::Zilla::Plugin::AutoMetaResources' => '0',
                                       'Dist::Zilla::Plugin::AutoPrereqs' => '0',
                                       'Dist::Zilla::Plugin::AutoVersion' => '0',
@@ -32,7 +33,6 @@ do { my $x = {
                                       'Dist::Zilla::Plugin::Git::Contributors' => '0.004',
                                       'Dist::Zilla::Plugin::Git::Describe' => '0',
                                       'Dist::Zilla::Plugin::Git::GatherDir' => '2.016',
-                                      'Dist::Zilla::Plugin::Git::NextVersion' => '0',
                                       'Dist::Zilla::Plugin::Git::Push' => '0',
                                       'Dist::Zilla::Plugin::Git::Remote::Check' => '0',
                                       'Dist::Zilla::Plugin::Git::Tag' => '0',
@@ -50,7 +50,7 @@ do { my $x = {
                                       'Dist::Zilla::Plugin::MetaTests' => '0',
                                       'Dist::Zilla::Plugin::MetaYAML' => '0',
                                       'Dist::Zilla::Plugin::MinimumPerl' => '0',
-                                      'Dist::Zilla::Plugin::ModuleBuildTiny::Fallback' => '0.005',
+                                      'Dist::Zilla::Plugin::ModuleBuildTiny::Fallback' => '0.006',
                                       'Dist::Zilla::Plugin::MojibakeTests' => '0',
                                       'Dist::Zilla::Plugin::NextRelease' => '4.300018',
                                       'Dist::Zilla::Plugin::PkgVersion' => '5.010',
@@ -59,6 +59,7 @@ do { my $x = {
                                       'Dist::Zilla::Plugin::PodWeaver' => '0',
                                       'Dist::Zilla::Plugin::Prereqs' => '0',
                                       'Dist::Zilla::Plugin::Prereqs::AuthorDeps' => '0',
+                                      'Dist::Zilla::Plugin::Prereqs::Soften' => '0',
                                       'Dist::Zilla::Plugin::PromptIfStale' => '0',
                                       'Dist::Zilla::Plugin::Readme' => '0',
                                       'Dist::Zilla::Plugin::ReadmeAnyFromPod' => '0.142180',
@@ -75,7 +76,7 @@ do { my $x = {
                                       'Dist::Zilla::Plugin::Test::Pod::No404s' => '0',
                                       'Dist::Zilla::Plugin::Test::PodSpelling' => '0',
                                       'Dist::Zilla::Plugin::Test::Portability' => '0',
-                                      'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0',
+                                      'Dist::Zilla::Plugin::Test::ReportPrereqs' => '0.019',
                                       'Dist::Zilla::Plugin::TestRelease' => '0',
                                       'Dist::Zilla::Plugin::UploadToCPAN' => '0',
                                       'Dist::Zilla::PluginBundle::Author::ETHER' => '0.068',
@@ -105,10 +106,10 @@ do { my $x = {
                     },
        'test' => {
                    'recommends' => {
+                                     'CGI' => '0',
                                      'CPAN::Meta' => '2.120900'
                                    },
                    'requires' => {
-                                   'CGI' => '0',
                                    'ExtUtils::MakeMaker' => '0',
                                    'File::Spec' => '0',
                                    'Test::More' => '0',
@@ -4,7 +4,7 @@ use Test::More tests => 2;
 
 note 'Checking Changes';
 my $changes_file = 'Changes';
-my $newver = '1.20140824';
+my $newver = '1.20140927';
 my $trial_token = '-TRIAL';
 
 SKIP: {
@@ -1,4 +1,4 @@
-# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.10
+# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11
 use strict;
 use warnings;
 use Test::More 0.88;