diff -Nru libb-keywords-perl-1.15/Changes libb-keywords-perl-1.18/Changes --- libb-keywords-perl-1.15/Changes 2015-11-11 14:25:26.000000000 +0000 +++ libb-keywords-perl-1.18/Changes 2018-01-29 17:09:40.000000000 +0000 @@ -77,3 +77,12 @@ - Fixed $OUTPUT_AUTOFLUSH, RT #108572 (Defragmented Reality) - Made $* $MULTILINE_MATCHING version specific, deprecated with 5.8.1, removed with 5.10 +1.16 Thu Dec 28 2017 rurban + - Added 5.27.7 changes, RT #123948 + - Added cperl class keywords + - Added keywords per version back to 5.004 +1.17 Mon Jan 29 17:57:05 CET 2018 rurban + - Added 5.27.8 changes, whereis/whereso is gone for good. + There's still a chance for perl6 compat +1.18 Mon Jan 29 18:09:23 CET 2018 rurban + - Oops, forgot break diff -Nru libb-keywords-perl-1.15/debian/changelog libb-keywords-perl-1.18/debian/changelog --- libb-keywords-perl-1.15/debian/changelog 2015-11-14 20:48:21.000000000 +0000 +++ libb-keywords-perl-1.18/debian/changelog 2021-05-01 22:29:46.000000000 +0000 @@ -1,3 +1,36 @@ +libb-keywords-perl (1.18-1~16.04.sav0) xenial; urgency=medium + + * Backport to Xenial + + -- Rob Savoury Sat, 01 May 2021 15:29:46 -0700 + +libb-keywords-perl (1.18-1) unstable; urgency=medium + + [ Laurent Baillet ] + * Import upstream version 1.18. + + [ gregor herrmann ] + * Update years of upstream copyright. + + -- Laurent Baillet Tue, 20 Feb 2018 22:30:17 +0100 + +libb-keywords-perl (1.16-1) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS. + * Remove Rene Mayorga from Uploaders. Thanks for your work! + + * Import upstream version 1.16. + * Update years of upstream and packaging copyright. + * Declare compliance with Debian Policy 4.1.3. + * Bump debhelper compatibility level to 10. + + -- gregor herrmann Wed, 03 Jan 2018 20:27:21 +0100 + libb-keywords-perl (1.15-1) unstable; urgency=medium * Team upload. diff -Nru libb-keywords-perl-1.15/debian/compat libb-keywords-perl-1.18/debian/compat --- libb-keywords-perl-1.15/debian/compat 2015-11-14 20:48:21.000000000 +0000 +++ libb-keywords-perl-1.18/debian/compat 2018-02-20 21:30:17.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru libb-keywords-perl-1.15/debian/control libb-keywords-perl-1.18/debian/control --- libb-keywords-perl-1.15/debian/control 2015-11-14 20:48:21.000000000 +0000 +++ libb-keywords-perl-1.18/debian/control 2018-02-20 21:30:17.000000000 +0000 @@ -1,20 +1,21 @@ Source: libb-keywords-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann , + Laurent Baillet Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional +Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl -Build-Depends: debhelper (>= 9) -Maintainer: Debian Perl Group -Uploaders: Rene Mayorga , - gregor herrmann -Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libb-keywords-perl.git +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libb-keywords-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libb-keywords-perl.git Homepage: https://metacpan.org/release/B-Keywords -Testsuite: autopkgtest-pkg-perl Package: libb-keywords-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends} +Depends: ${perl:Depends}, + ${misc:Depends} Description: lists of internal perl keywords The B::Keywords perl module provides lists of internal keywords of the perl programming language. It can be used as an adjunct to the B perl diff -Nru libb-keywords-perl-1.15/debian/copyright libb-keywords-perl-1.18/debian/copyright --- libb-keywords-perl-1.15/debian/copyright 2015-11-14 20:48:21.000000000 +0000 +++ libb-keywords-perl-1.18/debian/copyright 2018-02-20 21:30:17.000000000 +0000 @@ -1,17 +1,17 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: B-Keywords Upstream-Contact: Reini Urban Source: https://metacpan.org/release/B-Keywords Files: * Copyright: 2003-2009, Joshua ben Jore - 2013-2015, Reini Urban + 2013-2018, Reini Urban License: GPL-2 or Artistic Files: debian/* Copyright: 2007, Joey Hess 2007-2009, Rene Mayorga - 2008-2013, gregor herrmann + 2008-2018, gregor herrmann 2015, Lucas Kanashiro License: GPL-2 or Artistic diff -Nru libb-keywords-perl-1.15/debian/upstream/metadata libb-keywords-perl-1.18/debian/upstream/metadata --- libb-keywords-perl-1.15/debian/upstream/metadata 2015-11-14 20:48:21.000000000 +0000 +++ libb-keywords-perl-1.18/debian/upstream/metadata 2018-02-20 21:30:17.000000000 +0000 @@ -2,4 +2,4 @@ Archive: CPAN Contact: Reini Urban Name: B-Keywords -Repository: http://github.com/rurban/b-keywords +Repository: https://github.com/rurban/b-keywords diff -Nru libb-keywords-perl-1.15/lib/B/Keywords.pm libb-keywords-perl-1.18/lib/B/Keywords.pm --- libb-keywords-perl-1.15/lib/B/Keywords.pm 2015-11-11 14:19:09.000000000 +0000 +++ libb-keywords-perl-1.18/lib/B/Keywords.pm 2018-01-29 17:09:51.000000000 +0000 @@ -14,7 +14,8 @@ %EXPORT_TAGS = ( 'all' => \@EXPORT_OK ); use vars '$VERSION'; -$VERSION = '1.15'; +$VERSION = '1.18'; +my $CPERL = $^V =~ /c$/ ? 1 : 0; use vars '@Scalars'; @Scalars = ( @@ -122,14 +123,23 @@ ); use vars '@Functions'; -@Functions = qw( +@Functions = ( + ($] >= 5.015006 ? qw( __SUB__ + ) : ()), qw( AUTOLOAD BEGIN DESTROY - END - INIT - CHECK + END ), + # STOP was between 5.5.64 - v5.6.0 + ($] >= 5.005064 && $] < 5.006 + ? qw(STOP) : qw(CHECK)), + # INIT was called RESTART before 5.004_50 + ($] >= 5.006 + ? qw(INIT) : qw(RESTART)), + ($] < 5.007003 ? qw( + EQ GE GT LE LT NE + ) : ()), qw( UNITCHECK abs accept @@ -137,8 +147,10 @@ atan2 bind binmode - bless + bless ), + ($] >= 5.009003 && ($] < 5.027007 || $] >= 5.027008 || $CPERL) ? qw( break + ) : ()), qw( caller chdir chmod @@ -153,7 +165,10 @@ cos crypt dbmclose - dbmopen + dbmopen ), + ($] >= 5.009003 && ($] < 5.027007 || $CPERL) ? qw( + default + ) : ()), qw( defined delete die @@ -166,13 +181,17 @@ endpwent endservent eof - eval + eval ), + ($] >= 5.015005 ? qw( evalbytes + ) : ()), qw( exec exists exit - exp + exp ), + ($] >= 5.015008 ? qw( fc + ) : ()), qw( fcntl fileno flock @@ -204,7 +223,10 @@ getservbyport getservent getsockname - getsockopt + getsockopt ), + ($] >= 5.009003 ? qw( + given + ) : ()), qw( glob gmtime goto @@ -224,7 +246,10 @@ link listen local - localtime + localtime ), + ($] >= 5.004 ? qw( + lock + ) : ()), qw( log lstat map @@ -266,8 +291,10 @@ reverse rewinddir rindex - rmdir + rmdir ), + ($] >= 5.009003 ? qw( say + ) : ()), qw( scalar seek seekdir @@ -335,7 +362,13 @@ wait waitpid wantarray - warn + warn ), + ($] >= 5.009003 && ($] < 5.027007 || $] >= 5.027008 || $CPERL) ? qw( + when + ) : ($] >= 5.009003 && !$CPERL) ? qw( + whereis + whereso + ) : ()), qw( write -r -w -x -o @@ -344,10 +377,11 @@ -u -g -k -T -B -M -A -C -); +)); use vars '@Barewords'; -@Barewords = qw( +@Barewords = ( + qw( __FILE__ __LINE__ __PACKAGE__ @@ -361,14 +395,20 @@ LT NE NULL - and + and ), + ($CPERL && $] >= 5.027001 ? qw( + class method role multi has + ) : ()), qw( cmp continue default do else elsif - eq + eq ), + ($] >= 5.008001 && $] < 5.010 ? qw( + err + ) : ()), qw( for foreach ge @@ -384,8 +424,13 @@ or package q - qq + qq ), + ($] >= 5.004072 ? qw( qr + ) : ()), + ($] == 5.007003 ? qw( + qu + ) : ()), qw( qw qx s @@ -398,7 +443,7 @@ x xor y -); +)); use vars '@TieIOMethods'; @TieIOMethods = qw( @@ -564,7 +609,7 @@ =head1 COPYRIGHT AND LICENSE Copyright 2009 Joshua ben Jore, All rights reserved. -Copyright 2013, 2015 Reini Urban, All rights reserved. +Copyright 2013, 2015, 2017, 2018 Reini Urban, All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of either: diff -Nru libb-keywords-perl-1.15/META.json libb-keywords-perl-1.18/META.json --- libb-keywords-perl-1.15/META.json 2015-11-11 14:26:01.000000000 +0000 +++ libb-keywords-perl-1.18/META.json 2018-01-29 17:10:31.000000000 +0000 @@ -4,13 +4,13 @@ "Joshua ben Jore " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010", "license" : [ "unknown" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "B-Keywords", "no_index" : { @@ -45,6 +45,6 @@ "url" : "http://github.com/rurban/b-keywords" } }, - "version" : "1.15", - "x_serialization_backend" : "JSON::PP version 2.27300" + "version" : "1.18", + "x_serialization_backend" : "JSON::PP version 2.97001" } diff -Nru libb-keywords-perl-1.15/META.yml libb-keywords-perl-1.18/META.yml --- libb-keywords-perl-1.15/META.yml 2015-11-11 14:26:01.000000000 +0000 +++ libb-keywords-perl-1.18/META.yml 2018-01-29 17:10:31.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,5 +22,5 @@ resources: license: http://dev.perl.org/licenses/ repository: http://github.com/rurban/b-keywords -version: '1.15' -x_serialization_backend: 'CPAN::Meta::YAML version 0.016' +version: '1.18' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru libb-keywords-perl-1.15/SIGNATURE libb-keywords-perl-1.18/SIGNATURE --- libb-keywords-perl-1.15/SIGNATURE 2015-11-11 14:26:05.000000000 +0000 +++ libb-keywords-perl-1.18/SIGNATURE 2018-01-29 17:10:32.000000000 +0000 @@ -1,5 +1,5 @@ This file contains message digests of all files listed in MANIFEST, -signed via the Module::Signature module, version 0.79. +signed via the Module::Signature module, version 0.81. To verify the content in this distribution, first make sure you have Module::Signature installed, then type: @@ -14,14 +14,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -SHA1 dfa8493c71ba9f080fe464c78c23965b38d7ddae Changes +SHA1 b9602a7123b9ebfaacfd4f04c7cba992369fd9d9 Changes SHA1 0e987cce2b4e94a4d6920e7353f8674a4462528a LICENSE SHA1 46ec9231f2152e6fcf554de076272a1fc03e0a72 MANIFEST -SHA1 80f5993ec9d75329ed85a4925be7a8ee6bd95709 META.json -SHA1 0a4a5072af71fc57177e670368de1ef0ae6ee088 META.yml +SHA1 d40fb491eb722d2a0b9176b8596a59d159b852ba META.json +SHA1 51994a7a83fccfbf81797d079eb9fcd0b4065755 META.yml SHA1 30135cfc198eb4d8eec4d5c35a1a1f23f19ebc00 Makefile.PL SHA1 a53710b3f8ae9645adcdf4bae864206b330c15af README -SHA1 90a5f7870f866084f409696aececcc657938dde8 lib/B/Keywords.pm +SHA1 a3c13bc66dc31c12741d9c4790dd3f15ad23c584 lib/B/Keywords.pm SHA1 26eebf3bf6177dc6fc7f91890c68c05b7a61fbe1 t/10basic.t SHA1 d977811d4f33d71a1b515fc6eb96d1bb4184bbd5 t/11keywords.t SHA1 e6872ebfbccb57ef102945ddd11d131453024ea3 t/export.t @@ -31,9 +31,8 @@ SHA1 db4c7c6e1b7cf2bd96d86fa303fd2225b8bf8613 t/z_pod-coverage.t SHA1 c8aa3903d3aba84c19bbd94d677620c758fa07d5 t/z_pod.t -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1 -iEYEARECAAYFAlZDT/oACgkQmm2SYo/9yUJPiwCfV1RujLF7ssQs2YL4oSMbpjix -280AnjTfInhuJsPPn3OWRsHdbu2MfWiX -=zA44 +iF0EARECAB0WIQRZHhhUcL58V8z0UW2abZJij/3JQgUCWm9ViAAKCRCabZJij/3J +Qn2GAJ0Z4mgsFP2/X14ip4hi/tKbYBItKACfcNFxS/QJLhW9xAL4LbcgY0zTcxY= +=FzPu -----END PGP SIGNATURE-----