X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FComponents.pm;h=31d6ac277e1e41fcd204ba56dbd003993a222624;hb=2e10fe80846e7911976d686cbc87a9b7d78da559;hp=48c54c7be7290cf7ae8130fd26af5500ade510da;hpb=9c9e81bbde5461ee964c5a129a4ef241463624f3;p=maypole.git diff --git a/lib/Maypole/Components.pm b/lib/Maypole/Components.pm index 48c54c7..31d6ac2 100644 --- a/lib/Maypole/Components.pm +++ b/lib/Maypole/Components.pm @@ -1,10 +1,11 @@ package Maypole::Components; -use base 'Maypole'; use strict; use warnings; use URI; use URI::QueryParam; +our @ISA = qw(Maypole); + sub new { my ($class,$r) = @_; my $self = bless { config => $r->config, parent => $r }, $class;