Acme-NoTalentAssClown

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Acme::NoTalentAssClown - Get some Bolton Lyrics!

VERSION
    Version 0.01

SYNOPSIS
        use Acme::NoTalentAssClown;

        #Defaults to use Lyrics::Fetcher::Google, but any Lyrics::Fetcher
        #plugin will work as specified by agent=>'bar'
        my $nta = Acme::NoTalentAssClown->new(gid=>'yourGoogleApi_ID'); 
        print $nta->grammys(); #finds a greatest hit
        print $nta->grammys('When a Man Loves a Woman'); #For my money, it doesn't get any better
        ...

METHODS
    new Initializes Acme::NoTalentAssClown and loads lyric loader depending
        on agent

    grammys
        Returns the result of a search for a random greatest hit, or a hit

lib/Acme/NoTalentAssClown.pm  view on Meta::CPAN

            "Missing You Now",
            "Steel Bars",
            "Said I Loved You...But I Lied",
            "Can I Touch You...There?",
            "I Promise You",
            "I Found Someone",
            "A Love So Beautiful",
            "This River"
        ]
    };
    $Lyrics::Fetcher::gid = $options{gid};
    bless( $self, $class );
    return ($self);
}

=head1 NAME

Acme::NoTalentAssClown - Get some Bolton Lyrics!

=head1 VERSION

Version 0.01

=head1 SYNOPSIS

    use Acme::NoTalentAssClown;

    #Defaults to use Lyrics::Fetcher::Google, but any Lyrics::Fetcher
    #plugin will work as specified by agent=>'bar'
    my $nta = Acme::NoTalentAssClown->new(gid=>'yourGoogleApi_ID'); 
    print $nta->grammys(); #finds a greatest hit
    print $nta->grammys('When a Man Loves a Woman'); #For my money, it doesn't get any better
    ...

=head1 METHODS

=over 4

=item new



( run in 1.538 second using v1.01-cache-2.11-cpan-ceb78f64989 )