|
|
@ -2,7 +2,7 @@
|
|
|
|
%bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
|
|
|
|
%bcond_without perl_PPIx_QuoteLike_enables_PPIx_Regexp
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-PPIx-QuoteLike
|
|
|
|
Name: perl-PPIx-QuoteLike
|
|
|
|
Version: 0.010
|
|
|
|
Version: 0.011
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parse Perl string literals and string-literal-like things
|
|
|
|
Summary: Parse Perl string literals and string-literal-like things
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
@ -30,6 +30,7 @@ BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(PPI::Document) >= 1.117
|
|
|
|
BuildRequires: perl(PPI::Document) >= 1.117
|
|
|
|
BuildRequires: perl(PPI::Dumper) >= 1.117
|
|
|
|
BuildRequires: perl(PPI::Dumper) >= 1.117
|
|
|
|
BuildRequires: perl(re)
|
|
|
|
BuildRequires: perl(re)
|
|
|
|
|
|
|
|
BuildRequires: perl(Readonly)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Text::Tabs)
|
|
|
|
BuildRequires: perl(Text::Tabs)
|
|
|
|
%if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp}
|
|
|
|
%if %{with perl_PPIx_QuoteLike_enables_PPIx_Regexp}
|
|
|
@ -84,6 +85,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 31 2020 Petr Pisar <ppisar@redhat.com> - 0.011-1
|
|
|
|
|
|
|
|
- 0.011 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 09 2020 Petr Pisar <ppisar@redhat.com> - 0.010-1
|
|
|
|
* Mon Mar 09 2020 Petr Pisar <ppisar@redhat.com> - 0.010-1
|
|
|
|
- 0.010 bump
|
|
|
|
- 0.010 bump
|
|
|
|
|
|
|
|
|
|
|
|