aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-05-16 10:02:34 +1000
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-16 10:02:34 +1000
commit0bd5d8134fd6bc045efcdf9ec3a00d73c5abe3f2 (patch)
tree3c53dc0ac8f0e2f4a8088e05dabf21c1113a5059
parent3ab36e99cf79d9c889e7bf6fab0e8487c505d5b0 (diff)
parent5feaf36fa7c0f306d3987bd20ba4083444eeebf2 (diff)
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging
* 'master' of git://scm.dev.nokia.troll.no/qt/qt5-staging: init-repository: mark as requiring perl 5.10 init-repository: fixed `--help' with older Pod::Usage (OSX 10.6)
-rwxr-xr-xinit-repository9
1 files changed, 6 insertions, 3 deletions
diff --git a/init-repository b/init-repository
index 252fbb12..4f9d4af9 100755
--- a/init-repository
+++ b/init-repository
@@ -40,6 +40,7 @@
##
#############################################################################
+use v5.10;
use strict;
use warnings;
@@ -58,7 +59,9 @@ This script may be run after an initial `git clone' of Qt5 in order to check
out all submodules.
-=head2 Global options:
+=head1 OPTIONS
+
+B<Global options:>
=over
@@ -74,7 +77,7 @@ Be quiet. Will exit cleanly if the repository is already initialized.
=back
-=head2 Module options:
+B<Module options:>
=over
@@ -101,7 +104,7 @@ it as needed.
=back
-=head2 Repository options:
+B<Repository options:>
=over