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

Changes for version 0.05

  • switched to Moo
  • BACKWARDS INCOMPATIBLE CHANGES - simplifying things:
    • merged public 'filename' and private '_path' into 'path'. If you pass to the constructor, it's where we'll read from, other we'll set it based on File::HomeDir->my_dist_data
    • changed 'uri' to 'url', because that's more accurate
    • dropped the 'cachedir' parameter
    • Thanks to DAGOLDEN for the suggestions.
  • Added method entry_iterator() which returns an instance of PAUSE::Permissions::EntryIterator. Iterates over the whole file.
  • switched from [GitHub::Meta] to [GithubMeta] in dist.ini

Modules

interface to PAUSE's module permissions file (06perms.txt)
represents one line from 06perms.txt
PAUSE permissions for one module (from 06perms.txt)

Provides

in lib/PAUSE/Permissions/EntryIterator.pm