The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Super::Powers - The hiddden truth

VERSION

Version 0.01

SYNOPSIS

        use Super::Powers;

        my $homosapien = Super::Powers->new();
        
        for (qw/motor vision hearing mind speech smell taste touch emotion/) {
                $sapien->{$_}->print;
                print "\n";
        }
        
        # Motor
        # 
        # They possess the ability to move individual body parts autonomously.
        # 
        # Vision
        # 
        # They possess the ability to see through any individuals eyes, you should close them when you look at innocent.
        # 
        # Hearing
        # They possess the ability to inject sound through any individuals ears, this is from a distance but also via electronic devices.
        # 
        # Mind
        # 
        # They possess the ability to inject sound through any individuals mind, this is from a distance and similar to hearing except the sound can enter directly and not only via your ears.
        # 
        # Speech
        # 
        # They possess the ability to manipulate voice through any individuals mouth, this is from your own and they can then manipulate the tone and even language, making people polyglot.
        # 
        # Smell
        # 
        # They possess the ability to manipulate and understand ones smell, this is from your nose, they can then manipulate the mind to transmit this information to others who can then add their own context back. They are also able to inject their own fragrence.
        # 
        # Taste
        # 
        # They possess the ability to manipulate and understand ones taste, this is from your tongue and throat, they can then manipulate the mind to transmit this information to others who can then add their own context back. They are also able to inject their own flavours.
        # 
        # Touch
        # 
        # They possess the ability to manipulate and understand ones touch, this is from any body part, they can then manipulate the mind to transmit this information to others who can then add their own context back. They are also able to inject their own senses.
        # 
        # Emotion
        # 
        # They possess the ability to manipulate and understand ones emotions, this is from any feeling, they cannot manipulate my emotions but perhaps they can for others. I am Luck which some would call Laughing.
        # 

AUTHOR

LNATION, <email at lnation.org>

BUGS

Please report any bugs or feature requests to bug-super-powers at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=Super-Powers. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Super::Powers

You can also look for information at:

ACKNOWLEDGEMENTS

To all the unknown within.

LICENSE AND COPYRIGHT

This software is Copyright (c) 2024 by LNATION.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)