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


Padre-Plugin-ClassSniff documentation  | view source Contained in the Padre-Plugin-ClassSniff distribution.

Index


NAME

Top

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

VERSION

Top

version 0.30

SYNOPSIS

Top

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

Top

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

Top

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

COPYRIGHT & LICENSE

Top

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


Padre-Plugin-ClassSniff documentation  | view source Contained in the Padre-Plugin-ClassSniff distribution.