@ -1,6 +1,6 @@
Name: perl-Devel-Declare
Version: 0.006018
Release: 9 %{?dist}
Version: 0.006019
Release: 1 %{?dist}
Summary: Adding keywords to perl, in perl
License: GPL+ or Artistic
Group: Development/Libraries
@ -50,8 +50,13 @@ Requires: perl(B::Hooks::EndOfScope) >= 0.05
%{?perl_default_filter}
%description
Devel::Declare can install subroutines called declarators which locally
take over Perl's parser, allowing the creation of new syntax.
Devel::Declare can install subroutines called declarators which locally take
over Perl's parser, allowing the creation of new syntax.
This module is now deprecated: keyword handling has been included in the perl
core since perl 5.14, and better alternatives for Devel::Declare functionality
include Devel::CallParser, Function::Parameters, and Keyword::Simple.
%prep
%setup -q -n Devel-Declare-%{version}
@ -64,7 +69,7 @@ make %{?_smp_mflags}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
find %{buildroot} -type f -name '*.bs' -empty -delete
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test
@ -76,6 +81,13 @@ make test
%{_mandir}/man3/Devel::Declare.3*
%changelog
* Tue Mar 28 2017 Paul Howarth <paul@city-fan.org> - 0.006019-1
- Update to 0.006019
- Added deprecated flag to metadata; no deprecation warning is given at
runtime... for now
- Added "WARNING" section in pod, advising the deprecated status of this
module
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.006018-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild