#!/usr/bin/perl
# PODNAME: pause-cleanup
use App::PAUSE::cleanup;
App::PAUSE::cleanup->run( @ARGV );
__END__
=pod
=encoding UTF-8
=head1 NAME
pause-cleanup
=head1 VERSION
version 0.0014
=head1 AUTHORS
=over 4
=item *
Robert Krimen <robertkrimen@gmail.com>
=item *
Yanick Champoux <yanick@cpan.org>
=back
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Robert Krimen.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut