The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

PAUSE::Permissions::Entry - represents one line from 06perms.txt

SYNOPSIS

 use PAUSE::Permissions::Entry;
 
 my $mp = PAUSE::Permissions::Entry->new(
                module => 'Module::Path',
                user   => 'NEILB',
                module => 'f',
                );
 

DESCRIPTION

PAUSE::Permissions::Entry is a data class that holds the information from one line in 06perms.txt. Generally you won't instantiate this class directly, but will get back instances of it when you request an entry_iterator from PAUSE::Permissions.

SEE ALSO

PAUSE::Permissions

AUTHOR

Neil Bowers <neilb@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Neil Bowers <neilb@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.