summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-09-08 01:44:42 -0500
committerJesse Luehrs <doy@tozt.net>2012-09-08 01:44:42 -0500
commit385f5d0a319b0d131fe3eedbbea5522648d2472e (patch)
tree768c30f47d982d2c4c79b6f7da2b821bd38f4473
parent35d85cfe78dd870384d3aef07a1e852267061097 (diff)
downloadfun-385f5d0a319b0d131fe3eedbbea5522648d2472e.tar.gz
fun-385f5d0a319b0d131fe3eedbbea5522648d2472e.zip
update docs
-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