Hello community,

here is the log from the commit of package perl-experimental for 
openSUSE:Factory checked in at 2018-01-09 14:50:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-experimental (Old)
 and      /work/SRC/openSUSE:Factory/.perl-experimental.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-experimental"

Tue Jan  9 14:50:55 2018 rev:7 rq:555671 version:0.019

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-experimental/perl-experimental.changes      
2015-10-20 00:04:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-experimental.new/perl-experimental.changes 
2018-01-09 14:51:22.840900636 +0100
@@ -1,0 +2,22 @@
+Fri Dec  8 07:08:44 UTC 2017 - co...@suse.com
+
+- updated to 0.019
+   see /usr/share/doc/packages/perl-experimental/Changes
+
+  0.019     2017-12-03 18:40:19+01:00 Europe/Amsterdam
+            - Rerelease without NYTProf files
+  
+  0.018     2017-11-29 12:39:58+01:00 Europe/Amsterdam
+            - Make test pass when warnings are enabled
+            - Make experimental installable on 5.8
+
+-------------------------------------------------------------------
+Wed Nov 15 07:07:45 UTC 2017 - co...@suse.com
+
+- updated to 0.017
+   see /usr/share/doc/packages/perl-experimental/Changes
+
+  0.017     2017-11-14 16:23:53+01:00 Europe/Amsterdam
+            Remove auto_deref for 5.24+
+
+-------------------------------------------------------------------

Old:
----
  experimental-0.016.tar.gz

New:
----
  experimental-0.019.tar.gz

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

Other differences:
------------------
++++++ perl-experimental.spec ++++++
--- /var/tmp/diff_new_pack.iEzCxp/_old  2018-01-09 14:51:23.404874195 +0100
+++ /var/tmp/diff_new_pack.iEzCxp/_new  2018-01-09 14:51:23.404874195 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-experimental
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,21 @@
 
 
 Name:           perl-experimental
-Version:        0.016
+Version:        0.019
 Release:        0
 %define cpan_name experimental
 Summary:        Experimental features made easy
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/experimental/
-Source0:        
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build::Tiny) >= 0.019
 BuildRequires:  perl(Test::More) >= 0.89
-BuildRequires:  perl(feature)
 BuildRequires:  perl(version)
-Requires:       perl(feature)
 Requires:       perl(version)
 %{perl_requires}
 
@@ -61,33 +58,84 @@
 
 The supported features, documented further below, are:
 
