NAME

Module::Build::SysPath - Module::Build subclass with Sys::Path used in new() and ACTION_install()

SYNOPSIS

use Module::Build::SysPath;
my $builder = Module::Build::SysPath->new(
    ...

DESCRIPTION

A subclass of Module::Build.

See first Sys::Path.

See Acme::SysPath for example usage.

new

TODO

ACTION_install

TODO

AUTHOR

Jozef Kutej, <jkutej at cpan.org>

CONTRIBUTORS

The following people have contributed to the Sys::Path by commiting their code, sending patches, reporting bugs, asking questions, suggesting useful advices, nitpicking, chatting on IRC or commenting on my blog (in no particular order):

Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
Emmanuel Rodriguez

BUGS

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

SUPPORT

Mailing list

http://lists.meon.sk/mailman/listinfo/sys-path

The rest

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

perldoc Sys::Path

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2009 Jozef Kutej, all rights reserved.

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