=head1 NAME
Dist::Mgr - Automation for Perl distribution creation, integration, pre-release,
release and post-release tasks.
=for html
=head1 DESCRIPTION
For end-users, please review the
L for
the L
program that we've installed for you as part of this distribution.
This software performs a full suite of automated creation, addition, pre-release,
release and post release tasks for Perl distributions. It integrates with VCS,
automates the configuration of Continuous Integration, manages version numbers
and Changes files, amongst a slew of other tasks.
This distribution is essentially a bunch of tools that revolve around a base
distribution created with C.
At this time, it relies on using L for initial distribution
creation, Github for repository and bugtracker, and the L
build system, which utilizes C files.
=head1 SYNOPSIS
use Dist::Mgr qw(:all)
...
=head1 EXPORT_OK
We do not automatically import anything into your namespace, you must request
functionality explicitly. Use the C<:all> tag, or have a peruse through the
L section for what's available.
=head1 FUNCTIONS
=head2 add_bugtracker
Adds bugtracker information to the C file. If the required
C section doesn't exist, we'll create it.
Currently, only Github is supported.
I