Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c2b58993
Commit
c2b58993
authored
Jan 05, 2007
by
Penny Leach
Browse files
added alastair to list of allowed authors in file_content_check.pl
parent
79f666f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/file_content_check.pl
View file @
c2b58993
...
...
@@ -113,6 +113,7 @@ sub process {
$author_data
=~
m{ \s* Martyn \s Smith \s <martyn\@catalyst\.net\.nz> \s* }xms
or
$author_data
=~
m{ \s* Penny \s Leach \s <penny\@catalyst\.net\.nz> \s* }xms
or
$author_data
=~
m{ \s* Nigel \s McNie \s <nigel\@catalyst\.net\.nz> \s* }xms
or
$author_data
=~
m{ \s* Alastair \s Pharo \s <alastair\@catalyst\.net\.nz> \s* }xms
or
$author_data
=~
m{ \s* Richard \s Mansfield \s <richard\.mansfield\@catalyst\.net\.nz> \s* }xms
)
{
print
$directory
,
$filename
,
"
invalid
\@
author '
$author_data
'
\n
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment