The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Module::Starter::Plugin::DebPackage - Module::Starter plugin which creates debian package config files

VERSION

Version 0.01

SYNOPSIS

  use Module::Starter qw(
    Module::Starter::Simple
    Module::Starter::Plugin::DebPackage
    );

  use Module::Starter::App;
  Module::Starter::App->run;

ABSTRACT

This is a plugin for Module::Starter that includes a set of skeleton debian package configuration files for the new module. Once the Makefile is generated the package can be built using make deb.

AUTHOR

Bradley Dean, <bjdean at bjdean.id.au>

BUGS

Please report any bugs or feature requests to bug-module-starter-plugin-debpackage at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-Starter-Plugin-DebPackage. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Module::Starter::Plugin::DebPackage

You can also look for information at:

ACKNOWLEDGEMENTS

Thanks to Andy Lester, Ricardo Signes and C.J. Adams-Collier for writing Module::Starter.

LICENSE AND COPYRIGHT

Copyright 2009 Bradley Dean.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.