| Acme-Canadian documentation | Contained in the Acme-Canadian distribution. |
Acme::Canadian - Canooks in your code, eh?
Version 0.03
use Acme::Canadian;
print "What's this all aboot?", eh?
What is this module aboot? I'll tell you, eh? It decanadianizes your code.
All in good fun. Feel free to write Acme::USA where your code attempts futily to control all other CPAN modules.
John Cappiello, <jcap at cpan.org>
Please report any bugs or feature requests to
bug-acme-canadian at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-Canadian.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Acme::Canadian
You can also look for information at:
Cees, Shawn, and David without whom I would have lacked all inspiration, eh?
Copyright 2006 John Cappiello, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Acme-Canadian documentation | Contained in the Acme-Canadian distribution. |
package Acme::Canadian; use warnings; use strict; use Filter::Simple;
our $VERSION = '0.03';
FILTER { s/, eh\?/;/g; s/aboot/about/; }
1; # End of Acme::Canadian