Skip to content

Commit 6975530

Browse files
committed
Leak not
1 parent e42bb95 commit 6975530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Git/PurePerl/Config.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Moose::Util::TypeConstraints;
66
extends 'Config::GitLike';
77

88
has '+confname' => ( default => "gitconfig" );
9-
has 'git' => ( is => 'ro', isa => 'Git::PurePerl', required => 1 );
9+
has 'git' => ( is => 'ro', isa => 'Git::PurePerl', required => 1, weak_ref => 1 );
1010

1111
override dir_file => sub {
1212
my $self = shift;

0 commit comments

Comments
 (0)