]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Components.pm
added a couple of requisites to the makefile
[maypole.git] / lib / Maypole / Components.pm
index 48c54c7be7290cf7ae8130fd26af5500ade510da..31d6ac277e1e41fcd204ba56dbd003993a222624 100644 (file)
@@ -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;