From d107a6db551f4b2180828ad7ec5f2c8e65996410 Mon Sep 17 00:00:00 2001 From: Paul Howarth <p...@city-fan.org> Date: Sun, 11 Dec 2016 14:37:44 +0000 Subject: Update to 0.012
- New upstream release 0.012 - On Perl 5.22+, variables used in a substitution operator ($foo =~ s/foo/bar/) would be ignored (GH#28) --- perl-Test-Vars.spec | 7 ++++++- sources | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/perl-Test-Vars.spec b/perl-Test-Vars.spec index 620b668..26c4279 100644 --- a/perl-Test-Vars.spec +++ b/perl-Test-Vars.spec @@ -1,5 +1,5 @@ Name: perl-Test-Vars -Version: 0.011 +Version: 0.012 Release: 1%{?dist} Summary: Detects unused variables License: GPL+ or Artistic @@ -83,6 +83,11 @@ prove -Ilib $(echo $(find xt/ -name '*.t')) %{_mandir}/man3/Test::Vars.3* %changelog +* Sun Dec 11 2016 Paul Howarth <p...@city-fan.org> - 0.012-1 +- Update to 0.012 + - On Perl 5.22+, variables used in a substitution operator + ($foo =~ s/foo/bar/) would be ignored (GH#28) + * Mon Oct 17 2016 Paul Howarth <p...@city-fan.org> - 0.011-1 - Update to 0.011 - Fixed tests to pass on Windows (GH#26 and GH#27) diff --git a/sources b/sources index 2f11281..f97f864 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7079b61d204f938415671a9c4a1f55c4 Test-Vars-0.011.tar.gz +4b63c48f52c8cdff8b2c0e1af8b146d2 Test-Vars-0.012.tar.gz -- cgit v0.12 http://pkgs.fedoraproject.org/cgit/perl-Test-Vars.git/commit/?h=perl-Test-Vars-0.012-1.fc26&id=d107a6db551f4b2180828ad7ec5f2c8e65996410 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org