summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Fun.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Fun.pm b/lib/Fun.pm
index 4cb1b00..ae4e90b 100644
--- a/lib/Fun.pm
+++ b/lib/Fun.pm
@@ -29,7 +29,8 @@ that C<sub> does, except allowing for function signatures. These signatures
support defaults and slurpy arguments, but no other advanced features. The
behavior should be equivalent to taking the signature, stripping out the
defaults, and injecting C<< my <sig> = @_ >> at the start of the function, and
-then applying defaults as appropriate.
+then applying defaults as appropriate, except that the arguments are made
+readonly.
=cut