Update to 0.03

- New upstream release 0.03
  - Noted the use of utf8 pragma
  - Doc typo fixes (Util)
epel9
Paul Howarth 14 years ago
parent 3239d593c9
commit 44f02254b7

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

@ -1 +1 @@
730256f8dcfdd3fb6f3b522aa58e9188 Data-Section-Simple-0.02.tar.gz
8cd6ebdc75f56f035ca032a3d3383a4f Data-Section-Simple-0.03.tar.gz

Loading…
Cancel
Save