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)
This commit is contained in:
Qt Continuous Integration System
2011-05-16 10:02:34 +10:00

View File

@@ -40,6 +40,7 @@
## ##
############################################################################# #############################################################################
use v5.10;
use strict; use strict;
use warnings; 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. out all submodules.
=head2 Global options: =head1 OPTIONS
B<Global options:>
=over =over
@@ -74,7 +77,7 @@ Be quiet. Will exit cleanly if the repository is already initialized.
=back =back
=head2 Module options: B<Module options:>
=over =over
@@ -101,7 +104,7 @@ it as needed.
=back =back
=head2 Repository options: B<Repository options:>
=over =over