From b44291d8f7f183ea260918a48a6967d99362d2d3 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 3 Jun 2015 22:23:21 -0500 Subject: [PATCH] add blank link to allow for $VERSION The PkgVersion dzil plugin complains if it doesn't have a blank line to put the $VERSION line in --- lib/Statocles/Event.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Statocles/Event.pm b/lib/Statocles/Event.pm index e54734f5..abbdab37 100644 --- a/lib/Statocles/Event.pm +++ b/lib/Statocles/Event.pm @@ -10,6 +10,7 @@ An event with L. =cut package Statocles::Event::Pages; + use Statocles::Base 'Class'; extends 'Beam::Event';