Acme::Canadian - Canooks in your code, eh?


Acme-Canadian documentation Contained in the Acme-Canadian distribution.

Index


Code Index:

NAME

Top

Acme::Canadian - Canooks in your code, eh?

VERSION

Top

Version 0.03

SYNOPSIS

Top

    use Acme::Canadian;

    print "What's this all aboot?", eh?

DESCRIPTION

Top

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.

AUTHOR

Top

John Cappiello, <jcap at cpan.org>

BUGS

Top

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.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Acme::Canadian

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Acme-Canadian

* CPAN Ratings

http://cpanratings.perl.org/d/Acme-Canadian

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Acme-Canadian

* Search CPAN

http://search.cpan.org/dist/Acme-Canadian

ACKNOWLEDGEMENTS

Top

Cees, Shawn, and David without whom I would have lacked all inspiration, eh?

COPYRIGHT & LICENSE

Top


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