From 49f4f6208b63eb40f49a3b71ca75e5d6a85a44a7 Mon Sep 17 00:00:00 2001
From: Leo Gordon <lg4@ebi.ac.uk>
Date: Wed, 2 Nov 2011 14:24:59 +0000
Subject: [PATCH] make them executable

---
 misc-scripts/density_feature/submit_density_features.pl | 1 +
 misc-scripts/schema_patch.pl                            | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/misc-scripts/density_feature/submit_density_features.pl b/misc-scripts/density_feature/submit_density_features.pl
index 7bad97f4b5..f5cce47b7b 100644
--- a/misc-scripts/density_feature/submit_density_features.pl
+++ b/misc-scripts/density_feature/submit_density_features.pl
@@ -1,3 +1,4 @@
+#!/usr/bin/env perl
 
 # The script lists databases/species which should have density features updated at the specified stage in the release cycle. There's an option for submitting a selected script. 
 
diff --git a/misc-scripts/schema_patch.pl b/misc-scripts/schema_patch.pl
index 09a300a5a8..74859eb946 100755
--- a/misc-scripts/schema_patch.pl
+++ b/misc-scripts/schema_patch.pl
@@ -1,8 +1,5 @@
 #!/usr/local/ensembl/bin/perl -w
 
-use strict;
-use warnings;
-
 =head1 NAME
 
 schema_patch.pl - automagically apply schema patches to Ensembl dbs
-- 
GitLab