suppress warnings when we use around and has "+..."
[gitmo/Mouse.git] / lib / Squirrel.pm
index fc8ea09..97b2fd8 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/env perl
 package Squirrel;
 use strict;
 use warnings;
@@ -37,7 +36,7 @@ sub unimport {
     goto $_[0]->_handlers->{unimport};
 }
 
-__PACKAGE__
+1;
 
 __END__