init-repository: mark as requiring perl 5.10

This script currently requires perl 5.10, so mark it as such.
This commit is contained in:
Rohan McGovern
2011-05-16 09:54:36 +10:00
parent c85ca381a4
commit 5feaf36fa7

View File

@@ -40,6 +40,7 @@
##
#############################################################################
use v5.10;
use strict;
use warnings;