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