projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f42e9bc
)
Make parse_proto default to an empty string.
Florian Ragwitz [Mon, 27 Oct 2008 20:34:03 +0000 (20:34 +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
949d2a9
..
7cbe95b
100644
(file)
--- a/
lib/Devel/Declare/MethodInstaller/Simple.pm
+++ b/
lib/Devel/Declare/MethodInstaller/Simple.pm
@@
-114,7
+114,7
@@
sub parser {
return;
}
-sub parse_proto { }
+sub parse_proto { '' }
sub inject_parsed_proto {
return $_[1];