Update of /cvsroot/fink/fink/perlmod/Fink/SelfUpdate
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv6207
Modified Files:
Tag: selfupdate_classes
CVS.pm
Log Message:
class distinction
Index: CVS.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/SelfUpdate/Attic/CVS.pm,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- CVS.pm 8 Mar 2007 17:21:57 -0000 1.1.2.5
+++ CVS.pm 8 Mar 2007 18:26:11 -0000 1.1.2.6
@@ -105,6 +105,8 @@
### set up direct cvs
sub setup_direct_cvs {
+ my $class = shift; # class method for now
+
my ($finkdir, $tempdir, $tempfinkdir);
my ($username, $cvsuser, @testlist);
my ($use_hardlinks, $cutoff, $cmd);
@@ -293,6 +295,8 @@
### call cvs update
sub do_direct_cvs {
+ my $class = shift; # class method for now
+
my ($descdir, @sb, $cmd, $cmd_recursive, $username, $msg);
# add cvs quiet flag if verbosity level permits
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits