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 =over @@ -74,7 +77,7 @@ Be quiet. Will exit cleanly if the repository is already initialized. =back -=head2 Module options: +B =over @@ -101,7 +104,7 @@ it as needed. =back -=head2 Repository options: +B =over