Opened 14 years ago
Closed 14 years ago
#9921 closed Patch - Feature (Won't Fix)
mythweather - use older Date::Manip
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.24.1 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Date::Manip::TZ is only available in the newer Date::Manip distribution (version 6). Since there is only one use of this module in the whole of mythtv, please accept this small patch to use the old interface. This allows me to RHEL6's perl-Date-Manip.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | no-date-manip-tz.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You should be able to get a newer version from CPAN. I don't know why RHEL6 doesn't contain that, either in the distro or in a repo somewhere, but you do need Date-Manip 6.xx for this to work.
This code has been in place since September 2010, and I'm not looking to revert to code that didn't work correctly with the newer version of Date::Manip that modern distributions use. Compatible versions have existed for over a year now.