Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/templates/installPerlModules.sh.erb')
-rw-r--r--org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/templates/installPerlModules.sh.erb8
1 files changed, 6 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/templates/installPerlModules.sh.erb b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/templates/installPerlModules.sh.erb
index 7e2ae20c3..45c7e992d 100644
--- a/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/templates/installPerlModules.sh.erb
+++ b/org.eclipse.mylyn.bugzilla.releng/modules/bugzilla/templates/installPerlModules.sh.erb
@@ -15,5 +15,9 @@
<% if @operatingsystemrelease = "12.04" && @envversion > "4.4" %>
/usr/bin/perl install-module.pl Template
<% end %>
-echo "Ende1"
-
+<% if @envversion > "4.5.4" %>
+/usr/bin/perl install-module.pl DateTime
+/usr/bin/perl install-module.pl DateTime::TimeZone
+/usr/bin/perl install-module.pl File::Slurp
+<% end %>
+echo "Ende1" \ No newline at end of file

Back to the top