NAME
Module::Release::ModuleBuild - grok Module::Build when using Module::Release
SYNOPSIS
In .releaserc
release_subclass Module::Release::Build
In your subclasses of Module::Release:
use base qw(Module::Release::Build);
DESCRIPTION
Module::Release::ModuleBuild subclasses Module::Release, and rewrites some methods so that modules that build using Module::Build (with a Build.PL, and so on) can be released using Module::Release.
These methods are automatically exported in to the callers namespace using Exporter.
AUTHOR
Nik Clayton <nik@FreeBSD.org>
Copyright 2004 Nik Clayton. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
BUGS
None known.
Bugs should be reported to me via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module::Release::Extras.
SEE ALSO
Module::Release