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

This Padre plugin allows one to reformat her text automatically with Ctrl+Shift+J.
It is using Text::Nopaste underneath, so check this module's pod for more
information.


INSTALLATION
============

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install


SUPPORT AND DOCUMENTATION
=========================

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Padre::Plugin::Nopaste


You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Padre-Plugin-Nopaste

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Padre-Plugin-Nopaste

    CPAN Ratings
        http://cpanratings.perl.org/d/Padre-Plugin-Nopaste

    Search CPAN
        http://search.cpan.org/dist/Padre-Plugin-Nopaste/

AUTHOR
======

Jerome Quelin, <jquelin@cpan.org>


COPYRIGHT & LICENSE
===================

Copyright (c) 2009 Jerome Quelin, all rights reserved.

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