NAME

Module::Install::Debian::Perl - Module::Install Support for Debian::Perl

SYNOPSIS

In your Makefile.PL;

use inc::Module::Install;
...
debian;
...

From the command line:

> perl Makefile.PL
> make debian
> make release

SEE ALSO

AUTHOR

Ingy döt Net

COPYRIGHT AND LICENSE

Copyright (c) 2011. Ingy döt Net.

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

See http://www.perl.com/perl/misc/Artistic.html