Skip to content

Commit 8920c18

Browse files
committed
Add autoclean
1 parent 7a3f586 commit 8920c18

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

lib/Git/PurePerl/Protocol/File.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use Moose;
33
use MooseX::StrictConstructor;
44
use Moose::Util::TypeConstraints;
55
use IPC::Open2;
6+
use namespace::autoclean;
67

78
extends 'Git::PurePerl::Protocol';
89

lib/Git/PurePerl/Protocol/Git.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package Git::PurePerl::Protocol::Git;
22
use Moose;
33
use MooseX::StrictConstructor;
44
use Moose::Util::TypeConstraints;
5+
use namespace::autoclean;
56

67
extends 'Git::PurePerl::Protocol';
78

lib/Git/PurePerl/Protocol/SSH.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use Moose;
33
use MooseX::StrictConstructor;
44
use Moose::Util::TypeConstraints;
55
use IPC::Open2;
6+
use namespace::autoclean;
67

78
extends 'Git::PurePerl::Protocol';
89

0 commit comments

Comments
 (0)