diff options
Diffstat (limited to 'lib/vars.pm')
-rw-r--r-- | lib/vars.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vars.pm b/lib/vars.pm index 39a15bd312..d39f19766e 100644 --- a/lib/vars.pm +++ b/lib/vars.pm @@ -2,6 +2,8 @@ package vars; require 5.002; +our $VERSION = '1.00'; + # The following require can't be removed during maintenance # releases, sadly, because of the risk of buggy code that does # require Carp; Carp::croak "..."; without brackets dying |