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?
- Host: GitHub
- URL: https://github.com/michal-josef-spacek/acme-people-happy
- Owner: michal-josef-spacek
- License: bsd-2-clause
- Created: 2015-02-28T09:40:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T22:39:39.000Z (over 1 year ago)
- Last Synced: 2025-01-01T04:44:22.662Z (4 months ago)
- Language: Perl
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
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čekBSD 2-Clause License
DEDICATION
To Mario for his ideas.VERSION
0.06