Ticket #2620: mythtv-perl_bindings-Recording_use_Config.patch

File mythtv-perl_bindings-Recording_use_Config.patch, 444 bytes (added by sphery <mtdean@…>, 18 years ago)
  • bindings/perl/MythTV/Recording.pm

     
    1212package MythTV::Recording;
    1313    use base 'MythTV::Program';
    1414
     15# Required for checking byteorder when processing NuppelVideo files
     16    use Config;
     17
    1518# Constructor
    1619    sub new {
    1720        my $class = shift;