Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
9f5bff45
Commit
9f5bff45
authored
Feb 17, 2005
by
mkanat%kerio.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 282509: Bugzilla now requires perl 5.6.1
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
parent
5601df45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
checksetup.pl
checksetup.pl
+1
-1
001compile.t
t/001compile.t
+2
-2
No files found.
checksetup.pl
View file @
9f5bff45
...
@@ -121,7 +121,7 @@ BEGIN {
...
@@ -121,7 +121,7 @@ BEGIN {
if
(
$^O
=~
/MSWin32/i
)
{
if
(
$^O
=~
/MSWin32/i
)
{
require
5.008001
;
# for CGI 2.93 or higher
require
5.008001
;
# for CGI 2.93 or higher
}
}
require
5.006
;
require
5.006
_001
;
use
File::
Basename
;
use
File::
Basename
;
chdir
dirname
(
$0
);
chdir
dirname
(
$0
);
}
}
...
...
t/001compile.t
View file @
9f5bff45
...
@@ -32,11 +32,11 @@ use Support::Files;
...
@@ -32,11 +32,11 @@ use Support::Files;
use
Test::
More
tests
=>
scalar
(
@
Support::Files::
testitems
);
use
Test::
More
tests
=>
scalar
(
@
Support::Files::
testitems
);
# Bugzilla requires Perl 5.6 now. Checksetup will tell you this if you run it, but
# Bugzilla requires Perl 5.6
.1
now. Checksetup will tell you this if you run it, but
# it tests it in a polite/passive way that won't make it fail at compile time. We'll
# it tests it in a polite/passive way that won't make it fail at compile time. We'll
# slip in a compile-time failure if it's missing here so a tinderbox on 5.00503 won't
# slip in a compile-time failure if it's missing here so a tinderbox on 5.00503 won't
# pass and mistakenly let people think Bugzilla works on 5.00503
# pass and mistakenly let people think Bugzilla works on 5.00503
require
5.006
;
require
5.006
_001
;
# Capture the TESTOUT from Test::More or Test::Builder for printing errors.
# Capture the TESTOUT from Test::More or Test::Builder for printing errors.
# This will handle verbosity for us automatically.
# This will handle verbosity for us automatically.
...
...
Write
Preview
Markdown
is supported
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