Acme-Buga
view release on metacpan or search on metacpan
NAME
Acme::Buga - Buga text encoding
SYNOPSIS
use Acme::Buga;
# Default
my $b = Acme::Buga->new;
say $b->encode('Test');
# Alternative constructor
use Acme::Buga 'buga';
say buga('Another Test')->encode;
DESCRIPTION
This module encode any text into a Buga buga bUga string value.
FUNCTIONS
Acme::Buga exports the following functions...
buga
my $obj = buga('Daniel Vinciguerra');
lib/Acme/Buga.pm view on Meta::CPAN
Acme::Buga - Buga text encoding
=head1 SYNOPSIS
use Acme::Buga;
# Default
my $b = Acme::Buga->new;
say $b->encode('Test');
# Alternative constructor
use Acme::Buga 'buga';
say buga('Another Test')->encode;
=head1 DESCRIPTION
This module encode any text into a Buga buga bUga string value.
=head1 FUNCTIONS
Acme::Buga exports the following functions...
( run in 0.844 second using v1.01-cache-2.11-cpan-b85c58fdc1d )