From: Florian Ragwitz Date: Mon, 27 Oct 2008 20:30:50 +0000 (+0000) Subject: Add a VERSION to MethodInstaller::Simple. X-Git-Tag: 0.005000~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=f42e9bcb30295ed63ffd9154a6cf442f8f2e49a9 Add a VERSION to MethodInstaller::Simple. --- diff --git a/lib/Devel/Declare/MethodInstaller/Simple.pm b/lib/Devel/Declare/MethodInstaller/Simple.pm index e8b5668..949d2a9 100644 --- a/lib/Devel/Declare/MethodInstaller/Simple.pm +++ b/lib/Devel/Declare/MethodInstaller/Simple.pm @@ -7,6 +7,8 @@ use Sub::Name; use strict; use warnings; +our $VERSION = '0.003003'; + sub install_methodhandler { my $class = shift; my %args = @_;