diff options
Diffstat (limited to 'warnings.pl')
-rw-r--r-- | warnings.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/warnings.pl b/warnings.pl index 0c2d2ec458..be520ee146 100644 --- a/warnings.pl +++ b/warnings.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +our $VERSION = '1.00'; + BEGIN { push @INC, './lib'; } @@ -327,6 +329,8 @@ __END__ package warnings; +our $VERSION = '1.00'; + =head1 NAME warnings - Perl pragma to control optional warnings |