File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ package GPH;
33use strict;
44use warnings FATAL => ' all' ;
55
6- our $VERSION = ' 0 .0.1 ' ;
6+ our $VERSION = ' 1 .0.0 ' ;
77
881;
Original file line number Diff line number Diff line change @@ -98,16 +98,6 @@ sub getBlacklistPaths {
9898 return $self -> {blacklist }-> {$self -> {owner }} || [];
9999}
100100
101- # ------------------------------------------------------------------------------
102- # Get owner paths reference
103- #
104- # Returns: reference to array of code owner paths
105- sub getPathsReference {
106- my $self = shift ;
107-
108- return \$self -> {codeowners }-> {$self -> {owner }};
109- }
110-
111101# ------------------------------------------------------------------------------
112102# Get owner paths as comma separated path list
113103#
You can’t perform that action at this time.
0 commit comments