Acme::SOAP::Dodger - be a hippy


Acme-SOAP-Dodger documentation Contained in the Acme-SOAP-Dodger distribution.

Index


Code Index:

NAME

Top

  Acme::SOAP::Dodger - be a hippy

SYNOPSIS

Top

  use Acme::SOAP::Dodger;

DESCRIPTION

Top

I hate SOAP. You hate SOAP. So don't use SOAP.

Why, dear God, why?

Top

I was having a discussion on why SOAP sucked. And it lent itself to amusing jokes and japes. Oh, what witty people programmers are, eh? This was constructed in a few minutes. No doubt there are cleverer ways of doing it. I don't care. I am too busy being a hater.

AUTHOR

Top

Stray Taoist <mwk@strayLALAtoaster.co.uk>

Take out the Tellytubby if you particularly feel inclined to mail me.

COPYRIGHT

Top

STUFF

Top

 o things

THINGS

Top

 o stuff


Acme-SOAP-Dodger documentation Contained in the Acme-SOAP-Dodger distribution.
package Acme::SOAP::Dodger;

use strict;
use warnings;

our $VERSION = 0.002;

use Symbol qw/delete_package/;

sub import {
  for my $mod (keys %INC) {
    do {
      delete $INC{$mod};
      $mod =~ s/\.pm$//; $mod =~ s/\//::/g;
      delete_package($mod);
    } if $mod =~ m/^SOAP/;
  }
}

return qw/Get a haircut son you look like a godamned girl/;