The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Module::Install::DBICx::AutoDoc - Use your make file to run DBICx::AutoDoc

VERSION

Version 0.01_01 - functional preview release

SYNOPSIS

In MakeFile.PL:
	dbicx_autodoc('My::Schema','doc');

From CLI:
	make autodoc

METHODS

dbicx_autodoc

Adds a DBICx::AutoDoc call to Makefile

Required arguments are:
	Schema Package
		- Defines package name for our DBIx::Class::Schema
	Directory
		- Directory to install documentation in

Example:
	dbix_autodoc('My::Schema','doc');

This would run DBICx::AutoDoc for My::Schema and store documents in <module-directory>/doc.

AUTHOR

Jason M. Mills, <jmmills at cpan.org>

BUGS

Please report any bugs or feature requests to bug-module-install-dbicx-autodoc at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-Install-DBICx-AutoDoc. 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::Install::DBICx::AutoDoc

You can also look for information at:

SEE ALSO

Module::Install, Module::Install::AutoManifest

COPYRIGHT & LICENSE

Copyright 2008 Jason M. Mills, all rights reserved.

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