Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-Vars-0.014-13.el8 RPM for noarch

From EPEL 8 for s390x / Packages / p

Name: perl-Test-Vars Distribution: Fedora Project
Version: 0.014 Vendor: Fedora Project
Release: 13.el8 Build date: Tue Sep 24 16:16:26 2019
Group: Unspecified Build host: buildvm-23.phx2.fedoraproject.org
Size: 44146 Source RPM: perl-Test-Vars-0.014-13.el8.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/Test-Vars
Summary: Detects unused variables
Test::Vars finds unused variables in order to keep the source code tidy.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Tue Sep 24 2019 Paul Howarth <paul@city-fan.org> - 0.014-13
  - Use author-independent source URL
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-11
  - Perl 5.30 re-rebuild of bootstrapped packages
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-10
  - Perl 5.30 rebuild
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-7
  - Perl 5.28 re-rebuild of bootstrapped packages
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-6
  - Perl 5.28 rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.014-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-3
  - Perl 5.26 re-rebuild of bootstrapped packages
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.014-2
  - Perl 5.26 rebuild
* Wed Apr 12 2017 Paul Howarth <paul@city-fan.org> - 0.014-1
  - Update to 0.014
    - Fixed a bug where false positives were reported for some code constructs
      where a variable was used on the right side of an lvalue-expression
  - Drop redundant Group: tag
* Fri Mar 17 2017 Paul Howarth <paul@city-fan.org> - 0.013-1
  - Update to 0.013
    - Worked around a very weird bug with B's handling of multideref aux_list
      values on 5.22 and 5.24. This could cause a warning like "Use of
      uninitialized value $i in array element at lib/Test/Vars.pm line ..." when
      testing certain Perl constructs for unused vars; this appears to be fixed
      in blead's B
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.012-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sun Dec 11 2016 Paul Howarth <paul@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 <paul@city-fan.org> - 0.011-1
  - Update to 0.011
    - Fixed tests to pass on Windows (GH#26 and GH#27)
  - This release by DROLSKY → update source URL
* Fri Jul 01 2016 Paul Howarth <paul@city-fan.org> - 0.010-1
  - Update to 0.010
    - Fix for pp_match in Perl 5.22+ (GH#23)
  - This release by GFUJI → update source URL
* Sun May 22 2016 Paul Howarth <paul@city-fan.org> - 0.009-1
  - Update to 0.009
    - On recent Perls (5.22 and 5.24, maybe more) this module could detect an
      unused variable named "$"; this was a bogus false positive, as opposed to
      just a missing variable name in the output (GH#22)
    - Fixed tests to use File::Spec->catfile to generate paths so that tests pass
      on Windows (based on GH#20)
  - Switch to Module::Build::Tiny flow
  - BR: perl-generators
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-4
  - Perl 5.24 re-rebuild of bootstrapped packages
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-3
  - Perl 5.24 rebuild
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Aug 20 2015 Paul Howarth <paul@city-fan.org> - 0.008-1
  - Update to 0.008
    - In some corner cases, Test::Vars would try to look inside the body of a
      stub sub ("sub foo;") and then blow up; this could be triggered by
      declaring a stub sub and then an attribute with a reader of the same name
      in a Moose::Role, for example
* Wed Aug 19 2015 Paul Howarth <paul@city-fan.org> - 0.007-1
  - Update to 0.007
    - Fix tests with threaded Perl 5.22+
* Wed Aug 19 2015 Paul Howarth <paul@city-fan.org> - 0.006-1
  - Update to 0.006
    - This module now calls Test::Builder->diag and ->note _after_ calling ->ok;
      this is more in line with how most test modules work
    - Added a new exported sub, test_vars(), which does not output TAP; this is
      useful for integrating this module with things like Code::TidyAll
  - This release by DROLSKY → update source URL
  - Use %license where possible
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.005-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.005-7
  - Perl 5.22 rebuild
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.005-6
  - Perl 5.20 rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.005-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.005-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.005-3
  - Perl 5.18 rebuild
* Mon Jul 01 2013 Jitka Plesnikova <jplesnik@redhat.com> - 0.005-2
  - Update dependencies
* Fri May 31 2013 Paul Howarth <paul@city-fan.org> - 0.005-1
  - Update to 0.005
    - Use skip_all instead of planning 0 tests (#4)
* Sun May 05 2013 Paul Howarth <paul@city-fan.org> - 0.004-1
  - Update to 0.004
    - Re-package with Module::Build
    - Remove an unnecessary use of smart match operator
  - Switch to Module::Build flow
  - Classify buildreqs by usage
  - Drop Test::Spelling requirement, no longer used
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.002-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Oct 25 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.002-2
  - Specify all dependencies.
* Wed Oct 10 2012 Paul Howarth <paul@city-fan.org> - 0.002-1
  - Update to 0.002
    - Fix compatibility with Perl 5.16 (CPAN RT#72133)
  - Drop upstreamed patch for 5.16 compatibility
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Jun 12 2012 Paul Howarth <paul@city-fan.org> - 0.001-5
  - Fix compatibility with Perl 5.16 (CPAN RT#72133)
  - Don't need to remove empty directories from buildroot
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.001-4
  - Perl 5.16 rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.001-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Mon Aug 08 2011 Paul Howarth <paul@city-fan.org> - 0.001-2
  - Sanitize for Fedora submission
  - Clean up for modern rpm
* Mon Aug 08 2011 Paul Howarth <paul@city-fan.org> - 0.001-1
  - Initial RPM version

Files

/usr/share/doc/perl-Test-Vars
/usr/share/doc/perl-Test-Vars/Changes
/usr/share/doc/perl-Test-Vars/README.md
/usr/share/doc/perl-Test-Vars/example
/usr/share/doc/perl-Test-Vars/example/cpan.t
/usr/share/doc/perl-Test-Vars/example/math-bigint.t
/usr/share/doc/perl-Test-Vars/example/test_more.t
/usr/share/licenses/perl-Test-Vars
/usr/share/licenses/perl-Test-Vars/LICENSE
/usr/share/man/man3/Test::Vars.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Vars.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 2 03:06:34 2024