r4989@merlin: jquelin | 2007-05-24 15:26:26 +0200
[acme-tie-eleet.git] / README
blob7053f6c2f506ca25af934a0ef3383d0909de949e
1 Acme::Tie::Eleet - Perl extension to 5pE4k 1Ik3 4n 3l337!
4 DESCRIPTION
6     Have you ever wanted to speak like an eleet? Do you feel like it's too
7     difficult to do your case mixin' manually? Tired of being laugh at by
8     your mates because your quotes don't make you look like an h4x0r? Well,
9     there's a solution, and you're reading the documentation of the module
10     specially made for u, Ye4h M4n!
12     This module basically allows you to perform a tie on filehandles,
13     converting text written to it!
15     And since it's quite difficult to do urself a tie, the module will also
16     tie the 2 (no, not the letter 'S', the figure, u b4st4rd) standard file
17     descriptors perl comes with (aka, STDOUT and STDERR). A simple use of
18     the module and you're ready to go! Fe4R u5!
21 INSTALLATION
23     To install this module type the following:
24         perl Makefile.PL
25         make
26         make test
27         make install
28         make clean
30     Or using Module::Build:
31         perl Build.PL
32         ./Build
33         ./Build test
34         ./Build install
35         ./Build realclean
38 AUTHOR
40     Jerome Quelin, <jquelin@cpan.org>
43 COPYRIGHT
45     Copyright (c) 2001-2007 Jerome Quelin <jquelin@cpan.org>
46     All rights reserved.
48     This program is free software; you can redistribute it and/or
49     modify it according to GPL v2 or (at your option) any later
50     version. See LICENSE file.
53 TODO
55     - Find more h4x0R quotes to add.
56     - Allow user to provide a dictionnary for words. Backward
57       compatibility would be ok since a ref to a hash evaluates
58       to true.
59     - Allow user to provide a hash of quotes for both add_before /
60       add_after. Backward compatibility would be ok since a ref to
61       a hash evaluates to true.
62     - Allow user to provide an array of quotes to add. Backward
63       compatibility would be ok since a ref to a hash evaluates
64       to true.