Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Run CPAN distribution.

Report information
The Basics
Id: 124308
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-Run

People
Owner: Nobody in particular
Requestors: STEVIED [...] cpan.org
Cc:
AdminCc:

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



Subject: 'run' commands always executed before 'eval' commands
If you have the following: [Run::AfterMint] eval = print "Doing AfterBuild stuff\n" run = do_some_stuff The run statement is executed before the eval statement. This is a problem when the run statement script requires an eval statement to do some necessary work
Oops, according to documentation, this is a feature, not a bug. On Fri Feb 02 16:21:47 2018, STEVIED wrote: Show quoted text
> If you have the following: > > [Run::AfterMint] > eval = print "Doing AfterBuild stuff\n" > run = do_some_stuff > > The run statement is executed before the eval statement. This is a > problem when the run statement script requires an eval statement to do > some necessary work