Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created June 26, 2009 04:43
Show Gist options
  • Save lestrrat/136306 to your computer and use it in GitHub Desktop.
Save lestrrat/136306 to your computer and use it in GitHub Desktop.
diff --git a/lib/Class/MOP/Package.pm b/lib/Class/MOP/Package.pm
index 3e24562..071d6df 100644
--- a/lib/Class/MOP/Package.pm
+++ b/lib/Class/MOP/Package.pm
@@ -4,7 +4,6 @@ package Class::MOP::Package;
use strict;
use warnings;
-use B;
use Scalar::Util 'blessed';
use Carp 'confess';
diff --git a/mop.c b/mop.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment