Unverified Commit c2902b75 authored by Dave Miller's avatar Dave Miller Committed by GitHub

Bug 1560873: require Template-Toolkit 3.008 (#132)

parent 93d03912
......@@ -377,7 +377,7 @@
"Math::Random::ISAAC" : "v1.0.1",
"Module::Runtime" : "0",
"Moo" : "2",
"Template" : "2.24",
"Template" : "3.008",
"Test::Taint" : "1.06",
"URI" : "1.55",
"perl" : "5.014000"
......
......@@ -186,7 +186,7 @@ requires:
Math::Random::ISAAC: v1.0.1
Module::Runtime: '0'
Moo: '2'
Template: '2.24'
Template: '3.008'
Test::Taint: '1.06'
URI: '1.55'
perl: '5.014000'
......
......@@ -69,7 +69,7 @@ my %requires = (
'Math::Random::ISAAC' => '1.0.1',
'Moo' => 2,
'Module::Runtime' => 0,
'Template' => '2.24',
'Template' => '3.008',
'Test::Taint' => '1.06',
'URI' => '1.55',
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment