Skip to content

Commit

Permalink
Inherit the correct base class for having verbosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer authored and haarg committed Oct 3, 2011
1 parent 91d5939 commit 7cb568f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WGDev/Command/Util.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.008008;

use parent qw(WGDev::Command::Base);
use parent qw(WGDev::Command::Base::Verbosity);

use File::Spec ();

Expand Down

0 comments on commit 7cb568f

Please sign in to comment.