Skip to content

Commit

Permalink
Fixed: iMSCP::Composer::BEGIN: Use of uninitialized value $_ in patte…
Browse files Browse the repository at this point in the history
…rn match (m//)
  • Loading branch information
nuxwin committed Oct 20, 2017
1 parent 546d028 commit c2bcb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/PerlLib/iMSCP/Composer.pm
Expand Up @@ -25,7 +25,7 @@ package iMSCP::Composer;

use strict;
use warnings;
use iMSCP::Debug / error /;
use iMSCP::Debug qw/ debug error /;
use iMSCP::Dialog;
use iMSCP::Dir;
use iMSCP::Execute qw/ executeNoWait /;
Expand Down

0 comments on commit c2bcb49

Please sign in to comment.