From 7d00b5f696249725beead3c570d73e36ff59ffa3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 3 Nov 2007 22:48:37 +0000 Subject: Bug 23473: Implement the ability to reverse the sort order in buglist.cgi ("Ascending" and "Descending") - Patch by Alex Schuilenburg r/a=LpSolit --- Bugzilla/Install/Requirements.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 8fd8fe2c6..05f74e81f 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -78,7 +78,7 @@ sub REQUIRED_MODULES { { package => 'Template-Toolkit', module => 'Template', - version => '2.12' + version => '2.15' }, { package => 'Email-Send', -- cgit v1.2.3-24-g4f1b