Add a VERSION to MethodInstaller::Simple.
Florian Ragwitz [Mon, 27 Oct 2008 20:30:50 +0000 (20:30 +0000)]
lib/Devel/Declare/MethodInstaller/Simple.pm

index e8b5668..949d2a9 100644 (file)
@@ -7,6 +7,8 @@ use Sub::Name;
 use strict;
 use warnings;
 
+our $VERSION = '0.003003';
+
 sub install_methodhandler {
   my $class = shift;
   my %args  = @_;