no more IPC::Cmd or String::ShellQuote, huzzah

master
Amitai Schlair 2009-09-04 15:08:48 -05:00
parent 21239db156
commit 127ed4d6c7
2 changed files with 5 additions and 2 deletions

View File

@ -5,8 +5,8 @@
This plugin allows ikiwiki to use [[!wikipedia desc="CVS" Concurrent Versions System]] as an [[rcs]]. This plugin allows ikiwiki to use [[!wikipedia desc="CVS" Concurrent Versions System]] as an [[rcs]].
### Usage ### Usage
7. Install [cvsps](http://www.cobite.com/cvsps/), [[!cpan IPC::Cmd]], 7. Install [cvsps](http://www.cobite.com/cvsps/), [[!cpan
[[!cpan String::ShellQuote]], [[!cpan File::ReadBackwards]], and File::ReadBackwards]], and
[cvsweb](http://www.freebsd.org/projects/cvsweb.html) or the like. [cvsweb](http://www.freebsd.org/projects/cvsweb.html) or the like.
7. Adjust CVS-related parameters in your setup file. 7. Adjust CVS-related parameters in your setup file.

View File

@ -122,3 +122,6 @@ to run the command, with stderr temporarily sent to /dev/null:
`cvs_runcvs` should not take an array reference. It's `cvs_runcvs` should not take an array reference. It's
usual for this type of function to take a list of parameters usual for this type of function to take a list of parameters
to pass to the command. to pass to the command.
> Thanks for reading carefully. I've tested your suggestions and
> applied them on my branch. --[[schmonz]]