]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole.pm
Use Class::Accessor::Fast;
[maypole.git] / lib / Maypole.pm
index 29c8917d81022b5ed699c76c8f0b196677fd6d3f..e677828c96916ad6c4dddcd8de07eba08f5d5e77 100644 (file)
@@ -1,5 +1,5 @@
 package Maypole;
-use base qw(Class::Accessor Class::Data::Inheritable);
+use base qw(Class::Accessor::FAST Class::Data::Inheritable);
 use attributes ();
 use UNIVERSAL::require;
 use strict;
@@ -341,7 +341,7 @@ Simon Cozens, C<simon@cpan.org>
 
 =head1 THANK YOU
 
-Jesse Scheidlower, Jody Belka, Markus Ramberg, Mickael Joanne, Simon Flack,
+Jesse Scheidlower, Jody Belka, Marcus Ramberg, Mickael Joanne, Simon Flack,
 Veljko Vidovic and all the others who've helped.
 
 =head1 LICENSE