Web::ID::Util(3pm) | User Contributed Perl Documentation | Web::ID::Util(3pm) |
Web::ID::Util - utility functions used in Web-ID
These are utility functions which I found useful building Web-ID. Many of them may also be useful creating the kind of apps that Web-ID is used to authenticate for.
Here is a very brief summary. By default, they're all exported to your namespace. (This module uses Exporter::Tiny so you get pretty good control over what gets exported.)
Additionally, any function from List::MoreUtils can be exported by request, except "true" and "false" as they conflict with the constants above.
use Web::ID::Utils qw(:default uniq);
I don't wanna hear about them unless they cause knock-on bugs for Web::ID itself.
Exporter::Tiny, Web::ID, Acme::24.
Toby Inkster <tobyink@cpan.org>.
This software is copyright (c) 2012 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2021-09-11 | perl v5.32.1 |