This commit is contained in:
Dennis Gilmore 2014-06-06 22:55:35 -05:00
parent 23f296d417
commit c86194a2be
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Exception-Class
Version: 1.38
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Module that allows you to declare real exception classes in Perl
License: GPL+ or Artistic
Group: Development/Libraries
@ -48,6 +48,9 @@ make test
%{_mandir}/man3/Exception::Class::Base.3pm*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon May 5 2014 Paul Howarth <paul@city-fan.org> - 1.38-1
- Update to 1.38
- An exception without a message will now default to either the associated