The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module PAUSE::Permissions

0.07 2013-12-06
    - Added 'use 5.10.0' to ModuleIterator, as it's using two features
      introduced in 5.10. Thank you CPAN Testers.
    - Added SEE ALSO link to App::PAUSE::CheckPerms

0.06 2013-12-04
    - added module_iterator() method on PAUSE::Permissions,
      which returns an iterator that will loop over 06perms.txt
      returning an instance of PAUSE::Permissions::Module each
      time it's called.

0.05 2013-08-26
    - 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

0.04 2012-10-21
    - Removed a debugging print statement.

0.03 2012-10-16
    - Forgot to include [AutoPrereqs] and other things in dist.ini,
      so prereqs not getting declared :-(
      Thanks to JWRIGHT

0.02 2012-10-15
    - ANDK's surname was coming out mangled on the umlaut, so using E<ouml>
    - Various documentation tweaks

0.01 2012-10-14
    - initial release to CPAN