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

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

revision 271 by dpavlin, Wed Aug 19 22:48:54 2009 UTC revision 277 by dpavlin, Thu Aug 20 19:00:13 2009 UTC
# Line 56  sub change { Line 56  sub change {
56          }          }
57  }  }
58    
59    sub replace {
60            my ( $file, $content ) = @_;
61            mkpath $file;
62            write_file $file, $content;
63    }
64    
65  1;  1;

Legend:
Removed from v.271  
changed lines
  Added in v.277

  ViewVC Help
Powered by ViewVC 1.1.26