The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::App::Command::update - A Dist::Zilla (and hence Dist::Milla) command to update generated files

SYNOPSIS

    $ dzil update
    $ milla update    # my use case

DESCRIPTION

This command is simply a nice alias for the following:

    $ dzil build --no-tgz
    $ dzil clean

That's all!

AUTHOR

Thomas Sibley <tsibley@cpan.org>

COPYRIGHT

Copyright 2014- Thomas Sibley

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

dzil

Dist::Zilla

milla

Dist::Milla