Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3460

Modified Files:
        PkgVersion.pm 
Log Message:
Doc fix.


Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -d -r1.500 -r1.501
--- PkgVersion.pm       9 Dec 2005 17:42:50 -0000       1.500
+++ PkgVersion.pm       21 Dec 2005 16:43:47 -0000      1.501
@@ -3953,7 +3953,7 @@
 =item phase_activate
 
        phase_activate @packges;
-       phase_activate [EMAIL PROTECTED], \%opts;
+       phase_activate [EMAIL PROTECTED], %opts;
 
 Use dpkg to install a list of packages. The packages are passed as
 PkgVersion objects. Stale buildlocks are automatically removed if
@@ -4044,7 +4044,7 @@
 =item phase_deactivate
 
        phase_deactivate @packges;
-       phase_deactivate [EMAIL PROTECTED], \%opts;
+       phase_deactivate [EMAIL PROTECTED], %opts;
 
 Use dpkg to remove a list of packages, but leave their ConfFiles in
 place. The packages are passed by name (no versioning requirements
@@ -4134,7 +4134,7 @@
 =item phase_purge
 
        phase_purge @packges;
-       phase_purge [EMAIL PROTECTED], \%opts;
+       phase_purge [EMAIL PROTECTED], %opts;
 
 Use dpkg to remove a list of packages, including their ConfFiles. The
 packages are passed by name (no versioning requirements allowed). Only



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to