Help for this page

Select Code to Download


  1. or download this
    use ReleaseAction 'on_release';
    
    ...
        my $actions = $self->actions;
        push @$actions, on_release { `rm -rf "$tmpdir"` };
    };