epel9
Petr Písař 5 years ago
parent f3d8c2eb11
commit 164ade7893

1
.gitignore vendored

@ -4,3 +4,4 @@
/PPIx-QuoteLike-0.008.tar.gz /PPIx-QuoteLike-0.008.tar.gz
/PPIx-QuoteLike-0.009.tar.gz /PPIx-QuoteLike-0.009.tar.gz
/PPIx-QuoteLike-0.010.tar.gz /PPIx-QuoteLike-0.010.tar.gz
/PPIx-QuoteLike-0.011.tar.gz

@ -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

@ -1 +1 @@
SHA512 (PPIx-QuoteLike-0.010.tar.gz) = 91a09cc9218e6cfa3deb668b18142e1743459c64463c24a57b8b3ff2dd9b18efb667731ed19cc8173e2c09b931e7e01c281434956a7dc63ddb99f3ff630cc7a7 SHA512 (PPIx-QuoteLike-0.011.tar.gz) = 6c5eb263e0b39d5d665623831c3b8e24099e6023c48893f0ecfef902446eff1533170c6996f4a62367c1dd9eb50e8fd3a444447e2a9c3cffdc8ff30114d994ee

Loading…
Cancel
Save