From: Florian Ragwitz Date: Mon, 27 Oct 2008 20:34:03 +0000 (+0000) Subject: Make parse_proto default to an empty string. X-Git-Tag: 0.005000~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-Declare.git;a=commitdiff_plain;h=dc8a74f7a01e06b744407f352ba8609e603316ed Make parse_proto default to an empty string. --- diff --git a/lib/Devel/Declare/MethodInstaller/Simple.pm b/lib/Devel/Declare/MethodInstaller/Simple.pm index 949d2a9..7cbe95b 100644 --- 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];