| Acme-SOAP-Dodger documentation | Contained in the Acme-SOAP-Dodger distribution. |
Acme::SOAP::Dodger - be a hippy
use Acme::SOAP::Dodger;
I hate SOAP. You hate SOAP. So don't use SOAP.
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.
Stray Taoist <mwk@strayLALAtoaster.co.uk>
Take out the Tellytubby if you particularly feel inclined to mail me.
Copyright (c) 2007 StrayTaoist
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
o things
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/;