Acme::Shorten::ZoffixsModuleNames - use Zoffix Znet's modules without those uberly long names *har* *har*


Acme-Shorten-ZoffixsModuleNames documentation  | view source Contained in the Acme-Shorten-ZoffixsModuleNames distribution.

Index


NAME

Top

Acme::Shorten::ZoffixsModuleNames - use Zoffix Znet's modules without those uberly long names *har* *har*

SYNOPSYS

Top

    use strict;
    use warnings;

    # equal to use Acme::BabyEater and use CPAN::LinksToDocs (note the cap letters)
    use Acme::Shorten::ZoffixsModuleNames qw(ABE CPANLTD);

    my $baby = ABE->new;

    $baby->eat(2);

    my $cpan_links_to_docs = CPANLTD->new;

    print "$_\n" for @{ $cpan_links_to_docs->link_for('RE,REF,map') };

DESCRIPTION

Top

This module allows you to use Zoffix Znet's modules ( http://search.cpan.org/~zoffix ) without those "super long names".

Now finally all those people who keep mocking me everyday can live happily ever after and I can keep my module names descriptive, search-friendly and LONG!

Here is the "joke" that triggered creation of this module... just for historical records :)

    * CPAN2 upload: WWW-Pastebin-NoMorePastingCom-Retrieve-0.001 by ZOFFIX
    <apeiron> WWW::Shorten::ZoffixsModuleNames
    <iank> bahaha

HOW TO USE

Top

    use Acme::Shorten::ZoffixsModuleNames qw(ABE CPANLTD);

The items to "import" are named in "capitals only" fashion, in other words if ..*glances and chooses the longest name*.. POE::Component::IRC::Plugin::YouTube::MovieFindStore then you would use the module as use Acme::Shorten::ZoffixsModuleNames 'POECIRCPYTMFS'; (example in SYNOPSIS uses Acme::BabyEater and CPAN::LinksToDocs modules) then the class methods can be called as $plug = POECIRCPYTMFS->new GREAT!! Now that's so short and super awesome!! ZOMFG! A DREAM COMETH TRUE!

Some module names clash, so if this module detects a clash it will append a 'Z' (for ZOFFIX! Duh!) at the end of the shortened name... have fun guessing which one you really want ;)

Your stuff will die if you pass in an incorrect short name.

AUTHOR

Top

Zoffix Znet, <zoffix at cpan.org> (http://zoffix.com, http://haslayout.net)

BUGS

Top

Please report any bugs or feature requests to bug-acme-shorten-zoffixsmodulenames at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Shorten-ZoffixsModuleNames. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

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

    perldoc Acme::Shorten::ZoffixsModuleNames

You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Shorten-ZoffixsModuleNames

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Acme-Shorten-ZoffixsModuleNames

* CPAN Ratings

http://cpanratings.perl.org/d/Acme-Shorten-ZoffixsModuleNames

* Search CPAN

http://search.cpan.org/dist/Acme-Shorten-ZoffixsModuleNames

COPYRIGHT & LICENSE

Top


Acme-Shorten-ZoffixsModuleNames documentation  | view source Contained in the Acme-Shorten-ZoffixsModuleNames distribution.