/[Perly]/lib/Perly/Action/Run.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/Perly/Action/Run.pm

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

revision 26 by dpavlin, Wed Jun 6 10:52:54 2007 UTC revision 27 by dpavlin, Wed Jun 6 10:55:52 2007 UTC
# Line 69  sub take_action { Line 69  sub take_action {
69          }          }
70    
71          my $cwd = cwd;          my $cwd = cwd;
72          my $dir = tempdir( '/tmp/perly-XXXX', CLEANUP => 0 );          my $dir = tempdir( '/tmp/perly-XXXX', CLEANUP => 1 );
73    
74          chdir( $dir ) || die "can't chdir $dir";          chdir( $dir ) || die "can't chdir $dir";
75    

Legend:
Removed from v.26  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26