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

NAME

Padre::Plugin::ClassSniff - Simple Class::Sniff interface for Padre

VERSION

version 0.30

SYNOPSIS

Use this like any other Padre plugin. To install Padre::Plugin::ClassSniff for your user only, you can type the following in the extracted Padre-Plugin-ClassSniff-... directory:

  perl Makefile.PL
  make
  make test
  make installplugin

Afterwards, you can enable the plugin from within Padre via the menu Plugins->Plugin Manager and there click enable for Class::Sniff.

DESCRIPTION

This module adds very, very basic support for running Class::Sniff with the default settings against the document (assumed to be a class) in the current editor tab.

The output will go to the Padre output window.

TODO: Configuration

BUGS

Please report any bugs or feature requests to http://padre.perlide.org/

COPYRIGHT & LICENSE

Copyright 2009 The Padre development team as listed in Padre.pm. all rights reserved.

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

AUTHORS

  • Steffen Mueller <smueller@cpan.org>

  • Ahmad M. Zawawi <ahmad.zawawi@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Steffen Mueller.

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