| CPAN-Packager documentation | Contained in the CPAN-Packager distribution. |
CPAN::Packager::DependencyFilter::Deb - filter module dependencies
use CPAN::Packager::DependencyFilter::Deb;
Takatoshi Kitano <kitano.tk@gmail.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| CPAN-Packager documentation | Contained in the CPAN-Packager distribution. |
package CPAN::Packager::DependencyFilter::Deb; use Mouse; with 'CPAN::Packager::DependencyFilter::Role'; __PACKAGE__->meta->make_immutable; 1; __END__