/[pxelator]/lib/PXElator/upstream.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 /lib/PXElator/upstream.pm

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

revision 508 by dpavlin, Wed Jul 21 16:17:46 2010 UTC revision 516 by dpavlin, Wed Jul 21 18:50:47 2010 UTC
# Line 12  use once; Line 12  use once;
12  sub mirror_file {  sub mirror_file {
13          my ( $url, $file ) = @_;          my ( $url, $file ) = @_;
14    
15          return if ! once::first_time $url;          return unless once::first_time $file;
16    
17          warn "mirror_file $url -> $file\n";          warn "mirror_file $url -> $file\n";
18          mirror( $url, $file )          mirror( $url, $file )

Legend:
Removed from v.508  
changed lines
  Added in v.516

  ViewVC Help
Powered by ViewVC 1.1.26