Skip to content

Commit 540354e

Browse files
committed
Avoid a conflict with #168
1 parent 3a01f8e commit 540354e

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

extensions/Example/template/en/default/setup/strings.txt.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Contributor(s):
1818
# Max Kanat-Alexander <mkanat@bugzilla.org>
1919

20-
use 5.10.1;
20+
use 5.14.0;
2121
use strict;
2222
use warnings;
2323

extensions/OldBugMove/Config.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
package Bugzilla::Extension::OldBugMove;
2323

24-
use 5.10.1;
24+
use 5.14.0;
2525
use strict;
2626
use warnings;
2727

extensions/OldBugMove/Extension.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
package Bugzilla::Extension::OldBugMove;
2323

24-
use 5.10.1;
24+
use 5.14.0;
2525
use strict;
2626
use warnings;
2727

extensions/OldBugMove/lib/Params.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
package Bugzilla::Extension::OldBugMove::Params;
3333

34-
use 5.10.1;
34+
use 5.14.0;
3535
use strict;
3636
use warnings;
3737

extensions/ShadowBugs/Config.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
package Bugzilla::Extension::ShadowBugs;
99

10-
use 5.10.1;
10+
use 5.14.0;
1111
use strict;
1212
use warnings;
1313

extensions/ShadowBugs/Extension.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
package Bugzilla::Extension::ShadowBugs;
99

10-
use 5.10.1;
10+
use 5.14.0;
1111
use strict;
1212
use warnings;
1313

0 commit comments

Comments
 (0)