Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove '-w' from perldl and pdldoc to present a cleaner interface
There's probably a better way of dealing with the excessive warnings
but this is good enough to get 2.008 out the door.
  • Loading branch information
d-lamb committed Apr 22, 2015
1 parent 1be2fcb commit e92deb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdldoc
@@ -1,4 +1,4 @@
#!perl -w
#!perl

use strict;
$|++;
Expand Down
2 changes: 1 addition & 1 deletion perldl
@@ -1,4 +1,4 @@
#!perl -w
#!perl

##########################################################################
# Here starts the actual script
Expand Down

0 comments on commit e92deb7

Please sign in to comment.