epel9
Petr Písař 11 years ago
parent 0286cf9196
commit 2623deabe9

1
.gitignore vendored

@ -24,3 +24,4 @@ PPIx-Regexp-0.007.tar.gz
/PPIx-Regexp-0.033.tar.gz
/PPIx-Regexp-0.034.tar.gz
/PPIx-Regexp-0.035.tar.gz
/PPIx-Regexp-0.036.tar.gz

@ -1,5 +1,5 @@
Name: perl-PPIx-Regexp
Version: 0.035
Version: 0.036
Release: 1%{?dist}
Summary: Represent a regular expression of some sort
License: GPL+ or Artistic
@ -14,7 +14,6 @@ BuildRequires: perl(lib)
BuildRequires: perl(Module::Build)
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
BuildRequires: perl(YAML)
# Run-time:
BuildRequires: perl(constant)
BuildRequires: perl(Exporter)
@ -26,7 +25,9 @@ BuildRequires: perl(Task::Weaken)
# Optional run-time:
BuildRequires: perl(Encode)
# Tests:
# Data::Dumper not used
BuildRequires: perl(Test::More) >= 0.88
# YAML not used
# Optional tests:
BuildRequires: perl(charnames)
# Text::CSV is not used
@ -65,6 +66,9 @@ perl Build.PL installdirs=vendor
%{_mandir}/man3/*
%changelog
* Tue Jan 07 2014 Petr Pisar <ppisar@redhat.com> - 0.036-1
- 0.036 bump
* Tue Nov 19 2013 Petr Pisar <ppisar@redhat.com> - 0.035-1
- 0.035 bump

@ -1 +1 @@
f8493e798d053583e3c3ea22653d6fa3 PPIx-Regexp-0.035.tar.gz
a5f778ee5c334f2d41cb944262ef1040 PPIx-Regexp-0.036.tar.gz

Loading…
Cancel
Save