Module::Release::ModuleBuild - grok Module::Build when using Module::Release


NAME

Module::Release::ModuleBuild - grok Module::Build when using Module::Release

Back to Top


SYNOPSIS

In .releaserc

  release_subclass Module::Release::Build

In your subclasses of Module::Release:

  use base qw(Module::Release::Build);

Back to Top


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.

Back to Top


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.

Back to Top


BUGS

None known.

Bugs should be reported to me via the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html.

Back to Top


SEE ALSO

Module::Release

Back to Top

 Module::Release::ModuleBuild - grok Module::Build when using Module::Release