Dist::Zilla::App::Command::clean - clean up after build, test, or install


NAME

Dist::Zilla::App::Command::clean - clean up after build, test, or install


VERSION

version 2.101151


SYNOPSIS

Removes some files that are created during build, test, and install.

    dzil clean


REMOVED FILES

    ^.build
    ^<distribution-name>-*

ie:

    removing .build
    removing Foo-Bar-1.09010
    removing Foo-Bar-1.09010.tar.gz


AUTHOR

  Ricardo SIGNES <rjbs@cpan.org>


COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Ricardo SIGNES.

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

 Dist::Zilla::App::Command::clean - clean up after build, test, or install