We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f8a81 commit 7f87b5dCopy full SHA for 7f87b5d
lib/Parser.pm
@@ -22,6 +22,7 @@ use overload
22
'>' => \&V,
23
'/' => \&checkval,
24
'""' => \&overload::StrVal,
25
+ fallback => 1,
26
;
27
28
sub parser (&) { bless $_[0] => __PACKAGE__ }
0 commit comments