The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
self.pm provides $self and @args for your Perl OO modules, so you don't need to
say:

    my $self = shift;

And this is no source filter.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2007, Kang-min Liu

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.