Skip to content

Commit 7cb568f

Browse files
perlDreamerhaarg
authored andcommittedOct 3, 2011
Inherit the correct base class for having verbosity.
1 parent 91d5939 commit 7cb568f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/WGDev/Command/Util.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use 5.008008;
66

7-
use parent qw(WGDev::Command::Base);
7+
use parent qw(WGDev::Command::Base::Verbosity);
88

99
use File::Spec ();
1010

0 commit comments

Comments
 (0)