diff options
Diffstat (limited to 'lib/Carp.pm')
-rw-r--r-- | lib/Carp.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Carp.pm b/lib/Carp.pm index f7e9bf136a..69d477b486 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -1,5 +1,7 @@ package Carp; +our $VERSION = '1.00'; + =head1 NAME carp - warn of errors (from perspective of caller) |