/[BackupPC]/trunk/lib/BackupPC/Xfer/Rsync.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/BackupPC/Xfer/Rsync.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 315 by dpavlin, Wed Jun 22 19:12:42 2005 UTC revision 316 by dpavlin, Mon Jan 30 13:37:17 2006 UTC
# Line 29  Line 29 
29  #  #
30  #========================================================================  #========================================================================
31  #  #
32  # Version 2.1.0, released 20 Jun 2004.  # Version 2.1.2, released 5 Sep 2005.
33  #  #
34  # See http://backuppc.sourceforge.net.  # See http://backuppc.sourceforge.net.
35  #  #
# Line 55  BEGIN { Line 55  BEGIN {
55          #          #
56          # Note: also update configure.pl when this version number is changed!          # Note: also update configure.pl when this version number is changed!
57          #          #
58          if ( $File::RsyncP::VERSION < 0.51 ) {          if ( $File::RsyncP::VERSION < 0.52 ) {
59              $RsyncLibOK = 0;              $RsyncLibOK = 0;
60              $RsyncLibErr = "File::RsyncP module version too old: need 0.50";              $RsyncLibErr = "File::RsyncP module version"
61                             . " ($File::RsyncP::VERSION) too old: need 0.52";
62          } else {          } else {
63              $RsyncLibOK = 1;              $RsyncLibOK = 1;
64          }          }

Legend:
Removed from v.315  
changed lines
  Added in v.316

  ViewVC Help
Powered by ViewVC 1.1.26