We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3f586 commit 8920c18Copy full SHA for 8920c18
lib/Git/PurePerl/Protocol/File.pm
@@ -3,6 +3,7 @@ use Moose;
3
use MooseX::StrictConstructor;
4
use Moose::Util::TypeConstraints;
5
use IPC::Open2;
6
+use namespace::autoclean;
7
8
extends 'Git::PurePerl::Protocol';
9
lib/Git/PurePerl/Protocol/Git.pm
@@ -2,6 +2,7 @@ package Git::PurePerl::Protocol::Git;
2
use Moose;
lib/Git/PurePerl/Protocol/SSH.pm
0 commit comments