NAME

HTML::Hyphenate::TypeDef - class for defining a TeX::Hyphen property.

VERSION

SYNOPSIS

use Class::Meta::Express;
use HTML::Hyphenate::TypeDef;

class {
	has hyphen	=> (
		is 		=> 'hyphen',
		default => sub { TeX::Hyphen->new() },
	);
};

DESCRIPTION

The HTML::Hyphenate:TypeDef module makes it possible to use a TeX::Hyphen class as property of a Class::Meta defined class.

SUBROUTINES/METHODS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

DIAGNOSTICS

BUGS AND LIMITATIONS

AUTHOR

Roland van Ipenburg, <ipenburg@xs4all.nl>

LICENSE AND COPYRIGHT

Copyright (C) 2009 by Roland van Ipenburg

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.