Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Git.pm: add the "use warnings" pragma
[gitweb.git]
/
perl
/
Git.pm
diff --git
a/perl/Git.pm
b/perl/Git.pm
index 9d60d7948b22254e6f61cc0d984b4ef40f27bc4f..7ec16e6dde3f1c6174dd38c0cc7d4358cd50df40 100644
(file)
--- a/
perl/Git.pm
+++ b/
perl/Git.pm
@@
-9,6
+9,7
@@
package Git;
use 5.008;
use strict;
+use warnings;
BEGIN {
@@
-1692,7
+1693,6
@@
sub DESTROY {
# Pipe implementation for ActiveState Perl.
package Git::activestate_pipe;
-use strict;
sub TIEHANDLE {
my ($class, @params) = @_;