use-warnings

This commit is contained in:
Sitaram Chamarty 2009-08-25 08:44:46 +05:30
parent dc4f32b14e
commit 0a32d46f59
3 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,7 @@
#!/usr/bin/perl -w #!/usr/bin/perl
use strict; use strict;
use warnings;
# === auth-command === # === auth-command ===
# the command that GL users actually run # the command that GL users actually run

View file

@ -1,6 +1,7 @@
#!/usr/bin/perl -w #!/usr/bin/perl
use strict; use strict;
use warnings;
use Data::Dumper; use Data::Dumper;
# === add-auth-keys === # === add-auth-keys ===

View file

@ -1,6 +1,7 @@
#!/usr/bin/perl -w #!/usr/bin/perl
use strict; use strict;
use warnings;
# === update === # === update ===
# this is gitolite's update hook # this is gitolite's update hook