Skip to content

Commit

Permalink
Bug 1786949: Require Perl 5.14 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Sep 7, 2023
1 parent d66316c commit 710d411
Show file tree
Hide file tree
Showing 277 changed files with 286 additions and 289 deletions.
4 changes: 1 addition & 3 deletions Bugzilla.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down Expand Up @@ -461,7 +461,6 @@ sub error_mode {
$class->request_cache->{error_mode} = $newval;
}

# XXX - Once we require Perl 5.10.1, this test can be replaced by //.
if (exists $class->request_cache->{error_mode}) {
return $class->request_cache->{error_mode};
}
Expand Down Expand Up @@ -509,7 +508,6 @@ sub usage_mode {
$class->request_cache->{usage_mode} = $newval;
}

# XXX - Once we require Perl 5.10.1, this test can be replaced by //.
if (exists $class->request_cache->{usage_mode}) {
return $class->request_cache->{usage_mode};
}
Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Attachment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Attachment;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Attachment/PatchReader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Attachment::PatchReader;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Login.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Login;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Login/APIKey.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Login::APIKey;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Login/CGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Login::CGI;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Login/Cookie.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Login::Cookie;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Login/Env.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Login::Env;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Login/Stack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Login::Stack;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Persist/Cookie.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Persist::Cookie;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Verify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Verify;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Verify/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Verify::DB;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Verify/LDAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Verify::LDAP;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Verify/RADIUS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Verify::RADIUS;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Auth/Verify/Stack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Auth::Verify::Stack;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Bug.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Bug;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugMail.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugMail;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/Bugzilla.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::Bugzilla;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/Bugzilla/Local.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::Bugzilla::Local;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/Debian.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::Debian;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/GitHub.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::GitHub;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/Google.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::Google;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/JIRA.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::JIRA;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/Launchpad.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::Launchpad;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/MantisBT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::MantisBT;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/SourceForge.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::SourceForge;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUrl/Trac.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUrl::Trac;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/BugUserLastVisit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::BugUserLastVisit;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/CGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::CGI;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Chart.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# the same points.
package Bugzilla::Chart;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Classification.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Classification;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Comment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Comment;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Comment/TagWeights.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Comment::TagWeights;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Component.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Component;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Config;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Config/Admin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Config::Admin;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Config/Advanced.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Config::Advanced;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Config/Attachment.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Config::Attachment;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Config/Auth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Config::Auth;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion Bugzilla/Config/BugChange.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

package Bugzilla::Config::BugChange;

use 5.10.1;
use 5.14.0;
use strict;
use warnings;

Expand Down

0 comments on commit 710d411

Please sign in to comment.