diff options
Diffstat (limited to 'devel/p5-File-Random/pkg-descr')
-rw-r--r-- | devel/p5-File-Random/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-File-Random/pkg-descr b/devel/p5-File-Random/pkg-descr index 4d7fe2cf84a8..554a15b80764 100644 --- a/devel/p5-File-Random/pkg-descr +++ b/devel/p5-File-Random/pkg-descr @@ -1,6 +1,6 @@ This module simplifies the routine job of selecting a random file. (As you can find at CGI scripts). It's done, because it's boring (and -errorprone), always to write something like +error prone), always to write something like my @files = (<*.*>); my $randf = $files[rand @files]; |