PelcoP.pm: correct package declaration (thanks, perlcritic)
Package declaration must match filename at line 25, column 1. Correct the filename or package statement. (Severity: 5)pull/816/head
parent
e69fee1c94
commit
f02b9c94ec
|
@ -22,7 +22,7 @@
|
|||
# This module contains the implementation of the Pelco-P camera control
|
||||
# protocol
|
||||
#
|
||||
package ZoneMinder::Control::PelcoD;
|
||||
package ZoneMinder::Control::PelcoP;
|
||||
|
||||
use 5.006;
|
||||
use strict;
|
||||
|
|
Loading…
Reference in New Issue