Ricardo Signes > Dist-Zilla > Dist::Zilla::App::Command::clean

Download:
Dist-Zilla-1.093290.tar.gz

Dependencies

Annotate this POD

Website

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093290   Source  

NAME ^

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

VERSION ^

version 1.093290

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) 2009 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.