id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
776,PerlTidy needs -nse and -nst options,misterwhipple,,"Summary: If a user's .perltidyrc contains either the -se or -st options (or just the -pbp option, which implies the other two), this causes Padre::Plugin::PerlTidy to issue an error.

Steps To Duplicate:
1. Add the -st option to .perltidyrc.
2. With a Perl file open in Padre, select Plugins->PerlTidy->""Tidy the Active Document"" on the Padre menu.

Symptoms: A popup dialog has the title ""PerlTidy Error"" and the text ""You may not specify a destination array and -st together"". 

Workaround: Don't add -se or -st to .perltidyrc. If you add -pbp, also add -nst and -nse.

Fix: In Padre::Plugin::PerlTidy.pm, add the options -nst and -nse were Perl::Tidy::perltidy() is called (in the _tidy and _export subs). A patch against trunk 9372 is attached.",defect,closed,minor,,Perl Tidy,trunk,fixed,tidy perltidy plugin,
