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;
3
3
use strict;
4
4
use warnings FATAL => ' all' ;
5
5
6
- our $VERSION = ' 0 .0.1 ' ;
6
+ our $VERSION = ' 1 .0.0 ' ;
7
7
8
8
1;
Original file line number Diff line number Diff line change @@ -98,16 +98,6 @@ sub getBlacklistPaths {
98
98
return $self -> {blacklist }-> {$self -> {owner }} || [];
99
99
}
100
100
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
-
111
101
# ------------------------------------------------------------------------------
112
102
# Get owner paths as comma separated path list
113
103
#
You can’t perform that action at this time.
0 commit comments