Acme-Free-Advice-Unsolicited
view release on metacpan or search on metacpan
lib/Acme/Free/Advice/Unsolicited.pm view on Meta::CPAN
These functions may be imported by name or with the C<:all> tag.
=head2 C<advice( [...] )>
Seek wisdom.
my $advice = advice( ); # Random advice
my $wisdom = advice( 20 ); # Advice by ID
You may request specific advice by ID.
Advice is provided as a hash reference containing the following keys:
=over
=item C<advice>
The sage advice you were looking for.
=item C<id>
The advice's ID in case you'd like to request it again in the future.
=item C<source>
The source of the wisdom. Typically a URL on Kevin's block.
=back
=head2 C<all( )>
my @advice = all( );
Seek all advice.
Advice is provided as a list of hash references containing the following keys:
=over
=item C<advice>
The sage advice you were looking for.
=item C<id>
The advice's ID in case you'd like to request it again in the future.
=item C<source>
The source of the wisdom. Typically a URL on Kevin's blog.
=back
=head1 LICENSE & LEGAL
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the terms found in the Artistic License
2. Other copyrights, terms, and conditions may apply to data transmitted through this module.
Unsolicited advice provided by L<Kevin Kelly|https://kk.org/>.
=head1 AUTHOR
Sanko Robinson E<lt>sanko@cpan.orgE<gt>
=head2 ...but why?
I'm inflicting this upon the world because L<oodler577|https://github.com/oodler577/> invited me to help expand Perl's
coverage of smaller open APIs. Blame them or L<join us|https://github.com/oodler577/FreePublicPerlAPIs> in the effort.
=cut
( run in 1.437 second using v1.01-cache-2.11-cpan-aadc1410aed )