Dist::Joseki - Tools for the prolific module author


Dist-Joseki documentation Contained in the Dist-Joseki distribution.

Index


Code Index:

NAME

Top

Dist::Joseki - Tools for the prolific module author

SYNOPSIS

Top

DESCRIPTION

Top

"Joseki" is a japanese term from the game Go and means "a formulaic sequence of moves which is established for giving equal outcomes to both players", but it has come into general use to describe any fixed form of behaviour.

Dist::Joseki offers you tools that help you in developing Perl module distributions if you stick to a certain formulaic style of structuring your distributions.

BUGS AND LIMITATIONS

Top

No bugs have been reported.

Please report any bugs or feature requests through the web interface at http://rt.cpan.org.

INSTALLATION

Top

See perlmodinstall for information and options on installing Perl modules.

AVAILABILITY

Top

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN site near you. Or see http://search.cpan.org/dist/Dist-Joseki/.

AUTHORS

Top

Marcel Grünauer, <marcel@cpan.org>

COPYRIGHT AND LICENSE

Top


Dist-Joseki documentation Contained in the Dist-Joseki distribution.

package Dist::Joseki;
use 5.006;
use warnings;
use strict;
use Dist::Joseki::DistType;
our $VERSION = '0.20';
sub get_dist_type { Dist::Joseki::DistType->new }
1;
__END__