diff -Nru liblexical-underscore-perl-0.003/Changes liblexical-underscore-perl-0.004/Changes --- liblexical-underscore-perl-0.003/Changes 2014-09-15 11:45:11.000000000 +0000 +++ liblexical-underscore-perl-0.004/Changes 2017-01-30 14:16:27.000000000 +0000 @@ -6,6 +6,10 @@ Bug tracker: Maintainer: Toby Inkster (TOBYINK) +0.004 2017-01-30 + + - Updated: Fix for Perl >= 5.24, where lexical $_ no longer exists. + 0.003 2014-09-15 [ Bug Fixes ] diff -Nru liblexical-underscore-perl-0.003/CONTRIBUTING liblexical-underscore-perl-0.004/CONTRIBUTING --- liblexical-underscore-perl-0.003/CONTRIBUTING 2014-09-15 11:45:12.000000000 +0000 +++ liblexical-underscore-perl-0.004/CONTRIBUTING 1970-01-01 00:00:00.000000000 +0000 @@ -1,83 +0,0 @@ -NAME - CONTRIBUTING - -DESCRIPTION - If you're reading this document, that means you might be thinking about - helping me out with this project. Thanks! - - Here's some ways you could help out: - - * Bug reports - - Found a bug? Great! (Well, not so great I suppose.) - - The place to report them is . Don't e-mail me - about it, as your e-mail is more than likely to get lost amongst the - spam. - - An example script clearly demonstrating the bug (preferably written - using Test::More) would be greatly appreciated. - - * Patches - - If you've found a bug and written a fix for it, even better! - - Generally speaking you should check out the latest copy of the code - from the source repository rather than using the CPAN distribution. - The file META.yml should contain a link to the source repository. If - not, then try or submit a bug report. - (As far as I'm concerned the lack of a link is a bug.) Many of my - distributions are also mirrored at . - - To submit the patch, do a pull request on GitHub or Bitbucket, or - attach a diff file to a bug report. Unless otherwise stated, I'll - assume that your contributions are licensed under the same terms as - the rest of the project. - - (If using git, feel free to work in a branch. For Mercurial, I'd - prefer bookmarks within the default branch.) - - * Documentation - - If there's anything unclear in the documentation, please submit this - as a bug report or patch as above. - - Non-toy example scripts that I can bundle would also be appreciated. - - * Translation - - Translations of documentation would be welcome. - - For translations of error messages and other strings embedded in the - code, check with me first. Sometimes the English strings may not in - a stable state, so it would be a waste of time translating them. - - Coding Style - I tend to write using something approximating the Allman style, using - tabs for indentation and Unix-style line breaks. - - * - - * - - I nominally encode all source files as UTF-8, though in practice most of - them use a 7-bit-safe ASCII-compatible subset of UTF-8. - -AUTHOR - Toby Inkster . - -COPYRIGHT AND LICENCE - Copyright (c) 2012-2014 by Toby Inkster. - - CONTRIBUTING is available under three different licences permitting its - redistribution: the CC-BY-SA_UK-2.0 licence, plus the same licences as - Perl itself, which is distributed under the GNU General Public Licence - version 1, and the Artistic Licence. - - This file is licensed under the Creative Commons Attribution-ShareAlike - 2.0 UK: England & Wales License. To view a copy of this license, visit - . - - This file is free software; you can redistribute it and/or modify it - under the same terms as the Perl 5 programming language system itself. - diff -Nru liblexical-underscore-perl-0.003/COPYRIGHT liblexical-underscore-perl-0.004/COPYRIGHT --- liblexical-underscore-perl-0.003/COPYRIGHT 2014-09-15 11:45:12.000000000 +0000 +++ liblexical-underscore-perl-0.004/COPYRIGHT 2017-01-30 14:16:28.000000000 +0000 @@ -6,26 +6,28 @@ Files: Changes META.json META.yml - dist.ini doap.ttl t/01basic.t - t/02synopsis.t -Copyright: Copyright 2014 Toby Inkster. +Copyright: Copyright 2017 Toby Inkster. License: GPL-1.0+ or Artistic-1.0 -Files: CONTRIBUTING - INSTALL - LICENSE - Makefile.PL -Copyright: Unknown -License: Unknown - Files: COPYRIGHT CREDITS SIGNATURE Copyright: None License: public-domain +Files: INSTALL + LICENSE + Makefile.PL +Copyright: Unknown +License: Unknown + +Files: dist.ini + t/02synopsis.t +Copyright: Copyright 2014 Toby Inkster. +License: GPL-1.0+ or Artistic-1.0 + Files: README lib/lexical/underscore.pm Copyright: This software is copyright (c) 2012, 2014 by Toby Inkster. @@ -36,14 +38,14 @@ License: GPL-1.0+ or Artistic-1.0 License: Artistic-1.0 - This software is Copyright (c) 2014 by the copyright holder(s). + This software is Copyright (c) 2017 by the copyright holder(s). This is free software, licensed under: The Artistic License 1.0 License: GPL-1.0 - This software is Copyright (c) 2014 by the copyright holder(s). + This software is Copyright (c) 2017 by the copyright holder(s). This is free software, licensed under: diff -Nru liblexical-underscore-perl-0.003/debian/changelog liblexical-underscore-perl-0.004/debian/changelog --- liblexical-underscore-perl-0.003/debian/changelog 2016-09-14 17:55:14.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/changelog 2017-02-01 00:44:22.000000000 +0000 @@ -1,3 +1,23 @@ +liblexical-underscore-perl (0.004-1) unstable; urgency=medium + + [ upstream ] + * New release. + + Fix for Perl >= 5.24, where lexical $_ no longer exists. + + [ Jonas Smedegaard ] + * Update watch file: Tighten version regex. + * Modernize Vcs-* fields: + + Use git subdir (not cgit). + + Add .git suffix for Vcs-Git URL. + * Stop override lintian for + package-needs-versioned-debhelper-build-depends: Fixed in lintian. + * Update copyright info: + + Extend coverage for main upstream author. + + Extend coverage of Debian packaging. + * Drop patch 1001 fixed upstream. + + -- Jonas Smedegaard Wed, 01 Feb 2017 01:44:22 +0100 + liblexical-underscore-perl (0.003-2) unstable; urgency=medium * Update watch file: diff -Nru liblexical-underscore-perl-0.003/debian/control liblexical-underscore-perl-0.004/debian/control --- liblexical-underscore-perl-0.003/debian/control 2016-09-14 17:52:10.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/control 2017-02-01 00:42:23.000000000 +0000 @@ -10,8 +10,8 @@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblexical-underscore-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git Homepage: http://search.cpan.org/dist/lexical-underscore/ Package: liblexical-underscore-perl diff -Nru liblexical-underscore-perl-0.003/debian/control.in liblexical-underscore-perl-0.004/debian/control.in --- liblexical-underscore-perl-0.003/debian/control.in 2016-09-14 17:28:47.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/control.in 2017-02-01 00:40:28.000000000 +0000 @@ -5,8 +5,8 @@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblexical-underscore-perl.git +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/liblexical-underscore-perl.git Homepage: http://search.cpan.org/dist/lexical-underscore/ Package: liblexical-underscore-perl diff -Nru liblexical-underscore-perl-0.003/debian/copyright liblexical-underscore-perl-0.004/debian/copyright --- liblexical-underscore-perl-0.003/debian/copyright 2016-09-14 17:33:07.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/copyright 2017-02-01 00:43:03.000000000 +0000 @@ -5,7 +5,7 @@ git://github.com/tobyink/p5-lexical-underscore Files: * -Copyright: 2012,2014, Toby Inkster +Copyright: 2012,2014,2017, Toby Inkster License-Grant: This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -15,7 +15,7 @@ General Public License' version 1 or later. Files: debian/* -Copyright: 2013-2014,2016, Jonas Smedegaard +Copyright: 2013-2014,2016-2017, Jonas Smedegaard License-Grant: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff -Nru liblexical-underscore-perl-0.003/debian/copyright_hints liblexical-underscore-perl-0.004/debian/copyright_hints --- liblexical-underscore-perl-0.003/debian/copyright_hints 2016-09-14 17:52:08.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/copyright_hints 2017-02-01 00:42:20.000000000 +0000 @@ -15,9 +15,6 @@ debian/control debian/control.in debian/gbp.conf - debian/patches/1001_avoid_lexical_underscore.patch - debian/patches/README - debian/patches/series debian/source/format debian/source/lintian-overrides debian/watch @@ -30,41 +27,40 @@ License: UNKNOWN FIXME -Files: CONTRIBUTING - README +Files: README lib/lexical/underscore.pm Copyright: 2012, 2014, Toby Inkster. - 2012-2014, Toby Inkster. -License: UNKNOWN - FIXME - -Files: COPYRIGHT -Copyright: -format/1.0/ - 2014, the copyright holder(s). - CREDITS - Copyright 2012 Toby Inkster. - Copyright 2014 Toby Inkster. - None - This software is copyright (c) 2012, 2014 by Toby Inkster. - Unknown -License: Artistic-1.0 +License: Artistic or GPL-1+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc. 19xx name of author 19yy - 2014, Toby Inkster. + 2017, Toby Inkster. disclaimer" for the program, if ed by the Free interest in the of this Package, but belong to whomever generated them, and may be sold the software, and -License: GPL-1+ or Artistic-1.0 +License: Artistic or GPL-1+ + FIXME + +Files: COPYRIGHT +Copyright: -format/1.0/ + 2017, the copyright holder(s). + CREDITS + Copyright 2012 Toby Inkster. + Copyright 2014 Toby Inkster. + Copyright 2017 Toby Inkster. + None + This software is copyright (c) 2012, 2014 by Toby Inkster. + Unknown +License: Artistic-1.0 and/or GPL-1 FIXME Files: debian/rules -Copyright: 2013-2014, 2016, Jonas Smedegaard +Copyright: 2013-2014, 2016-2017, Jonas Smedegaard License: GPL-3+ FIXME diff -Nru liblexical-underscore-perl-0.003/debian/patches/1001_avoid_lexical_underscore.patch liblexical-underscore-perl-0.004/debian/patches/1001_avoid_lexical_underscore.patch --- liblexical-underscore-perl-0.003/debian/patches/1001_avoid_lexical_underscore.patch 2016-09-14 17:50:44.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/patches/1001_avoid_lexical_underscore.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,29 +0,0 @@ -Description: perl 5.23.4 and later do not have lexical underscore anymore -Origin: vendor, http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/lexical-underscore-0.003-RT108203.patch -Bug: https://rt.cpan.org/Public/Bug/Display.html?id=108203 -Bug-Debian: http://bugs.debian.org/825524 -Author: Slaven Rezic -Last-Update: 2016-09-14 - ---- a/lib/lexical/underscore.pm -+++ b/lib/lexical/underscore.pm -@@ -9,7 +9,7 @@ - $lexical::underscore::VERSION = '0.003'; - } - --use if $] >= 5.009, PadWalker => qw( peek_my ); -+use if $] >= 5.009 && $] < 5.023004, PadWalker => qw( peek_my ); - BEGIN { - *peek_my = sub { +{} } unless __PACKAGE__->can('peek_my'); - } ---- a/t/01basic.t -+++ b/t/01basic.t -@@ -2,7 +2,7 @@ - - use Test::More; - BEGIN { -- $] >= 5.010 or plan skip_all => "test requires Perl 5.010"; -+ ($] >= 5.010 and $] < 5.023004) or plan skip_all => "test requires Perl 5.10.0 .. 5.23.3"; - plan tests => 6; - }; - diff -Nru liblexical-underscore-perl-0.003/debian/patches/README liblexical-underscore-perl-0.004/debian/patches/README --- liblexical-underscore-perl-0.003/debian/patches/README 2015-11-21 20:20:51.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/patches/README 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -0xxx: Grabbed from upstream development. -1xxx: Possibly relevant for upstream adoption. -2xxx: Only relevant for official Debian release. diff -Nru liblexical-underscore-perl-0.003/debian/patches/series liblexical-underscore-perl-0.004/debian/patches/series --- liblexical-underscore-perl-0.003/debian/patches/series 2016-09-14 17:46:56.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -1001_avoid_lexical_underscore.patch diff -Nru liblexical-underscore-perl-0.003/debian/rules liblexical-underscore-perl-0.004/debian/rules --- liblexical-underscore-perl-0.003/debian/rules 2016-09-14 17:33:28.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/rules 2017-02-01 00:41:13.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -# © 2013-2014, 2016 Jonas Smedegaard +# © 2013-2014, 2016-2017 Jonas Smedegaard # Description: Main Debian packaging script for lexical::underscore # # This program is free software; you can redistribute it and/or modify diff -Nru liblexical-underscore-perl-0.003/debian/source/lintian-overrides liblexical-underscore-perl-0.004/debian/source/lintian-overrides --- liblexical-underscore-perl-0.003/debian/source/lintian-overrides 2016-05-03 08:07:31.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/source/lintian-overrides 2017-02-01 00:40:54.000000000 +0000 @@ -3,6 +3,3 @@ # License is in License-Reference field (see bug#786450) missing-license-paragraph-in-dep5-copyright - -# Debhelper 9 is satisfied even in oldstable -package-needs-versioned-debhelper-build-depends 9 diff -Nru liblexical-underscore-perl-0.003/debian/watch liblexical-underscore-perl-0.004/debian/watch --- liblexical-underscore-perl-0.003/debian/watch 2016-09-14 17:26:57.000000000 +0000 +++ liblexical-underscore-perl-0.004/debian/watch 2017-02-01 00:39:39.000000000 +0000 @@ -1,3 +1,3 @@ # run "uscan --report" to check or "gpb import-orig --uscan" to update version=4 -https://metacpan.org/release/lexical-underscore .*/lexical-underscore-([\d.]+)\.tar\.gz +https://metacpan.org/release/lexical-underscore .*/lexical-underscore-(\d[\d.]*)\.tar\.gz diff -Nru liblexical-underscore-perl-0.003/doap.ttl liblexical-underscore-perl-0.004/doap.ttl --- liblexical-underscore-perl-0.003/doap.ttl 2014-09-15 11:45:12.000000000 +0000 +++ liblexical-underscore-perl-0.004/doap.ttl 2017-01-30 14:16:28.000000000 +0000 @@ -24,7 +24,7 @@ doap:maintainer ; doap:name "lexical-underscore"; doap:programming-language "Perl"; - doap:release , , ; + doap:release , , , ; doap:repository [ a doap:GitRepository; doap:browse ; @@ -70,6 +70,20 @@ doap:file-release ; doap:revision "0.003"^^xsd:string. + + a doap:Version; + dc:identifier "lexical-underscore-0.004"^^xsd:string; + dc:issued "2017-01-30"^^xsd:date; + doap-changeset:changeset [ + doap-changeset:item [ + a doap-changeset:Update; + rdfs:label "Fix for Perl >= 5.24, where lexical $_ no longer exists."; + ]; + ]; + doap-changeset:released-by ; + doap:file-release ; + doap:revision "0.004"^^xsd:string. + a foaf:Person; foaf:name "Slaven Rezić"; diff -Nru liblexical-underscore-perl-0.003/lib/lexical/underscore.pm liblexical-underscore-perl-0.004/lib/lexical/underscore.pm --- liblexical-underscore-perl-0.003/lib/lexical/underscore.pm 2014-09-15 11:45:11.000000000 +0000 +++ liblexical-underscore-perl-0.004/lib/lexical/underscore.pm 2017-01-30 14:16:27.000000000 +0000 @@ -6,10 +6,10 @@ BEGIN { $lexical::underscore::AUTHORITY = 'cpan:TOBYINK'; - $lexical::underscore::VERSION = '0.003'; + $lexical::underscore::VERSION = '0.004'; } -use if $] >= 5.009, PadWalker => qw( peek_my ); +use if ($] >= 5.009 && $] < 5.023), PadWalker => qw( peek_my ); BEGIN { *peek_my = sub { +{} } unless __PACKAGE__->can('peek_my'); } diff -Nru liblexical-underscore-perl-0.003/LICENSE liblexical-underscore-perl-0.004/LICENSE --- liblexical-underscore-perl-0.003/LICENSE 2014-09-15 11:45:11.000000000 +0000 +++ liblexical-underscore-perl-0.004/LICENSE 2017-01-30 14:16:27.000000000 +0000 @@ -1,4 +1,4 @@ -This software is copyright (c) 2014 by Toby Inkster. +This software is copyright (c) 2017 by Toby Inkster. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. @@ -12,7 +12,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2014 by Toby Inkster. +This software is Copyright (c) 2017 by Toby Inkster. This is free software, licensed under: @@ -272,7 +272,7 @@ --- The Artistic License 1.0 --- -This software is Copyright (c) 2014 by Toby Inkster. +This software is Copyright (c) 2017 by Toby Inkster. This is free software, licensed under: diff -Nru liblexical-underscore-perl-0.003/Makefile.PL liblexical-underscore-perl-0.004/Makefile.PL --- liblexical-underscore-perl-0.003/Makefile.PL 2014-09-15 11:45:12.000000000 +0000 +++ liblexical-underscore-perl-0.004/Makefile.PL 2017-01-30 14:16:28.000000000 +0000 @@ -7,7 +7,7 @@ "abstract" => "access your caller's lexical underscore", "author" => ["Toby Inkster (TOBYINK) "], "dynamic_config" => 1, - "generated_by" => "Dist::Inkt::Profile::TOBYINK version 0.021, CPAN::Meta::Converter version 2.140640", + "generated_by" => "Dist::Inkt::Profile::TOBYINK version 0.023, CPAN::Meta::Converter version 2.150005", "keywords" => [], "license" => ["perl_5"], "meta-spec" => { @@ -22,7 +22,7 @@ test => { requires => { "Test::More" => 0.61 } }, }, "provides" => { - "lexical::underscore" => { file => "lib/lexical/underscore.pm", version => 0.003 }, + "lexical::underscore" => { file => "lib/lexical/underscore.pm", version => 0.004 }, }, "release_status" => "stable", "resources" => { @@ -38,7 +38,7 @@ }, x_identifier => "http://purl.org/NET/cpan-uri/dist/lexical-underscore/project", }, - "version" => 0.003, + "version" => 0.004, }; my %dynamic_config; diff -Nru liblexical-underscore-perl-0.003/MANIFEST liblexical-underscore-perl-0.004/MANIFEST --- liblexical-underscore-perl-0.003/MANIFEST 2014-09-15 11:45:13.000000000 +0000 +++ liblexical-underscore-perl-0.004/MANIFEST 2017-01-30 14:16:28.000000000 +0000 @@ -1,4 +1,3 @@ -CONTRIBUTING COPYRIGHT CREDITS Changes diff -Nru liblexical-underscore-perl-0.003/META.json liblexical-underscore-perl-0.004/META.json --- liblexical-underscore-perl-0.003/META.json 2014-09-15 11:45:12.000000000 +0000 +++ liblexical-underscore-perl-0.004/META.json 2017-01-30 14:16:28.000000000 +0000 @@ -4,7 +4,7 @@ "Toby Inkster (TOBYINK) " ], "dynamic_config" : 1, - "generated_by" : "Dist::Inkt::Profile::TOBYINK version 0.021, CPAN::Meta::Converter version 2.140640", + "generated_by" : "Dist::Inkt::Profile::TOBYINK version 0.023, CPAN::Meta::Converter version 2.150005", "keywords" : [], "license" : [ "perl_5" @@ -44,7 +44,7 @@ "provides" : { "lexical::underscore" : { "file" : "lib/lexical/underscore.pm", - "version" : "0.003" + "version" : "0.004" } }, "release_status" : "stable", @@ -63,5 +63,6 @@ }, "x_identifier" : "http://purl.org/NET/cpan-uri/dist/lexical-underscore/project" }, - "version" : "0.003" + "version" : "0.004", + "x_serialization_backend" : "JSON::PP version 2.27300_01" } diff -Nru liblexical-underscore-perl-0.003/META.yml liblexical-underscore-perl-0.004/META.yml --- liblexical-underscore-perl-0.003/META.yml 2014-09-15 11:45:12.000000000 +0000 +++ liblexical-underscore-perl-0.004/META.yml 2017-01-30 14:16:28.000000000 +0000 @@ -7,7 +7,7 @@ configure_requires: ExtUtils::MakeMaker: '6.17' dynamic_config: 1 -generated_by: 'Dist::Inkt::Profile::TOBYINK version 0.021, CPAN::Meta::Converter version 2.140640' +generated_by: 'Dist::Inkt::Profile::TOBYINK version 0.023, CPAN::Meta::Converter version 2.150005' keywords: [] license: perl meta-spec: @@ -25,7 +25,7 @@ provides: lexical::underscore: file: lib/lexical/underscore.pm - version: '0.003' + version: '0.004' requires: perl: '5.008000' resources: @@ -34,4 +34,5 @@ homepage: https://metacpan.org/release/lexical-underscore license: http://dev.perl.org/licenses/ repository: git://github.com/tobyink/p5-lexical-underscore.git -version: '0.003' +version: '0.004' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -Nru liblexical-underscore-perl-0.003/SIGNATURE liblexical-underscore-perl-0.004/SIGNATURE --- liblexical-underscore-perl-0.003/SIGNATURE 2014-09-15 11:45:13.000000000 +0000 +++ liblexical-underscore-perl-0.004/SIGNATURE 2017-01-30 14:16:29.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.73. +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,27 +14,26 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -SHA1 33317486c4fa2cf7fec85bf92ed38ac0f64233a0 CONTRIBUTING -SHA1 239471de7ad96884d2bfeb7501c95c28b3fa33af COPYRIGHT +SHA1 65624b03426820e68fc0decfc7a62b947331eea5 COPYRIGHT SHA1 0cf6de682a1d9d7bcfdfd200a5827d0d004cf26d CREDITS -SHA1 7f6486affeb7611e2bf723823d52cace5263ccd5 Changes +SHA1 19ee5f0bf4239a803906c53faf2d1eb14af57279 Changes SHA1 1be66b2c65c6c8e2b0c24f4e2d5b967b3ebb6f1d INSTALL -SHA1 34f5e12514b91055de4b164a1f2327ef5c30ba53 LICENSE -SHA1 857c0081563019996adae4968d19d601280b6eb6 MANIFEST -SHA1 aedc09d87cc2a06cd13fc8cc4cdb090a415b98d7 META.json -SHA1 bc25ff2f11c161d443717eeeede267d03677942d META.yml -SHA1 40e24e7f198d980002fc4f0ca3fb66fa9a4371a9 Makefile.PL +SHA1 c4c1e6c578edcfd14d13eadebc8f56dd9ca46821 LICENSE +SHA1 cb228fe3330a576892dc3d474555ab24954317f5 MANIFEST +SHA1 5c38585f395902fd49390b5637c1441d8171f4af META.json +SHA1 f5aeabb8052631920acb385868b4408e63fe9793 META.yml +SHA1 9aae097d7971c8b1d51bfadbbdad3ab6d0cf4e90 Makefile.PL SHA1 c18265183d5f7b506ee644bfb6ee9a8a60ee360e README SHA1 2dab9cbf324f514000d8fb0852fd78f557d2a535 dist.ini -SHA1 2365318c35c795f46b42cc2df408eb1f6a459cdf doap.ttl -SHA1 c084db97b2047970bc736263c2fe8ef3ecfb8e96 lib/lexical/underscore.pm -SHA1 f79e487f905cd4b7065135de6211cfa3d74f731a t/01basic.t +SHA1 39cbd530bdff0dfa1071b919d55e22d20b9b6045 doap.ttl +SHA1 d5a76ba34f4e706b5e0eb78108c2bd536877be24 lib/lexical/underscore.pm +SHA1 29288b955ca980679d696133e24b806a21c4c402 t/01basic.t SHA1 54cae8ce1eff2c521c0fc04cb579519d60352faa t/02synopsis.t SHA1 0f8350451a462291c738a1a480187af2aababed4 t/03perl58.t -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 -iEYEARECAAYFAlQW0UkACgkQzr+BKGoqfTnAlQCglzEU30PCvy0yLArDkwzIsNQR -SmQAnRhaS1xxob1gLJaZm/yCM8E+uSab -=6jsW +iEYEARECAAYFAliPSrwACgkQzr+BKGoqfTlzmgCgmqZ7vCNBG6Ue4sTzEwVvBjKS +XowAoKInJ3lWbfsfhCBWObO1GA4BapbJ +=K5ed -----END PGP SIGNATURE----- diff -Nru liblexical-underscore-perl-0.003/t/01basic.t liblexical-underscore-perl-0.004/t/01basic.t --- liblexical-underscore-perl-0.003/t/01basic.t 2014-09-15 11:45:11.000000000 +0000 +++ liblexical-underscore-perl-0.004/t/01basic.t 2017-01-30 14:16:27.000000000 +0000 @@ -2,7 +2,8 @@ use Test::More; BEGIN { - $] >= 5.010 or plan skip_all => "test requires Perl 5.010"; + $] >= 5.010 or plan skip_all => "test requires Perl >= 5.010"; + $] < 5.023 or plan skip_all => "test requires Perl < 5.023"; plan tests => 6; };