Warn everywhere, not just Unix
use warnings; is the portable way of doing #!/usr/bin/perl -w
Also use strict; in init-repository.
Signed-off-by:
axis <qt-info@nokia.com>
Showing
Please register or sign in to comment
use warnings; is the portable way of doing #!/usr/bin/perl -w
Also use strict; in init-repository.
Signed-off-by:
axis <qt-info@nokia.com>