all: some "our"s changed to "my"
This commit is contained in:
parent
1f1b95f4c6
commit
ebf6300d01
2 changed files with 8 additions and 8 deletions
|
@ -43,9 +43,9 @@ die "couldnt do perms file" unless (my $ret = do $GL_CONF_COMPILED);
|
|||
# definitions specific to this program
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
our $R_COMMANDS=qr/git[ -]upload-pack/;
|
||||
our $W_COMMANDS=qr/git[ -]receive-pack/;
|
||||
our $REPONAME_PATT=qr(^[0-9a-zA-Z][0-9a-zA-Z._/-]*$); # very simple pattern
|
||||
my $R_COMMANDS=qr/git[ -]upload-pack/;
|
||||
my $W_COMMANDS=qr/git[ -]receive-pack/;
|
||||
my $REPONAME_PATT=qr(^[0-9a-zA-Z][0-9a-zA-Z._/-]*$); # very simple pattern
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
# start...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue