Acme-Free-Advice
view release on metacpan or search on metacpan
lib/Acme/Free/Advice.pm view on Meta::CPAN
say advice;
=head1 DESCRIPTION
Acme::Free::Advice spits out advice. Good advice. Bad advice. Advice. It's a fortune cookie.
=head1 METHODS
These functions may be imported by name or with the C<:all> tag.
=head2 C<advice( [...] )>
Tear someone down.
my $wisdom = advice( ); # Random advice
print advice( ); # stringify
print advice( 'slip' );
Expected parameters include:
=over
=item C<flavor>
If undefined, a random supported flavor is used.
Currently, supported flavors include:
=over
=item C<slip>
Uses L<Acme::Free::Advice::Slip>
=item C<unsolicited>
Uses L<Acme::Free::Advice::Unsolicited>
=back
=back
=head2 C<flavors( )>
my @flavors = flavors( );
Returns a list of supported advice flavors.
=head1 LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
=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 0.986 second using v1.01-cache-2.11-cpan-a9496e3eb41 )