fix spelling, whitespace, unused vars release test failures
[gitmo/MooseX-Types-Common.git] / lib / MooseX / Types / Common.pm
index 92f894d..91ef68c 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Carp qw/cluck/;
 
 sub import {
-    my $package = shift;
+    my $self = shift;
     return unless @_;
     cluck("Tried to import the symbols " . join(', ', @_)
         . " from MooseX::Types::Common.\nDid you mean "