Update to 0.203
- New upstream release 0.203
- Fix space/tab issue in Makefile
- Don't use DynamicPrereqs for unrelated Makefile.PL snippet
- Use of the Pure-Perl implementation can now be forced at runtime by setting
either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
"XS"
- Fix is_*_formatref() error messages (GH#38)
- Speed enhancements for is_*_formatref() on 5.8+
- Restore 5.6 and 5.8 compatibility
- PP behaviour now matches XS for \v1.2.3 and \sub {}
- Updated documentation to reflect the PP/XS split
This commit is contained in:
parent
eb41fb84a5
commit
fd1e2bec90
@ -1,5 +1,5 @@
|
||||
Name: perl-Ref-Util
|
||||
Version: 0.200
|
||||
Version: 0.203
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility functions for checking references
|
||||
License: MIT
|
||||
@ -26,15 +26,17 @@ BuildRequires: perl(File::Spec::Functions)
|
||||
BuildRequires: perl(File::Temp)
|
||||
# Module
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter) >= 5.57
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(IPC::Open2)
|
||||
BuildRequires: perl(Ref::Util::XS)
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
# Optional Tests
|
||||
BuildRequires: perl(B::Concise)
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||
@ -74,6 +76,19 @@ make test
|
||||
%{_mandir}/man3/Ref::Util::PP.3*
|
||||
|
||||
%changelog
|
||||
* Mon May 15 2017 Paul Howarth <paul@city-fan.org> - 0.203-1
|
||||
- Update to 0.203
|
||||
- Fix space/tab issue in Makefile
|
||||
- Don't use DynamicPrereqs for unrelated Makefile.PL snippet
|
||||
- Use of the Pure-Perl implementation can now be forced at runtime by setting
|
||||
either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
|
||||
"XS"
|
||||
- Fix is_*_formatref() error messages (GH#38)
|
||||
- Speed enhancements for is_*_formatref() on 5.8+
|
||||
- Restore 5.6 and 5.8 compatibility
|
||||
- PP behaviour now matches XS for \v1.2.3 and \sub {}
|
||||
- Updated documentation to reflect the PP/XS split
|
||||
|
||||
* Fri May 12 2017 Paul Howarth <paul@city-fan.org> - 0.200-1
|
||||
- Update to 0.200
|
||||
- Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Ref-Util-0.200.tar.gz) = 2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
|
||||
SHA512 (Ref-Util-0.203.tar.gz) = bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392
|
||||
|
||||
Loading…
Reference in New Issue
Block a user