New Upstream Snapshot - libdist-zilla-plugin-emailnotify-perl

Ready changes

Summary

Merged new upstream version: 0.004+git20160102.1.a1dafd3 (was: 0.004).

Resulting package

Built on 2023-01-19T11:46 (took 7m8s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libdist-zilla-plugin-emailnotify-perl

Lintian Result

Diff

diff --git a/MANIFEST b/MANIFEST
index 0067639..f0ef211 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.039.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.029.
 Changes
 LICENSE
 MANIFEST
@@ -10,4 +10,4 @@ dist.ini
 lib/Dist/Zilla/Plugin/EmailNotify.pm
 t/00-compile.t
 t/author-critic.t
-t/release-pod-syntax.t
+t/author-pod-syntax.t
diff --git a/META.json b/META.json
index e146da9..dd57610 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Sawyer X <xsawyerx@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.142690",
+   "generated_by" : "Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010",
    "license" : [
       "mit"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Dist-Zilla-Plugin-EmailNotify",
    "prereqs" : {
@@ -21,6 +21,7 @@
       },
       "develop" : {
          "requires" : {
+            "Test::Perl::Critic" : "0",
             "Test::Pod" : "1.41"
          }
       },
@@ -54,6 +55,9 @@
          "web" : "https://github.com/xsawyerx/dist-zilla-plugin-emailnotify"
       }
    },
-   "version" : "0.004"
+   "version" : "0.004",
+   "x_generated_by_perl" : "v5.36.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
+   "x_spdx_expression" : "MIT"
 }
 
diff --git a/META.yml b/META.yml
index 2b43477..3a07df5 100644
--- a/META.yml
+++ b/META.yml
@@ -3,27 +3,30 @@ abstract: 'send an email on dist release'
 author:
   - 'Sawyer X <xsawyerx@cpan.org>'
 build_requires:
-  File::Spec: 0
-  IO::Handle: 0
-  IPC::Open3: 0
-  Test::More: 0
+  File::Spec: '0'
+  IO::Handle: '0'
+  IPC::Open3: '0'
+  Test::More: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.142690'
+generated_by: 'Dist::Zilla version 6.029, CPAN::Meta::Converter version 2.150010'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Dist-Zilla-Plugin-EmailNotify
 requires:
-  Dist::Zilla: 0
-  Email::Stuffer: 0
-  IO::File: 0
-  Moose: 0
-  namespace::autoclean: 0
-  perl: 5.008
+  Dist::Zilla: '0'
+  Email::Stuffer: '0'
+  IO::File: '0'
+  Moose: '0'
+  namespace::autoclean: '0'
+  perl: '5.008'
 resources:
   bugtracker: https://github.com/xsawyerx/dist-zilla-plugin-emailnotify.git
   repository: git://github.com/xsawyerx/dist-zilla-plugin-emailnotify.git
-version: 0.004
+version: '0.004'
+x_generated_by_perl: v5.36.0
+x_serialization_backend: 'YAML::Tiny version 1.73'
+x_spdx_expression: MIT
diff --git a/Makefile.PL b/Makefile.PL
index da3c985..35629d0 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.039.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.029.
 use strict;
 use warnings;
 
diff --git a/debian/changelog b/debian/changelog
index c6b2b8d..8e84ca3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdist-zilla-plugin-emailnotify-perl (0.004+git20160102.1.a1dafd3-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 11:44:09 -0000
+
 libdist-zilla-plugin-emailnotify-perl (0.004-2) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
diff --git a/t/00-compile.t b/t/00-compile.t
index ec921ca..d5d7c37 100644
--- a/t/00-compile.t
+++ b/t/00-compile.t
@@ -2,7 +2,7 @@ use 5.006;
 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;
 
@@ -16,7 +16,9 @@ my @module_files = (
 
 # no fake home requested
 
-my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
+my @switches = (
+    -d 'blib' ? '-Mblib' : '-Ilib',
+);
 
 use File::Spec;
 use IPC::Open3;
@@ -30,14 +32,18 @@ for my $lib (@module_files)
     # 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 --git a/t/author-critic.t b/t/author-critic.t
index af7f7ea..22becf1 100644
--- a/t/author-critic.t
+++ b/t/author-critic.t
@@ -2,8 +2,8 @@
 
 BEGIN {
   unless ($ENV{AUTHOR_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for testing by the author');
+    print qq{1..0 # SKIP these tests are for testing by the author\n};
+    exit
   }
 }
 
@@ -11,10 +11,5 @@ BEGIN {
 use strict;
 use warnings;
 
-use Test::More;
-use English qw(-no_match_vars);
-
-eval "use Test::Perl::Critic";
-plan skip_all => 'Test::Perl::Critic required to criticise code' if $@;
-Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc";
+use Test::Perl::Critic (-profile => "perlcritic.rc") x!! -e "perlcritic.rc";
 all_critic_ok();
diff --git a/t/release-pod-syntax.t b/t/author-pod-syntax.t
similarity index 52%
rename from t/release-pod-syntax.t
rename to t/author-pod-syntax.t
index cdd6a6c..2233af0 100644
--- a/t/release-pod-syntax.t
+++ b/t/author-pod-syntax.t
@@ -1,13 +1,14 @@
 #!perl
 
 BEGIN {
-  unless ($ENV{RELEASE_TESTING}) {
-    require Test::More;
-    Test::More::plan(skip_all => 'these tests are for release candidate testing');
+  unless ($ENV{AUTHOR_TESTING}) {
+    print qq{1..0 # SKIP these tests are for testing by the author\n};
+    exit
   }
 }
 
 # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
+use strict; use warnings;
 use Test::More;
 use Test::Pod 1.41;
 

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details