Dist::Zilla::App::Command::update - A Dist::Zilla (and hence Dist::Milla) command to update generated files
$ dzil update [--trial]
$ milla update # my use case
This command is approximated by
$ dzil build --no-tgz [--trial]
$ rm -rf Your-Package-x.yz/
but it builds inside a temporary directory. If you've ever used dzil build && dzil clean
to update generated files, now you can use dzil update
.
That's all!
Build a trial release, as if dzil build
was called with --trial.
Thomas Sibley tsibley@cpan.org
Copyright 2014- Thomas Sibley
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.