Skip to content

moltar/MooseX-Types-PerlVersion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NAME

MooseX::Types::PerlVersion - Perl::Version type for Moose classes

VERSION

version v0.1.0

SYNOPSIS

use MooseX::Types::PerlVersion qw(PerlVersion);

has version => (
    is     => 'ro',
    isa    => PerlVersion,
    coerce => 1,
);

DESCRIPTION

This package provides Moose types for Perl::Version. It also provides coercion from Str and Num Moose types.

EXPORT

None by default, you'll usually want to request PerlVersion explicitly.

SEE ALSO

Perl::Version
Moose::Util::TypeConstraints
Moose

AUTHOR

Roman F. <romanf@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Roman F..

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages