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

Modified Files:
        Package.pm ChangeLog 
Log Message:
Fix typo in cache param (nice catch, danielj)


Index: Package.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Package.pm,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Package.pm  27 Apr 2005 21:11:56 -0000      1.134
+++ Package.pm  28 Apr 2005 01:19:07 -0000      1.135
@@ -645,7 +645,7 @@
 
        my %new_idx = (
                inits => { map { $_->get_fullname => $_->get_init_fields } @pvs 
},
-               cache => $cache.
+               cache => $cache
        );
        
        return ($idx->{infos}{$info} = \%new_idx);

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.981
retrieving revision 1.982
diff -u -d -r1.981 -r1.982
--- ChangeLog   27 Apr 2005 21:11:56 -0000      1.981
+++ ChangeLog   28 Apr 2005 01:19:07 -0000      1.982
@@ -1,3 +1,7 @@
+2005-04-27  Daniel Macks  <[EMAIL PROTECTED]>
+
+       * Package.pm: Typo in cache param.
+
 2005-04-27  Dave Vasilevsky  <[EMAIL PROTECTED]>
 
        * Package.pm: Always use new cache files.



-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to