package Perinci::Sub::ArgEntity::unix_uid;

our $DATE = '2015-09-06'; # DATE
our $VERSION = '0.02'; # VERSION

use 5.010001;
use strict;
use warnings;

use Complete::Unix ();

sub complete_arg_val {
    Complete::Unix::complete_uid(@_);
}

1;
# ABSTRACT: Data and code related to function arguments of entity type 'unix_uid'

__END__

=pod

=encoding UTF-8

=head1 NAME

Perinci::Sub::ArgEntity::unix_uid - Data and code related to function arguments of entity type 'unix_uid'

=head1 VERSION

This document describes version 0.02 of Perinci::Sub::ArgEntity::unix_uid (from Perl distribution Perinci-Sub-ArgEntity-unix_user), released on 2015-09-06.

=for Pod::Coverage ^(.+)$

=head1 SEE ALSO

L<Perinci::Sub::ArgEntity>

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Perinci-Sub-ArgEntity-unix_user>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-Perinci-Sub-ArgEntity-unix_user>.

=head1 BUGS

Please report any bugs or feature requests on the bugtracker website L<https://rt.cpan.org/Public/Dist/Display.html?Name=Perinci-Sub-ArgEntity-unix_user>

When submitting a bug or request, please include a test-file or a
patch to an existing test-file that illustrates the bug or desired
feature.

=head1 AUTHOR

perlancar <perlancar@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by perlancar@cpan.org.

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