no more IPC::Cmd or String::ShellQuote, huzzah
parent
21239db156
commit
127ed4d6c7
|
@ -5,8 +5,8 @@
|
|||
This plugin allows ikiwiki to use [[!wikipedia desc="CVS" Concurrent Versions System]] as an [[rcs]].
|
||||
|
||||
### Usage
|
||||
7. Install [cvsps](http://www.cobite.com/cvsps/), [[!cpan IPC::Cmd]],
|
||||
[[!cpan String::ShellQuote]], [[!cpan File::ReadBackwards]], and
|
||||
7. Install [cvsps](http://www.cobite.com/cvsps/), [[!cpan
|
||||
File::ReadBackwards]], and
|
||||
[cvsweb](http://www.freebsd.org/projects/cvsweb.html) or the like.
|
||||
7. Adjust CVS-related parameters in your setup 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
|
||||
usual for this type of function to take a list of parameters
|
||||
to pass to the command.
|
||||
|
||||
> Thanks for reading carefully. I've tested your suggestions and
|
||||
> applied them on my branch. --[[schmonz]]
|
||||
|
|
Loading…
Reference in New Issue