projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7715fb8
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Devel/Declare/MethodInstaller/Simple.pm
b/lib/Devel/Declare/MethodInstaller/Simple.pm
index
e8b5668
..
949d2a9
100644
(file)
--- 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 = @_;