Skip Menu |

This queue is for tickets about the Commands-Guarded CPAN distribution.

Report information
The Basics
Id: 8638
Status: open
Priority: 0/
Queue: Commands-Guarded

People
Owner: treyharris [...] gmail.com
Requestors: treyharris [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Add currying support
There should be a new method, C<with>, that curries arguments into the step without running it. I.e., my $mkDir = step mkDir => ensure { -d shift } using { mkdir shift } ; my $makeScratch = $mkDir->with("/scratch"); $makeScratch->do();