diff --git a/lib/Log/Any.pm b/lib/Log/Any.pm index a6dd93a..5b4dbeb 100644 --- a/lib/Log/Any.pm +++ b/lib/Log/Any.pm @@ -2,8 +2,6 @@ package Log::Any; use strict; use warnings; -our $VERSION = '0.12'; - # Require rather than use, because it depends on subroutines defined below # require Log::Any::Adapter::Null;