Skip to content

Commit 7310e19

Browse files
authored
version 1.0.0 (#9)
- bumped version to 1.0.0 - deprecated Gitlab::getPathsReference method
1 parent 856e5b3 commit 7310e19

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

lib/GPH.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ package GPH;
33
use strict;
44
use warnings FATAL => 'all';
55

6-
our $VERSION = '0.0.1';
6+
our $VERSION = '1.0.0';
77

88
1;

lib/GPH/Gitlab.pm

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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
#

0 commit comments

Comments
 (0)