# ABSTRACT: An Integer Object Role for Perl 5
use 5.010;
map with($_), our @ROLES = qw(
Data::Object::Role::Defined
Data::Object::Role::Detract
Data::Object::Role::Numeric
Data::Object::Role::Output
Data::Object::Role::Type
);
our $VERSION = '0.19'; # VERSION
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
Data::Object::Role::Integer - An Integer Object Role for Perl 5
=head1 VERSION
version 0.19
=head1 SYNOPSIS
use Data::Object::Role::Integer;
=head1 DESCRIPTION
Data::Object::Role::Integer provides functions for operating on Perl 5 integer
data.
=head1 ROLES
This role is composed of the following roles.
=over 4
=item *
L<Data::Object::Role::Defined>
=item *
L<Data::Object::Role::Detract>
=item *
L<Data::Object::Role::Numeric>
=item *
L<Data::Object::Role::Output>
=back
=head1 SEE ALSO
=over 4
=item *
L<Data::Object::Role::Array>
=item *
L<Data::Object::Role::Code>
=item *
L<Data::Object::Role::Float>
=item *
L<Data::Object::Role::Hash>
=item *
L<Data::Object::Role::Integer>
=item *
L<Data::Object::Role::Number>
=item *
L<Data::Object::Role::Regexp>
=item *
L<Data::Object::Role::Scalar>
=item *
L<Data::Object::Role::String>
=item *
L<Data::Object::Role::Undef>
=item *
L<Data::Object::Role::Universal>
=item *
L<Data::Object::Autobox>
=back
=head1 AUTHOR
Al Newkirk <anewkirk@ana.io>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Al Newkirk.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut