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.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

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