Changes for version 0.01 - 2011-08-10

Changes for version 0.01 - 2011-08-10

  • Initial release

Modules

This class can be used as a wrapper around a commit (check example for how to wrap this around a subversion commit message). The module cleans up the target code using perltidy before running the next step(usually a svn commit statement for my own use case). Perltidy must be installed before use of this script. This Class will Tidy all files with .pm, .cgi or .pl extension when passed a file name and it will search for all file in a folder with .pm, .cgi or .pl extension when passed a foldername pass your own tidyrc config file to the object to get custom tidy goodness.

Examples