Renamed namespace to uc first

This commit is contained in:
Christoph 'knurd' Morrison 2020-05-22 20:44:39 +02:00
parent 42ac370523
commit 9fc5421efc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl
## no critic (InputOutput::ProhibitInteractiveTest, CodeLayout::RequireTidyCode)
package FHEM::DOC::WIKI::Convert;
package FHEM::Doc::Wiki::Convert;
use strict;
use warnings FATAL => 'all';