]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
no more IPC::Cmd or String::ShellQuote, huzzah
authorAmitai Schlair <schmonz@magnetic-babysitter.(none)>
Fri, 4 Sep 2009 20:08:48 +0000 (15:08 -0500)
committerAmitai Schlair <schmonz@magnetic-babysitter.(none)>
Fri, 4 Sep 2009 20:08:48 +0000 (15:08 -0500)
doc/plugins/contrib/cvs.mdwn
doc/plugins/contrib/cvs/discussion.mdwn

index 1c43fb272cfd0d7dd98da968da9221300bbe2168..fcf5b936f926e19d70d82794666cdbc7dc463838 100644 (file)
@@ -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.
 
index b5f03ac6f45a32282aec9417a2cc0cfa676be99c..1f0ce010211cd7a77eadf7bf563ba6dfd0cc7163 100644 (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]]