Skip to content

Commit

Permalink
Extend attributes from parent to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jun 7, 2010
1 parent 618f111 commit 0b2012c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Config/GitLike/Git.pm
Expand Up @@ -5,11 +5,11 @@ use warnings;

extends 'Config::GitLike';

has 'confname' => (
has '+confname' => (
default => 'gitconfig',
);

has 'compatible' => (
has '+compatible' => (
default => 1,
);

Expand Down

0 comments on commit 0b2012c

Please sign in to comment.