X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=warning.pl;h=e6b435f92d901cde724ce54e92fe21e025499d96;hb=47cadb06ccb7dbe87fdda243544a1ecb06fb104f;hp=86faf9625ce816f670950d35ac2851d40b7a4643;hpb=95dfd3ab5ca3e72850832fe8585dd8f0b3fc729f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/warning.pl b/warning.pl index 86faf96..e6b435f 100644 --- a/warning.pl +++ b/warning.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl +BEGIN { + push @INC, './lib'; +} use strict ; sub DEFAULT_ON () { 1 } @@ -261,7 +264,7 @@ package warning; =head1 NAME -warning - Perl pragma to control +warning - Perl pragma to control optional warnings =head1 SYNOPSIS