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
Dmitry Smirnov 2015-04-17 08:24:01 +10:00
parent e69fee1c94
commit f02b9c94ec
1 changed files with 1 additions and 1 deletions

View File

@ -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;