-       array_base    - allow the use of $[ to change the starting index of 
@array
-       autoderef     - allow push, each, keys, and other built-ins on 
references
-       lexical_topic - allow the use of lexical $_ via "my $_"
-       postderef     - allow the use of postfix dereferencing expressions, 
including
-                       in interpolating strings
-       refaliasing   - allow aliasing via \$x = \$y
-       regex_sets    - allow extended bracketed character classes in regexps
-       signatures    - allow subroutine signatures (for named arguments)
-       smartmatch    - allow the use of ~~
-       switch        - allow the use of ~~, given, and when
+* * 'array_base' - allow the use of '$[' to change the starting index of
+  '@array'.
+
+This is supported on all versions of perl.
+
+* * 'autoderef' - allow push, each, keys, and other built-ins on
+  references.
+
+This was added in perl 5.14.0 and removed in perl 5.23.1.
+
+* * 'bitwise' - allow the new stringwise bit operators
+
+This was added in perl 5.22.0.
+
+* * 'const_attr' - allow the :const attribute on subs
+
+This was added in perl 5.22.0.
+
+* * 'lexical_topic' - allow the use of lexical '$_' via 'my $_'.
+
+This was added in perl 5.10.0 and removed in perl 5.23.4.
+
+* * 'lexical_subs' - allow the use of lexical subroutines.
+
+This was added in 5.18.0.
+
+* * 'postderef' - allow the use of postfix dereferencing expressions,
+  including in interpolating strings
+
+This was added in perl 5.20.0.
+
+* * 're_strict' - enables strict mode in regular expressions
+
+This was added in perl 5.22.0.
+
+* * 'refaliasing' - allow aliasing via '\$x = \$y'
+
+This was added in perl 5.22.0.
+
+* * 'regex_sets' - allow extended bracketed character classes in regexps
+
+This was added in perl 5.18.0.
+
+* * 'signatures' - allow subroutine signatures (for named arguments)
+
+This was added in perl 5.20.0.
+
+* * 'smartmatch' - allow the use of '~~'
+
+This was added in perl 5.10.0, but it should be noted there are significant
+incompatibilities between 5.10.0 and 5.10.1.
+
+* * 'switch' - allow the use of '~~', given, and when
+
+This was added in perl 5.10.0.
+
+* * 'win32_perlio' - allows the use of the :win32 IO layer.
+
+This was added on perl 5.22.0.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++++++ experimental-0.016.tar.gz -> experimental-0.019.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/Build.PL 
new/experimental-0.019/Build.PL
--- old/experimental-0.016/Build.PL     2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/Build.PL     1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-# This Build.PL for experimental was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.011.
-use strict;
-use warnings;
-
-use 5.010;
-use Module::Build::Tiny 0.019;
-Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/Changes 
new/experimental-0.019/Changes
--- old/experimental-0.016/Changes      2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/Changes      2017-12-03 18:40:21.000000000 +0100
@@ -1,5 +1,15 @@
 Revision history for experimental
 
+0.019     2017-12-03 18:40:19+01:00 Europe/Amsterdam
+          - Rerelease without NYTProf files
+
+0.018     2017-11-29 12:39:58+01:00 Europe/Amsterdam
+          - Make test pass when warnings are enabled
+          - Make experimental installable on 5.8
+
+0.017     2017-11-14 16:23:53+01:00 Europe/Amsterdam
+          Remove auto_deref for 5.24+
+
 0.016     2015-10-10 12:46:48+02:00 Europe/Amsterdam
           Fix deprecation check
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/INSTALL 
new/experimental-0.019/INSTALL
--- old/experimental-0.016/INSTALL      2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/INSTALL      2017-12-03 18:40:21.000000000 +0100
@@ -1,4 +1,3 @@
-
 This is the Perl distribution experimental.
 
 Installing experimental is straightforward.
@@ -25,16 +24,16 @@
 As a last resort, you can manually install it. Download the tarball, untar it,
 then build it:
 
-    % perl Build.PL
-    % ./Build && ./Build test
+    % perl Makefile.PL
+    % make && make test
 
 Then install it:
 
-    % ./Build install
+    % make install
 
 If you are installing into a system-wide directory, you may need to run:
 
-    % sudo ./Build install
+    % sudo make install
 
 ## Documentation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/MANIFEST 
new/experimental-0.019/MANIFEST
--- old/experimental-0.016/MANIFEST     2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/MANIFEST     2017-12-03 18:40:21.000000000 +0100
@@ -1,15 +1,13 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.025.
-Build.PL
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 Changes
 INSTALL
 LICENSE
 MANIFEST
 META.json
 META.yml
+Makefile.PL
 README
 dist.ini
 lib/experimental.pm
 t/basic.t
-xt/author/00-compile.t
-xt/release/pod-coverage.t
-xt/release/pod-syntax.t
+xt/author/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/META.json 
new/experimental-0.019/META.json
--- old/experimental-0.016/META.json    2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/META.json    2017-12-03 18:40:21.000000000 +0100
@@ -4,37 +4,30 @@
       "Leon Timmermans <le...@cpan.org>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version 
2.143240",
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150005",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "experimental",
    "prereqs" : {
       "configure" : {
          "requires" : {
-            "Module::Build::Tiny" : "0.019"
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "develop" : {
          "requires" : {
-            "File::Spec" : "0",
-            "IO::Handle" : "0",
-            "IPC::Open3" : "0",
-            "Pod::Coverage::TrustPod" : "0",
             "Test::More" : "0",
-            "Test::Pod" : "1.41",
-            "Test::Pod::Coverage" : "1.08"
+            "Test::Pod" : "1.41"
          }
       },
       "runtime" : {
          "requires" : {
             "Carp" : "0",
-            "feature" : "0",
-            "perl" : "5.010",
             "strict" : "0",
             "version" : "0",
             "warnings" : "0"
@@ -49,7 +42,7 @@
    "provides" : {
       "experimental" : {
          "file" : "lib/experimental.pm",
-         "version" : "0.016"
+         "version" : "0.019"
       }
    },
    "release_status" : "stable",
@@ -64,14 +57,16 @@
          "web" : "https://github.com/Leont/experimental";
       }
    },
-   "version" : "0.016",
+   "version" : "0.019",
    "x_contributors" : [
       "Father Chrysostomos <spr...@cpan.org>",
       "Grant McLean <gr...@catalyst.net.nz>",
       "gregor herrmann <gre...@debian.org>",
       "Karen Etheridge <et...@cpan.org>",
       "Leon Timmermans <faw...@gmail.com>",
-      "Ricardo Signes <r...@cpan.org>"
-   ]
+      "Ricardo Signes <r...@cpan.org>",
+      "Sawyer X <xsawy...@cpan.org>"
+   ],
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0215"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/META.yml 
new/experimental-0.019/META.yml
--- old/experimental-0.016/META.yml     2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/META.yml     2017-12-03 18:40:21.000000000 +0100
@@ -5,9 +5,9 @@
 build_requires:
   Test::More: '0.89'
 configure_requires:
-  Module::Build::Tiny: '0.019'
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.025, CPAN::Meta::Converter version 
2.143240'
+generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -16,18 +16,16 @@
 provides:
   experimental:
     file: lib/experimental.pm
-    version: '0.016'
+    version: '0.019'
 requires:
   Carp: '0'
-  feature: '0'
-  perl: '5.010'
   strict: '0'
   version: '0'
   warnings: '0'
 resources:
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=experimental
   repository: git://github.com/Leont/experimental.git
-version: '0.016'
+version: '0.019'
 x_contributors:
   - 'Father Chrysostomos <spr...@cpan.org>'
   - 'Grant McLean <gr...@catalyst.net.nz>'
@@ -35,3 +33,5 @@
   - 'Karen Etheridge <et...@cpan.org>'
   - 'Leon Timmermans <faw...@gmail.com>'
   - 'Ricardo Signes <r...@cpan.org>'
+  - 'Sawyer X <xsawy...@cpan.org>'
+x_serialization_backend: 'YAML::Tiny version 1.69'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/Makefile.PL 
new/experimental-0.019/Makefile.PL
--- old/experimental-0.016/Makefile.PL  1970-01-01 01:00:00.000000000 +0100
+++ new/experimental-0.019/Makefile.PL  2017-12-03 18:40:21.000000000 +0100
@@ -0,0 +1,52 @@
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.010.
+use strict;
+use warnings;
+
+
+
+use ExtUtils::MakeMaker;
+
+my %WriteMakefileArgs = (
+  "ABSTRACT" => "Experimental features made easy",
+  "AUTHOR" => "Leon Timmermans <leont\@cpan.org>",
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => 0
+  },
+  "DISTNAME" => "experimental",
+  "LICENSE" => "perl",
+  "NAME" => "experimental",
+  "PREREQ_PM" => {
+    "Carp" => 0,
+    "strict" => 0,
+    "version" => 0,
+    "warnings" => 0
+  },
+  "TEST_REQUIRES" => {
+    "Test::More" => "0.89"
+  },
+  "VERSION" => "0.019",
+  "test" => {
+    "TESTS" => "t/*.t"
+  }
+);
+
+
+my %FallbackPrereqs = (
+  "Carp" => 0,
+  "Test::More" => "0.89",
+  "strict" => 0,
+  "version" => 0,
+  "warnings" => 0
+);
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  delete $WriteMakefileArgs{TEST_REQUIRES};
+  delete $WriteMakefileArgs{BUILD_REQUIRES};
+  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
+WriteMakefile(%WriteMakefileArgs);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/README 
new/experimental-0.019/README
--- old/experimental-0.016/README       2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/README       2017-12-03 18:40:21.000000000 +0100
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution experimental,
-version 0.016:
+version 0.019:
 
   Experimental features made easy
 
@@ -11,5 +11,5 @@
 the same terms as the Perl 5 programming language system itself.
 
 
-This README file was generated by Dist::Zilla::Plugin::Readme v5.025.
+This README file was generated by Dist::Zilla::Plugin::Readme v6.010.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/dist.ini 
new/experimental-0.019/dist.ini
--- old/experimental-0.016/dist.ini     2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/dist.ini     2017-12-03 18:40:21.000000000 +0100
@@ -4,5 +4,35 @@
 copyright_holder = Leon Timmermans
 copyright_year   = 2013
 
-[@LEONT]
-install_tool = mbt
+[GatherDir]
+[PruneCruft]
+[MetaYAML]
+[License]
+[Readme]
+[Manifest]
+[MakeMaker]
+[InstallGuide]
+[AutoPrereqs]
+skip = feature
+[MetaJSON]
+[Repository]
+[Bugtracker]
+[Git::NextVersion]
+[MetaProvides::Package]
+[PkgVersion]
+[PodSyntaxTests]
+[PodWeaver]
+[Git::Contributors]
+
+[Git::Check]
+[CheckChangesHasContent]
+[NextRelease]
+[TestRelease]
+[RunExtraTests]
+
+[ConfirmRelease]
+[UploadToCPAN]
+
+[Git::Commit]
+[Git::Tag]
+[Git::Push]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/lib/experimental.pm 
new/experimental-0.019/lib/experimental.pm
--- old/experimental-0.016/lib/experimental.pm  2015-10-10 12:47:03.000000000 
+0200
+++ new/experimental-0.019/lib/experimental.pm  2017-12-03 18:40:21.000000000 
+0100
@@ -1,10 +1,10 @@
 package experimental;
-$experimental::VERSION = '0.016';
+$experimental::VERSION = '0.019';
 use strict;
 use warnings;
 use version ();
 
-use feature ();
+BEGIN { eval { require feature } };
 use Carp qw/croak carp/;
 
 my %warnings = map { $_ => 1 } grep { /^experimental::/ } keys 
%warnings::Offsets;
@@ -21,6 +21,7 @@
        array_base      => '5',
        autoderef       => '5.14.0',
        bitwise         => '5.22.0',
+       const_attr      => '5.22.0',
        current_sub     => '5.16.0',
        evalbytes       => '5.16.0',
        fc              => '5.16.0',
@@ -39,6 +40,7 @@
        unicode_strings => '5.12.0',
 );
 my %max_version = (
+       autoderef       => '5.23.1',
        lexical_topic   => '5.23.4',
 );
 
@@ -128,7 +130,7 @@
 
 =head1 VERSION
 
-version 0.016
+version 0.019
 
 =head1 SYNOPSIS
 
@@ -159,16 +161,67 @@
 
 The supported features, documented further below, are:
 
-       array_base    - allow the use of $[ to change the starting index of 
@array
-       autoderef     - allow push, each, keys, and other built-ins on 
references
-       lexical_topic - allow the use of lexical $_ via "my $_"
-       postderef     - allow the use of postfix dereferencing expressions, 
including
-                       in interpolating strings
-       refaliasing   - allow aliasing via \$x = \$y
-       regex_sets    - allow extended bracketed character classes in regexps
-       signatures    - allow subroutine signatures (for named arguments)
-       smartmatch    - allow the use of ~~
-       switch        - allow the use of ~~, given, and when
+=over 4
+
+=item * C<array_base> - allow the use of C<$[> to change the starting index of 
C<@array>.
+
+This is supported on all versions of perl.
+
+=item * C<autoderef> - allow push, each, keys, and other built-ins on 
references.
+
+This was added in perl 5.14.0 and removed in perl 5.23.1.
+
+=item * C<bitwise> - allow the new stringwise bit operators
+
+This was added in perl 5.22.0.
+
+=item * C<const_attr> - allow the :const attribute on subs
+
+This was added in perl 5.22.0.
+
+=item * C<lexical_topic> - allow the use of lexical C<$_> via C<my $_>.
+
+This was added in perl 5.10.0 and removed in perl 5.23.4.
+
+=item * C<lexical_subs> - allow the use of lexical subroutines.
+
+This was added in 5.18.0.
+
+=item * C<postderef> - allow the use of postfix dereferencing expressions,
+including in interpolating strings
+
+This was added in perl 5.20.0.
+
+=item * C<re_strict> - enables strict mode in regular expressions
+
+This was added in perl 5.22.0.
+
+=item * C<refaliasing> - allow aliasing via C<\$x = \$y>
+
+This was added in perl 5.22.0.
+
+=item * C<regex_sets> - allow extended bracketed character classes in regexps
+
+This was added in perl 5.18.0.
+
+=item * C<signatures> - allow subroutine signatures (for named arguments)
+
+This was added in perl 5.20.0.
+
+=item * C<smartmatch> - allow the use of C<~~>
+
+This was added in perl 5.10.0, but it should be noted there are significant
+incompatibilities between 5.10.0 and 5.10.1.
+
+=item * C<switch> - allow the use of C<~~>, given, and when
+
+This was added in perl 5.10.0.
+
+=item * C<win32_perlio> - allows the use of the :win32 IO layer.
+
+This was added on perl 5.22.0.
+
+=back
 
 =head2 Ordering matters
 
@@ -195,6 +248,10 @@
 Because of the nature of the features it enables, forward compatibility can not
 be guaranteed in any way.
 
+=head1 SEE ALSO
+
+L<perlexperimental|perlexperimental> contains more information about 
experimental features.
+
 =head1 AUTHOR
 
 Leon Timmermans <le...@cpan.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/t/basic.t 
new/experimental-0.019/t/basic.t
--- old/experimental-0.016/t/basic.t    2015-10-10 12:47:03.000000000 +0200
+++ new/experimental-0.019/t/basic.t    2017-12-03 18:40:21.000000000 +0100
@@ -1,5 +1,8 @@
 #! perl
 
+use strict;
+use warnings;
+
 use Test::More 0.89;
 
 local $SIG{__WARN__} = sub { fail("Got unexpected warning"); diag($_[0]) };
@@ -12,9 +15,6 @@
        1;
 END
 }
-else {
-       fail("No experimental features available on perl $]");
-}
 
 if ($] >= 5.010001) {
        is (eval <<'END', 1, 'switch compiles') or diag $@;
@@ -35,8 +35,8 @@
 if ($] >= 5.010001) {
        is (eval <<'END', 1, 'smartmatch compiles') or diag $@;
        use experimental 'smartmatch';
-       sub bar { 1 };
-       is(1 ~~ \&bar, 1, "is 1");
+       sub baz { 1 };
+       is(1 ~~ \&baz, 1, "is 1");
        1;
 END
 }
@@ -53,6 +53,7 @@
 if ($] >= 5.021005) {
        is (eval <<'END', 1, 'ref aliasing compiles') or diag $@;
        use experimental 'refaliasing';
+       my (@a, @b);
        \@a = \@b;
        is(\@a, \@b, '@a and @b are the same after \@a=\@b');
        1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/xt/author/00-compile.t 
new/experimental-0.019/xt/author/00-compile.t
--- old/experimental-0.016/xt/author/00-compile.t       2015-10-10 
12:47:03.000000000 +0200
+++ new/experimental-0.019/xt/author/00-compile.t       1970-01-01 
01:00:00.000000000 +0100
@@ -1,51 +0,0 @@
-use 5.006;
-use strict;
-use warnings;
-
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
-
-use Test::More;
-
-plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0);
-
-my @module_files = (
-    'experimental.pm'
-);
-
-
-
-# no fake home requested
-
-my $inc_switch = -d 'blib' ? '-Mblib' : '-Ilib';
-
-use File::Spec;
-use IPC::Open3;
-use IO::Handle;
-
-open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!";
-
-my @warnings;
-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]");
-    binmode $stderr, ':crlf' if $^O eq 'MSWin32';
-    my @_warnings = <$stderr>;
-    waitpid($pid, 0);
-    is($?, 0, "$lib loaded ok");
-
-    if (@_warnings)
-    {
-        warn @_warnings;
-        push @warnings, @_warnings;
-    }
-}
-
-
-
-is(scalar(@warnings), 0, 'no warnings found')
-    or diag 'got warnings: ', ( Test::More->can('explain') ? 
Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if 
$ENV{AUTHOR_TESTING};
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/experimental-0.016/xt/author/pod-syntax.t 
new/experimental-0.019/xt/author/pod-syntax.t
--- old/experimental-0.016/xt/author/pod-syntax.t       1970-01-01 
01:00:00.000000000 +0100
+++ new/experimental-0.019/xt/author/pod-syntax.t       2017-12-03 
18:40:21.000000000 +0100
@@ -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/experimental-0.016/xt/release/pod-coverage.t 
new/experimental-0.019/xt/release/pod-coverage.t
--- old/experimental-0.016/xt/release/pod-coverage.t    2015-10-10 
12:47:03.000000000 +0200
+++ new/experimental-0.019/xt/release/pod-coverage.t    1970-01-01 
01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-#!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/experimental-0.016/xt/release/pod-syntax.t 
new/experimental-0.019/xt/release/pod-syntax.t
--- old/experimental-0.016/xt/release/pod-syntax.t      2015-10-10 
12:47:03.000000000 +0200
+++ new/experimental-0.019/xt/release/pod-syntax.t      1970-01-01 
01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-#!perl
-# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
-use Test::More;
-use Test::Pod 1.41;
-
-all_pod_files_ok();


Reply via email to