From 385f5d0a319b0d131fe3eedbbea5522648d2472e Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 8 Sep 2012 01:44:42 -0500 Subject: update docs --- lib/Fun.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 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 = @_ >> 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 -- cgit v1.2.3-54-g00ecf