perl: Scalar::Util is no longer used

This commit is contained in:
gfx 2010-09-18 13:33:27 +09:00
parent 4767e45035
commit 1f07721ec4

View File

@ -12,7 +12,6 @@ use Carp ();
package
Data::MessagePack;
use Scalar::Util qw( blessed );
use strict;
use B ();