diff -Nru libexperimental-perl-0.017/Changes libexperimental-perl-0.019/Changes --- libexperimental-perl-0.017/Changes 2017-11-14 15:23:56.000000000 +0000 +++ libexperimental-perl-0.019/Changes 2017-12-03 17:40:21.000000000 +0000 @@ -1,5 +1,12 @@ 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+ diff -Nru libexperimental-perl-0.017/debian/changelog libexperimental-perl-0.019/debian/changelog --- libexperimental-perl-0.017/debian/changelog 2017-11-21 19:06:05.000000000 +0000 +++ libexperimental-perl-0.019/debian/changelog 2018-01-06 20:42:53.000000000 +0000 @@ -1,3 +1,12 @@ +libexperimental-perl (0.019-1) unstable; urgency=medium + + * Import upstream version 0.019. + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.1.3. + * Bump debhelper compatibility level to 10. + + -- gregor herrmann Sat, 06 Jan 2018 21:42:53 +0100 + libexperimental-perl (0.017-1) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libexperimental-perl-0.017/debian/compat libexperimental-perl-0.019/debian/compat --- libexperimental-perl-0.017/debian/compat 2017-11-21 19:06:05.000000000 +0000 +++ libexperimental-perl-0.019/debian/compat 2018-01-06 20:42:53.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libexperimental-perl-0.017/debian/control libexperimental-perl-0.019/debian/control --- libexperimental-perl-0.017/debian/control 2017-11-21 19:06:05.000000000 +0000 +++ libexperimental-perl-0.019/debian/control 2018-01-06 20:42:53.000000000 +0000 @@ -4,9 +4,9 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), perl -Standards-Version: 4.1.1 +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libexperimental-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libexperimental-perl.git Homepage: https://metacpan.org/release/experimental diff -Nru libexperimental-perl-0.017/debian/copyright libexperimental-perl-0.019/debian/copyright --- libexperimental-perl-0.017/debian/copyright 2017-11-21 19:06:05.000000000 +0000 +++ libexperimental-perl-0.019/debian/copyright 2018-01-06 20:42:53.000000000 +0000 @@ -8,7 +8,7 @@ License: Artistic or GPL-1+ Files: debian/* -Copyright: 2013-2017, gregor herrmann +Copyright: 2013-2018, gregor herrmann License: Artistic or GPL-1+ License: Artistic diff -Nru libexperimental-perl-0.017/dist.ini libexperimental-perl-0.019/dist.ini --- libexperimental-perl-0.017/dist.ini 2017-11-14 15:23:56.000000000 +0000 +++ libexperimental-perl-0.019/dist.ini 2017-12-03 17:40:21.000000000 +0000 @@ -13,8 +13,7 @@ [MakeMaker] [InstallGuide] [AutoPrereqs] -[Prereqs] -perl = 5.010 +skip = feature [MetaJSON] [Repository] [Bugtracker] diff -Nru libexperimental-perl-0.017/lib/experimental.pm libexperimental-perl-0.019/lib/experimental.pm --- libexperimental-perl-0.017/lib/experimental.pm 2017-11-14 15:23:56.000000000 +0000 +++ libexperimental-perl-0.019/lib/experimental.pm 2017-12-03 17:40:21.000000000 +0000 @@ -1,10 +1,10 @@ package experimental; -$experimental::VERSION = '0.017'; +$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; @@ -130,7 +130,7 @@ =head1 VERSION -version 0.017 +version 0.019 =head1 SYNOPSIS diff -Nru libexperimental-perl-0.017/Makefile.PL libexperimental-perl-0.019/Makefile.PL --- libexperimental-perl-0.017/Makefile.PL 2017-11-14 15:23:56.000000000 +0000 +++ libexperimental-perl-0.019/Makefile.PL 2017-12-03 17:40:21.000000000 +0000 @@ -2,7 +2,7 @@ use strict; use warnings; -use 5.010; + use ExtUtils::MakeMaker; @@ -14,11 +14,9 @@ }, "DISTNAME" => "experimental", "LICENSE" => "perl", - "MIN_PERL_VERSION" => "5.010", "NAME" => "experimental", "PREREQ_PM" => { "Carp" => 0, - "feature" => 0, "strict" => 0, "version" => 0, "warnings" => 0 @@ -26,7 +24,7 @@ "TEST_REQUIRES" => { "Test::More" => "0.89" }, - "VERSION" => "0.017", + "VERSION" => "0.019", "test" => { "TESTS" => "t/*.t" } @@ -36,7 +34,6 @@ my %FallbackPrereqs = ( "Carp" => 0, "Test::More" => "0.89", - "feature" => 0, "strict" => 0, "version" => 0, "warnings" => 0 diff -Nru libexperimental-perl-0.017/META.json libexperimental-perl-0.019/META.json --- libexperimental-perl-0.017/META.json 2017-11-14 15:23:56.000000000 +0000 +++ libexperimental-perl-0.019/META.json 2017-12-03 17:40:21.000000000 +0000 @@ -28,8 +28,6 @@ "runtime" : { "requires" : { "Carp" : "0", - "feature" : "0", - "perl" : "5.010", "strict" : "0", "version" : "0", "warnings" : "0" @@ -44,7 +42,7 @@ "provides" : { "experimental" : { "file" : "lib/experimental.pm", - "version" : "0.017" + "version" : "0.019" } }, "release_status" : "stable", @@ -59,7 +57,7 @@ "web" : "https://github.com/Leont/experimental" } }, - "version" : "0.017", + "version" : "0.019", "x_contributors" : [ "Father Chrysostomos ", "Grant McLean ", diff -Nru libexperimental-perl-0.017/META.yml libexperimental-perl-0.019/META.yml --- libexperimental-perl-0.017/META.yml 2017-11-14 15:23:56.000000000 +0000 +++ libexperimental-perl-0.019/META.yml 2017-12-03 17:40:21.000000000 +0000 @@ -16,18 +16,16 @@ provides: experimental: file: lib/experimental.pm - version: '0.017' + 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.017' +version: '0.019' x_contributors: - 'Father Chrysostomos ' - 'Grant McLean ' diff -Nru libexperimental-perl-0.017/README libexperimental-perl-0.019/README --- libexperimental-perl-0.017/README 2017-11-14 15:23:56.000000000 +0000 +++ libexperimental-perl-0.019/README 2017-12-03 17:40:21.000000000 +0000 @@ -1,7 +1,7 @@ This archive contains the distribution experimental, -version 0.017: +version 0.019: Experimental features made easy diff -Nru libexperimental-perl-0.017/t/basic.t libexperimental-perl-0.019/t/basic.t --- libexperimental-perl-0.017/t/basic.t 2017-11-14 15:23:56.000000000 +0000 +++ libexperimental-perl-0.019/t/basic.t 2017-12-03 17:40:21.000000000 +0000 @@ -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;