ObjectivePerl version 0.01 ========================== ObjectivePerl is an extension to perl (written entirely in perl) that allows programmers to use a variant of Objective-C syntax in perl modules. It allows: * very clean class definitions * true instance variables * advanced message signatures and argument passing * instance/class method specification If you're not interested in any of those things, don't use ObjectivePerl! But if you are, go right ahead... INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Filter::Simple COPYRIGHT AND LICENCE Copyright (C) 2004 kyle dawkins, central park software This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.