Skip to content

Commit

Permalink
Build results of e95e8fa (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Feb 24, 2016
1 parent 990bef4 commit de3a6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Statocles/AppRole/ExtraFeeds.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ has 'extra_feeds' => (
use constant PATH_INDEX_PREFIX => qr{ \A (.*) / index [.](\w+) \z}sx;
use constant PATH_GENERIC_PREFIX => qr{ \A (.*) / ([^/.]+) [.](\w+) \z}sx;

# This separation is to help Coverage tools not lie to me that I did a perfect job
around pages => \&_around_pages;

sub _around_pages {
Expand Down

0 comments on commit de3a6f6

Please sign in to comment.