An open API service indexing awesome lists of open source software.

https://github.com/michal-josef-spacek/acme-people-happy

Does people happy?
https://github.com/michal-josef-spacek/acme-people-happy

Last synced: 2 months ago
JSON representation

Does people happy?

Awesome Lists containing this project

README

        

NAME
Acme::People::Happy - Does people happy?

SYNOPSIS
use Acme::People::Happy;

my $obj = Acme::People::Happy->new;
my $text = $obj->are_you_happy;
my $text = $obj->everybody;

METHODS
"new"
my $obj = Acme::People::Happy->new;

Constructor.

Returns instance of object.

"are_you_happy"
my $text = $obj->are_you_happy;

Are you happy question?

Returns answer.

"everybody"
my $text = $obj->everybody;

Everybody?

Returns answer.

EXAMPLE
use strict;
use warnings;

use Acme::People::Happy;

# Object.
my $people = Acme::People::Happy->new;

# Are you happy?
print $people->are_you_happy."\n";

# Output like:
# Yes, i'm.

DEPENDENCIES
Class::Utils.

REPOSITORY

AUTHOR
Michal Josef Špaček

LICENSE AND COPYRIGHT
© 2015-2021 Michal Josef Špaček

BSD 2-Clause License

DEDICATION
To Mario for his ideas.

VERSION
0.06