|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
# We need to patch the test suite if we have an old version of Test::More
|
|
|
|
|
%global old_test_more %(perl -MTest::More -e 'printf "%d\\n", $Test::More::VERSION < 0.88 ? 1 : 0;' 2>/dev/null || echo 0)
|
|
|
|
|
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
|
|
|
|
|
|
|
|
|
|
Name: perl-Data-Section-Simple
|
|
|
|
|
Version: 0.02
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.03
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Read data from __DATA__
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -56,6 +56,11 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_mandir}/man3/Data::Section::Simple.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 19 2011 Paul Howarth <paul@city-fan.org> - 0.03-1
|
|
|
|
|
- Update to 0.03
|
|
|
|
|
- Noted the use of utf8 pragma
|
|
|
|
|
- Doc typo fixes (Util)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 4 2011 Paul Howarth <paul@city-fan.org> - 0.02-2
|
|
|
|
|
- Sanitize for Fedora submission
|
|
|
|
|
|
|
|
|
|