Acme-Scurvy-Whoreson-BilgeRat-Backend-insultserver

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

--- #YAML:1.0
name: Acme-Scurvy-Whoreson-BilgeRat-Backend-insultserver
version: 1.0
author:
  - Simon Wistow <simon@thegestalt.org>
  - based on code by
  - James Garnett <garnett@colorado.edu>
abstract: |-
  generate insults in the style of the old colarado.edu Insult Server
license: perl
requires:
  Acme::Scurvy::Whoreson::BilgeRat: 0
  Test::More: 0
provides:
  ? |-
    Acme::Scurvy::Whoreson::BilgeRat::Backend::insultserver
:
    file: |-
      lib/Acme/Scurvy/Whoreson/BilgeRat/Backend/insultserver.pm

lib/Acme/Scurvy/Whoreson/BilgeRat/Backend/insultserver.pm  view on Meta::CPAN

$VERSION = '1.0';

use warnings;
use strict;

use base 'Acme::Scurvy::Whoreson::BilgeRat';


=head1 NAME

Acme::Scurvy::Whoreson::BilgeRat::Backend::insultserver - generate insults in the style of the old colarado.edu Insult Server

=head1 SYNOPSIS

	use Acme::Scurvy::Whoreson::BilgeRat;
  
	my $insultgenerator = Acme::Scurvy::Whoreson::BilgeRat->new(
		language => 'insultserver'
	);
  
	print $insultgenerator; # prints an insult

lib/Acme/Scurvy/Whoreson/BilgeRat/Backend/lala.pm  view on Meta::CPAN


$VERSION = '1.0';

use warnings;
use strict;

use base 'Acme::Scurvy::Whoreson::BilgeRat';

=head1 NAME

Acme::Scurvy::Whoreson::BilgeRat::Backend::lala - generate insults in the style of one of London.pm's bots

=head1 SYNOPSIS

    use Acme::Scurvy::Whoreson::BilgeRat;

    my $insultgenerator = Acme::Scurvy::Whoreson::BilgeRat->new(
        language => 'lala'
    );

    print $insultgenerator; # prints a piratical insult


=head1 DESCRIPTION

The IRC channel #london.pm on the rhizomatic network used to have a bot, 
called Lala, that would insult you in her own inimitable style.

This is a backed for C<Acme::Scurvy::Whoreson::BilgeRat> that reproduces that style.

It's useless to anyone but this one particular project I'm working on. 
But since when has that stopped me?

=head1 AUTHOR

Simon Wistow <simon@thegestalt.org>

based on code by



( run in 0.535 second using v1.01-cache-2.11-cpan-49f99fa48dc )