Perl::Dist::WiX::Types - Public types used in Perl::Dist::WiX.


Perl-Dist-WiX documentation  | view source Contained in the Perl-Dist-WiX distribution.

Index


NAME

Top

Perl::Dist::WiX::Types - Public types used in Perl::Dist::WiX.

VERSION

Top

This document describes Perl::Dist::WiX::Types version 1.500001.

SYNOPSIS

Top

	use Perl::Dist::WiX::Types qw( ExistingDirectory ExistingFile TemplateObj );

DESCRIPTION

Top

This module exists to provide Moose types that Perl::Dist::WiX and subclasses can use.

It may be updated or replaced at any time.

TYPES PROVIDED

Top

ExistingDirectory

	has bar => (
		is => 'ro',
		isa => ExistingDirectory,
		#...
	);




ExistingFile

	has bar => (
		is => 'ro',
		isa => ExistingFile,
		#...
	);




TemplateObj

	has bar => (
		is => 'ro',
		isa => TemplateObj,
		#...
	);




SUPPORT

Top

No support is available for this class.

AUTHOR

Top

Curtis Jewell <csjewell@cpan.org>

COPYRIGHT AND LICENSE

Top


Perl-Dist-WiX documentation  | view source Contained in the Perl-Dist-WiX distribution.