X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCarp.pm;h=69d477b486e16c55151d4c529fcbd8e0f179b9e2;hb=7e5f197a77be82f8e343b9d7b685f1987eefd832;hp=f7e9bf136aed0e542a40a702d7e36f73bd4f4fc5;hpb=66a4a569cc2ea11fe85bfadbec79dcd4fbf36d17;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Carp.pm b/lib/Carp.pm index f7e9bf1..69d477b 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)