Update to 1.42
- New upstream release 1.42 - The DateTime::Duration->add and ->subtract methods now accept DateTime::Duration objects; this used to work by accident but is now done intentionallay, with docs and tests (GH#50)
This commit is contained in:
parent
991509ebab
commit
30329255a7
@ -1,6 +1,6 @@
|
|||||||
Name: perl-DateTime
|
Name: perl-DateTime
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.41
|
Version: 1.42
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Date and time object for Perl
|
Summary: Date and time object for Perl
|
||||||
License: Artistic 2.0
|
License: Artistic 2.0
|
||||||
@ -106,6 +106,12 @@ make test
|
|||||||
%{_mandir}/man3/DateTime::Types.3*
|
%{_mandir}/man3/DateTime::Types.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 26 2016 Paul Howarth <paul@city-fan.org> - 2:1.42-1
|
||||||
|
- Update to 1.42
|
||||||
|
- The DateTime::Duration->add and ->subtract methods now accept
|
||||||
|
DateTime::Duration objects; this used to work by accident but is now done
|
||||||
|
intentionallay, with docs and tests (GH#50)
|
||||||
|
|
||||||
* Thu Nov 17 2016 Paul Howarth <paul@city-fan.org> - 2:1.41-1
|
* Thu Nov 17 2016 Paul Howarth <paul@city-fan.org> - 2:1.41-1
|
||||||
- Update to 1.41
|
- Update to 1.41
|
||||||
- The DateTime->add and ->subtract methods now accept DateTime::Duration
|
- The DateTime->add and ->subtract methods now accept DateTime::Duration
|
||||||
|
Loading…
Reference in New Issue
Block a user