Subject: | Module::Chekstyle::check content of a file |
Date: | Fri, 25 May 2007 15:42:27 -0400 |
To: | bug-module-checkstyle [...] rt.cpan.org |
From: | Sandeep Chayapathi <sandeep [...] wssource.com> |
Hi,
This is not a bug report, but a enhancement request. Currently
Module::Checkstyle::check takes in a list of file names to check, can
this be enhanced to take in content of a file also ?
The motivation is: during commits to subversion, using pre-commit hooks
I can access content of the file being committed and not a physical file
, hence I can't use the Module::Checkstyle in current form. Thanks.
- Sandeep