Add #! header to t/util.pm for benefit of editor mode selection

This commit is contained in:
Adam Spiers 2011-11-16 14:46:31 +00:00
parent d6dbb932ac
commit 5fe30e9f1a

2
t/util.pm Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/perl
#
# Utilities shared by test scripts
#