This is the README file for Parse::Nessus::Plugin

This module provides OO methods to parse Nessus NASL plugins.

I tested this module on perl 5.8.0

To install do

perl Makefile.PL
make
make test
make install

# CHANGES 0.4 > 0.5
+ Added methods 'register_service' and 'register_service_proto'

# CHANGES 0.3 > 0.4
+ Some changes to 'description' and 'solution' methods

# CHANGES 0.2 > 0.3
+ Added filename and cleanfilename methods

# CHANGES 0.1 > 0.2
+ Better description field parsing.
+ Added some new methods (version for example)

Copyright (c) 2005-2007 Roberto Alamos Moreno <ralamosm@cpan.org>.
All rights reserved.  This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.