The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Parse-Java

DESCRIPTION

Parse::Java is a module for parsing Java (source).

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

Parse::Java requires the following modules to work:

	Parse::Yapp (1.05 or later recommended)
	Class::Accessor

COPYRIGHT AND LICENCE

Copyright (C) 2006, Claes Jakobsson

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