diff options
author | brian greenfield <briang@cpan.org> | 2022-05-30 09:20:53 +0100 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-05-30 09:29:04 -0600 |
commit | ad67ce44d7ae6b5ccb89a59a0fd72864449e1f08 (patch) | |
tree | 1699870219684cf462285ace62f84d1c3c78c5ed /lib | |
parent | eb6be7a3b26c2a98e7ea18461aa4ebe54f4a23d4 (diff) | |
download | perl-ad67ce44d7ae6b5ccb89a59a0fd72864449e1f08.tar.gz |
Include 'indexed' in synopsis of builtin.pm
Diffstat (limited to 'lib')
-rw-r--r-- | lib/builtin.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/builtin.pm b/lib/builtin.pm index e740a0b181..2cf94187d7 100644 --- a/lib/builtin.pm +++ b/lib/builtin.pm @@ -22,6 +22,7 @@ builtin - Perl pragma to import built-in utility functions blessed refaddr reftype created_as_string created_as_number ceil floor + indexed trim ); |