Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1:/tmp/cvs-serv12384

Modified Files:
      Tag: shlibs
        Shlibs.pm 
Log Message:
doc fix (yes, I'm being pedantic)


Index: Shlibs.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Attic/Shlibs.pm,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- Shlibs.pm   15 Jul 2003 01:16:21 -0000      1.1.2.9
+++ Shlibs.pm   15 Jul 2003 01:29:44 -0000      1.1.2.10
@@ -161,7 +161,7 @@
     # this will skip putting something into @newdeps if it's
     # already there (it has to match the <package>,<operator>
     # tuple exactly, not just the package name, to be
-    # considered a duplicate
+    # considered a duplicate)
     if (not grep($_ eq $name, @newdeps)) {
       push(@newdeps, $name);
     }




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to