Opened 13 years ago
Closed 13 years ago
#4208 closed defect (invalid)
Fix a warning about constants in MythTv/Program.pm
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | perl / nuvexport | Version: | 0.20.2 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Currently using MythTV::Program I get a warning that says:
Argument "rectype_dontrec" isn't numeric in numeric ne (!=) at /usr/share/perl5/MythTV/Program.pm line 101.
The attached patch fixes up the constant definitions and use.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | MythTV.pm.constants.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Must be something in new versions of perl. Either way, the perl bindings don't use constants for these values anymore, anyway.
Note: See
TracTickets for help on using
tickets.
Patch